Jetson Linux API Reference

36.2 Release
v4l2_ctrl_h264_scaling_matrix Struct Reference

Detailed Description

struct v4l2_ctrl_h264_scaling_matrix - H264 scaling matrices

@scaling_list_4x4: scaling matrix after applying the inverse scanning process. Expected list order is Intra Y, Intra Cb, Intra Cr, Inter Y, Inter Cb, Inter Cr. The values on each scaling list are expected in raster scan order. @scaling_list_8x8: scaling matrix after applying the inverse scanning process. Expected list order is Intra Y, Inter Y, Intra Cb, Inter Cb, Intra Cr, Inter Cr. The values on each scaling list are expected in raster scan order.

Note that the list order is different for the 4x4 and 8x8 matrices as per the H264 specification, see table 7-2 "Assignment of mnemonic names to scaling list indices and specification of fall-back rule".

Definition at line 1394 of file v4l2-controls.h.

Data Fields

__u8 scaling_list_4x4 [6][16]
 
__u8 scaling_list_8x8 [6][64]
 

Field Documentation

◆ scaling_list_4x4

__u8 v4l2_ctrl_h264_scaling_matrix::scaling_list_4x4[6][16]

Definition at line 1395 of file v4l2-controls.h.

◆ scaling_list_8x8

__u8 v4l2_ctrl_h264_scaling_matrix::scaling_list_8x8[6][64]

Definition at line 1396 of file v4l2-controls.h.


The documentation for this struct was generated from the following file: