This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CustomScalingMatrix settings on DM368 h.264 encoder

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;