Hi,
We would like to set up this matrix in h.264 encoder. However, there is no documentation
regarding those arguents. Is there any documentation and/or sample program available for setting
those argument?
typedef struct CustomScalingMatrix
{
XDAS_UInt32 dummy;
/* High Sequence scaling matrix */
XDAS_UInt8 scalingListinput4x4_Intra_Luma[16];
XDAS_UInt8 scalingListinput4x4_Intra_Cb[16];
XDAS_UInt8 scalingListinput4x4_Intra_Cr[16];
XDAS_UInt8 scalingListinput4x4_Inter_Luma[16];
XDAS_UInt8 scalingListinput4x4_Inter_Cb[16];
XDAS_UInt8 scalingListinput4x4_Inter_Cr[16];
XDAS_UInt8 scalingListinput8x8_Intra[64];
XDAS_UInt8 scalingListinput8x8_Inter[64];
} CustomScalingMatrix;