Searched refs:Default_4x4_Inter (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_h264_common.h64 static const uint8_t Default_4x4_Inter[16] = { variable in typeref:typename:const uint8_t[16]
H A Dvid_dec_h264_common.c263 scaling_list(rbsp, sps->ScalingList4x4[3], 16, Default_4x4_Inter, Default_4x4_Inter);
264 scaling_list(rbsp, sps->ScalingList4x4[4], 16, Default_4x4_Inter, sps->ScalingList4x4[3]);
265 scaling_list(rbsp, sps->ScalingList4x4[5], 16, Default_4x4_Inter, sps->ScalingList4x4[4]);
462 scaling_list(rbsp, pps->ScalingList4x4[3], 16, Default_4x4_Inter,
463 sps->seq_scaling_matrix_present_flag ? NULL : Default_4x4_Inter);
464 scaling_list(rbsp, pps->ScalingList4x4[4], 16, Default_4x4_Inter, pps->ScalingList4x4[3]);
465 scaling_list(rbsp, pps->ScalingList4x4[5], 16, Default_4x4_Inter, pps->ScalingList4x4[4]);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.h64 static const uint8_t Default_4x4_Inter[16] = { variable in typeref:typename:const uint8_t[16]
H A Dvid_dec_h264_common.c263 scaling_list(rbsp, sps->ScalingList4x4[3], 16, Default_4x4_Inter, Default_4x4_Inter);
264 scaling_list(rbsp, sps->ScalingList4x4[4], 16, Default_4x4_Inter, sps->ScalingList4x4[3]);
265 scaling_list(rbsp, sps->ScalingList4x4[5], 16, Default_4x4_Inter, sps->ScalingList4x4[4]);
462 scaling_list(rbsp, pps->ScalingList4x4[3], 16, Default_4x4_Inter,
463 sps->seq_scaling_matrix_present_flag ? NULL : Default_4x4_Inter);
464 scaling_list(rbsp, pps->ScalingList4x4[4], 16, Default_4x4_Inter, pps->ScalingList4x4[3]);
465 scaling_list(rbsp, pps->ScalingList4x4[5], 16, Default_4x4_Inter, pps->ScalingList4x4[4]);

Completed in 14 milliseconds