Searched refs:redundant_pic_cnt_present_flag (Results 1 – 12 of 12) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_pps.c | 96 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 D | h264d_slice.c | 335 ret |= (pps->redundant_pic_cnt_present_flag == 1); in check_sps_pps() 557 …ASSERT(currSlice->p_Vid->active_pps->redundant_pic_cnt_present_flag == 0); // add by dw, high 4:2:… in process_slice() 558 if (currSlice->p_Vid->active_pps->redundant_pic_cnt_present_flag) { in process_slice()
|
| H A D | h264d_fill.c | 193 … pp->redundant_pic_cnt_present_flag = p_Vid->active_pps->redundant_pic_cnt_present_flag; in fill_picparams()
|
| H A D | h264d_global.h | 648 RK_S32 redundant_pic_cnt_present_flag; // u(1) member
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | h264d_syntax.h | 103 RK_U8 redundant_pic_cnt_present_flag; member 391 RK_U8 redundant_pic_cnt_present_flag; member
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 327 mpp_put_bits(&bp, pp->redundant_pic_cnt_present_flag, 1); in prepare_spspps()
|
| H A D | hal_h264d_vdpu1.c | 367 p_regs->SwReg08.sw_rdpic_cnt_pres = pp->redundant_pic_cnt_present_flag; in vdpu1_set_vlc_regs()
|
| H A D | hal_h264d_vdpu2.c | 408 p_regs->sw112.rpcp_flag = pp->redundant_pic_cnt_present_flag; in set_vlc_regs()
|
| H A D | hal_h264d_vdpu34x.c | 423 mpp_put_bits(&bp, pp->redundant_pic_cnt_present_flag, 1); in prepare_spspps()
|
| H A D | hal_h264d_vdpu384a.c | 207 mpp_put_bits(&bp, pp->redundant_pic_cnt_present_flag, 1); in prepare_spspps()
|
| H A D | hal_h264d_vdpu383.c | 220 mpp_put_bits(&bp, pp->redundant_pic_cnt_present_flag, 1); in prepare_spspps()
|
| H A D | hal_h264d_vdpu382.c | 429 mpp_put_bits(&bp, pp->redundant_pic_cnt_present_flag, 1); in prepare_spspps()
|