Home
last modified time | relevance | path

Searched refs:num_negative_pics (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c195 rps->num_negative_pics = k0; in mpp_hevc_decode_short_term_rps()
213 if ((rps->num_negative_pics >> 1) != 0) { in mpp_hevc_decode_short_term_rps()
215 k = rps->num_negative_pics - 1; in mpp_hevc_decode_short_term_rps()
217 for (i = 0; (RK_U32)i < rps->num_negative_pics >> 1; i++) { in mpp_hevc_decode_short_term_rps()
230 READ_UE(gb, &rps->num_negative_pics); in mpp_hevc_decode_short_term_rps()
234 if (rps->num_negative_pics >= MAX_REFS || in mpp_hevc_decode_short_term_rps()
240 rps->num_delta_pocs = rps->num_negative_pics + nb_positive_pics; in mpp_hevc_decode_short_term_rps()
243 for (i = 0; (RK_U32)i < rps->num_negative_pics; i++) { in mpp_hevc_decode_short_term_rps()
255 rps->delta_poc[rps->num_negative_pics + i] = prev; in mpp_hevc_decode_short_term_rps()
256 READ_ONEBIT(gb, &rps->used[rps->num_negative_pics + i]); in mpp_hevc_decode_short_term_rps()
H A Dh265d_parser2_syntax.c180 RK_U32 n_pics = src_rps[i].num_negative_pics; in fill_picture_parameters()
181 dst_rps[i].num_negative_pics = n_pics; in fill_picture_parameters()
183 for (j = 0; j < dst_rps[i].num_negative_pics; j++) { in fill_picture_parameters()
H A Dh265d_refs.c300 else if (i < short_rps->num_negative_pics) in mpp_hevc_frame_rps()
374 for (i = 0; (RK_U32)i < rps->num_negative_pics; i++) in mpp_hevc_frame_nb_refs()
H A Dh265d_parser.h63 RK_U32 num_negative_pics; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h56 RK_U32 num_negative_pics; member
H A Dhal_h265d_com.c331 mpp_put_bits(&bp, dxva_cxt->pp.sps_st_rps[i].num_negative_pics, 4); in hal_h265d_slice_hw_rps()
333 for ( j = 0; j < dxva_cxt->pp.sps_st_rps[i].num_negative_pics; j++) { in hal_h265d_slice_hw_rps()
345 …for ( j = dxva_cxt->pp.sps_st_rps[i].num_negative_pics + dxva_cxt->pp.sps_st_rps[i].num_positive_p… in hal_h265d_slice_hw_rps()
/OK3568_Linux_fs/external/mpp/mpp/common/
H A Dh265d_syntax.h58 UCHAR num_negative_pics; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vepu540c_reg.h780 RK_U32 num_negative_pics : 5; member
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h265e/
H A Dhal_h265e_vepu540c_reg.h786 RK_U32 num_negative_pics : 5; member
H A Dhal_h265e_vepu580_reg.h674 RK_U32 num_negative_pics : 5; member
H A Dhal_h265e_vepu540c.c947 regs->reg0243_synt_refm1.num_negative_pics = syn->sp.num_neg_pic; in vepu540c_h265_set_ref_regs()
H A Dhal_h265e_vepu580.c2054 regs->reg0243_synt_refm1.num_negative_pics = syn->sp.num_neg_pic; in vepu580_h265_set_ref_regs()