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 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 | 323 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 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
|
| /OK3568_Linux_fs/external/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
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/ |
| H A D | nal-h264.h | 182 unsigned int redundant_pic_cnt_present_flag; member
|
| H A D | nal-h264.c | 725 rbsp_bit(rbsp, &pps->redundant_pic_cnt_present_flag); in nal_h264_rbsp_pps()
|
| H A D | allegro-core.c | 1383 pps->redundant_pic_cnt_present_flag = 0; in allegro_h264_write_pps()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_rkv_reg.c | 328 mpp_put_bits(&bp, pp->redundant_pic_cnt_present_flag, 1); in prepare_spspps()
|
| H A D | hal_h264d_vdpu1.c | 366 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 | 407 p_regs->sw112.rpcp_flag = pp->redundant_pic_cnt_present_flag; in set_vlc_regs()
|
| H A D | hal_h264d_vdpu34x.c | 422 mpp_put_bits(&bp, pp->redundant_pic_cnt_present_flag, 1); in prepare_spspps()
|
| H A D | hal_h264d_vdpu382.c | 428 mpp_put_bits(&bp, pp->redundant_pic_cnt_present_flag, 1); in prepare_spspps()
|