Home
last modified time | relevance | path

Searched refs:redundant_pic_cnt_present_flag (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/
H A Dh264d_pps.c96 READ_ONEBIT(p_bitctx, &cur_pps->redundant_pic_cnt_present_flag); in parser_pps()
97 VAL_CHECK(ret , cur_pps->redundant_pic_cnt_present_flag == 0); in parser_pps()
H A Dh264d_slice.c323 ret |= (pps->redundant_pic_cnt_present_flag == 1); in check_sps_pps()
545 …ASSERT(currSlice->p_Vid->active_pps->redundant_pic_cnt_present_flag == 0); // add by dw, high 4:2:… in process_slice()
546 if (currSlice->p_Vid->active_pps->redundant_pic_cnt_present_flag) { in process_slice()
H A Dh264d_fill.c193 … pp->redundant_pic_cnt_present_flag = p_Vid->active_pps->redundant_pic_cnt_present_flag; in fill_picparams()
H A Dh264d_global.h648 RK_S32 redundant_pic_cnt_present_flag; // u(1) member
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh264d_syntax.h103 RK_U8 redundant_pic_cnt_present_flag; member
391 RK_U8 redundant_pic_cnt_present_flag; member
/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dnal-h264.h182 unsigned int redundant_pic_cnt_present_flag; member
H A Dnal-h264.c725 rbsp_bit(rbsp, &pps->redundant_pic_cnt_present_flag); in nal_h264_rbsp_pps()
H A Dallegro-core.c1383 pps->redundant_pic_cnt_present_flag = 0; in allegro_h264_write_pps()
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_rkv_reg.c328 mpp_put_bits(&bp, pp->redundant_pic_cnt_present_flag, 1); in prepare_spspps()
H A Dhal_h264d_vdpu1.c366 p_regs->SwReg08.sw_rdpic_cnt_pres = pp->redundant_pic_cnt_present_flag; in vdpu1_set_vlc_regs()
H A Dhal_h264d_vdpu2.c407 p_regs->sw112.rpcp_flag = pp->redundant_pic_cnt_present_flag; in set_vlc_regs()
H A Dhal_h264d_vdpu34x.c422 mpp_put_bits(&bp, pp->redundant_pic_cnt_present_flag, 1); in prepare_spspps()
H A Dhal_h264d_vdpu382.c428 mpp_put_bits(&bp, pp->redundant_pic_cnt_present_flag, 1); in prepare_spspps()