Searched refs:seq_scaling_matrix_present_flag (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_h264_common.c257 sps->seq_scaling_matrix_present_flag = vl_rbsp_u(rbsp, 1);
258 if (sps->seq_scaling_matrix_present_flag) {
459 sps->seq_scaling_matrix_present_flag ? NULL : Default_4x4_Intra);
463 sps->seq_scaling_matrix_present_flag ? NULL : Default_4x4_Inter);
469 sps->seq_scaling_matrix_present_flag ? NULL : Default_8x8_Intra);
471 sps->seq_scaling_matrix_present_flag ? NULL : Default_8x8_Inter);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c257 sps->seq_scaling_matrix_present_flag = vl_rbsp_u(rbsp, 1);
258 if (sps->seq_scaling_matrix_present_flag) {
459 sps->seq_scaling_matrix_present_flag ? NULL : Default_4x4_Intra);
463 sps->seq_scaling_matrix_present_flag ? NULL : Default_4x4_Inter);
469 sps->seq_scaling_matrix_present_flag ? NULL : Default_8x8_Intra);
471 sps->seq_scaling_matrix_present_flag ? NULL : Default_8x8_Inter);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_video_state.h299 uint8_t seq_scaling_matrix_present_flag; member in struct:pipe_h264_sps
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_video_state.h284 uint8_t seq_scaling_matrix_present_flag; member in struct:pipe_h264_sps
/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dvcn_tests.c1089 uint32_t seq_scaling_matrix_present_flag = bs_read_u (bufInfo, 1); local in function:h264_parse_sequence_parameter_set
1091 if (seq_scaling_matrix_present_flag) {

Completed in 12 milliseconds