Home
last modified time | relevance | path

Searched refs:chroma_loc_info_present_flag (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dnal-h264.h61 unsigned int chroma_loc_info_present_flag; member
H A Dnal-h264.c555 rbsp_bit(rbsp, &vui->chroma_loc_info_present_flag); in nal_h264_rbsp_vui_parameters()
556 if (vui->chroma_loc_info_present_flag) { in nal_h264_rbsp_vui_parameters()
H A Dallegro-core.c1321 sps->vui.chroma_loc_info_present_flag = 1; in allegro_h264_write_sps()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_parser.h108 RK_S32 chroma_loc_info_present_flag; member
H A Dh265d_ps.c1216 READ_ONEBIT(gb, &vui->chroma_loc_info_present_flag ); in decode_vui()
1217 if (vui->chroma_loc_info_present_flag) { in decode_vui()