Searched refs:Default_8x8_Inter (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_h264_common.h80 static const uint8_t Default_8x8_Inter[64] = { variable in typeref:typename:const uint8_t[64]
H A Dvid_dec_h264_common.c268 scaling_list(rbsp, sps->ScalingList8x8[1], 64, Default_8x8_Inter, Default_8x8_Inter);
271 scaling_list(rbsp, sps->ScalingList8x8[3], 64, Default_8x8_Inter, sps->ScalingList8x8[1]);
273 scaling_list(rbsp, sps->ScalingList8x8[5], 64, Default_8x8_Inter, sps->ScalingList8x8[3]);
470 scaling_list(rbsp, pps->ScalingList8x8[1], 64, Default_8x8_Inter,
471 sps->seq_scaling_matrix_present_flag ? NULL : Default_8x8_Inter);
474 scaling_list(rbsp, pps->ScalingList8x8[3], 64, Default_8x8_Inter, pps->ScalingList8x8[1]);
476 scaling_list(rbsp, pps->ScalingList8x8[5], 64, Default_8x8_Inter, pps->ScalingList8x8[3]);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.h80 static const uint8_t Default_8x8_Inter[64] = { variable in typeref:typename:const uint8_t[64]
H A Dvid_dec_h264_common.c268 scaling_list(rbsp, sps->ScalingList8x8[1], 64, Default_8x8_Inter, Default_8x8_Inter);
271 scaling_list(rbsp, sps->ScalingList8x8[3], 64, Default_8x8_Inter, sps->ScalingList8x8[1]);
273 scaling_list(rbsp, sps->ScalingList8x8[5], 64, Default_8x8_Inter, sps->ScalingList8x8[3]);
470 scaling_list(rbsp, pps->ScalingList8x8[1], 64, Default_8x8_Inter,
471 sps->seq_scaling_matrix_present_flag ? NULL : Default_8x8_Inter);
474 scaling_list(rbsp, pps->ScalingList8x8[3], 64, Default_8x8_Inter, pps->ScalingList8x8[1]);
476 scaling_list(rbsp, pps->ScalingList8x8[5], 64, Default_8x8_Inter, pps->ScalingList8x8[3]);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/
H A Dvid_dec_h265.c71 static const uint8_t Default_8x8_Inter[64] = { variable in typeref:typename:const uint8_t[64]
255 d = (matrix_id < 3) ? Default_8x8_Intra : Default_8x8_Inter;
257 d = (matrix_id < 1) ? Default_8x8_Intra : Default_8x8_Inter;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
H A Dvid_dec_h265.c71 static const uint8_t Default_8x8_Inter[64] = { variable in typeref:typename:const uint8_t[64]
255 d = (matrix_id < 3) ? Default_8x8_Intra : Default_8x8_Inter;
257 d = (matrix_id < 1) ? Default_8x8_Intra : Default_8x8_Inter;

Completed in 81 milliseconds