Home
last modified time | relevance | path

Searched refs:pps_id (Results 1 – 25 of 31) sorted by relevance

12

/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_ps.c857 if (openhevc_pps->pps_id != pps->pps_id) { in compare_pps()
1933 RK_U32 pps_id = 0; in mpp_hevc_decode_nal_pps() local
1943 READ_UE(gb, &pps_id); in mpp_hevc_decode_nal_pps()
1944 if (pps_id >= MAX_PPS_COUNT) { in mpp_hevc_decode_nal_pps()
1945 mpp_err( "PPS id out of range: %d\n", pps_id); in mpp_hevc_decode_nal_pps()
1950 if (s->pps_list[pps_id]) { in mpp_hevc_decode_nal_pps()
1951 bufs = &(((HEVCPPS *)s->pps_list[pps_id])->bufs); in mpp_hevc_decode_nal_pps()
1956 pps->pps_id = pps_id; in mpp_hevc_decode_nal_pps()
2158 s->scaling_list_listen[pps_id + 16] = 1; in mpp_hevc_decode_nal_pps()
2186 HEVCPPS *openhevc_pps = (HEVCPPS*)&info->pps[pps_id]; in mpp_hevc_decode_nal_pps()
[all …]
H A Dh265d_parser2_syntax.c57 const HEVCPPS *pps = (HEVCPPS *)h->pps_list[h->sh.pps_id]; in fill_picture_parameters()
72 pp->pps_id = h->sh.pps_id; in fill_picture_parameters()
302 const HEVCPPS *pps = (HEVCPPS *)h->pps_list[h->sh.pps_id]; in fill_scaling_lists()
H A Dh265d_parser.c537 if (openhevc_sh->pps_id != sh->pps_id) { in compare_sliceheader()
715 RK_U32 pps_id; in hls_slice_header() local
739 READ_UE(gb, &pps_id); in hls_slice_header()
741 if (pps_id >= MAX_PPS_COUNT || !s->pps_list[pps_id]) { in hls_slice_header()
742 mpp_err( "PPS id out of range: %d\n", pps_id); in hls_slice_header()
745 sh->pps_id = pps_id; in hls_slice_header()
746 if (pps_id != s->pre_pps_id) { in hls_slice_header()
748 s->pre_pps_id = pps_id; in hls_slice_header()
753 s->pps != (HEVCPPS*)s->pps_list[sh->pps_id]) { in hls_slice_header()
757 s->pps = (HEVCPPS*)s->pps_list[sh->pps_id]; in hls_slice_header()
H A Dh265d_parser.h313 RK_U32 pps_id; member
380 RK_U32 pps_id; member
/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_pps.h26 RK_U32 pps_id; member
H A Dh264e_pps.c58 pps->pps_id = 0; in h264e_pps_update()
146 mpp_writer_put_ue(bit, pps->pps_id); in h264e_pps_to_packet()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_com.h79 RK_U32 pps_id; member
H A Dhal_h265d_com.c423 READ_UE(gb, &sh.pps_id); in hal_h265d_slice_output_rps()
425 if (sh.pps_id >= 64 ) { in hal_h265d_slice_output_rps()
426 mpp_err( "PPS id out of range: %d\n", sh.pps_id); in hal_h265d_slice_output_rps()
H A Dhal_h265d_vdpu34x.c295 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_v345_output_pps_packet()
417 addr = (dxva_cxt->pp.pps_id + 16) * 1360; in hal_h265d_v345_output_pps_packet()
519 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_output_pps_packet()
637 addr = (dxva_cxt->pp.pps_id + 16) * 1360; in hal_h265d_output_pps_packet()
H A Dhal_h265d_rkv.c331 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_v345_output_pps_packet()
542 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_output_pps_packet()
H A Dhal_h265d_vdpu382.c288 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_v382_output_pps_packet()
410 addr = (dxva_cxt->pp.pps_id + 16) * 1360; in hal_h265d_v382_output_pps_packet()
H A Dhal_h265d_vdpu384a.c422 mpp_put_bits(&bp, dxva_ctx->pp.pps_id, 6); in hal_h265d_v345_output_pps_packet()
613 addr = (dxva_ctx->pp.pps_id + 16) * 1360; in hal_h265d_v345_output_pps_packet()
H A Dhal_h265d_vdpu383.c454 mpp_put_bits(&bp, dxva_ctx->pp.pps_id, 6); in hal_h265d_v345_output_pps_packet()
617 addr = (dxva_ctx->pp.pps_id + 16) * 1360; in hal_h265d_v345_output_pps_packet()
/rockchip-linux_mpp/mpp/common/
H A Dh265d_syntax.h188 UINT32 pps_id; member
H A Dh265e_syntax_new.h119 RK_U32 pps_id; member
/rockchip-linux_mpp/mpp/hal/rkdec/h264d/
H A Dhal_h264d_vdpu2_reg.h449 RK_U32 pps_id : 8; member
H A Dhal_h264d_vdpu2.c412 p_regs->sw114.pps_id = p_hal->slice_long[0].active_pps_id; in set_vlc_regs()
/rockchip-linux_mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu510_reg.h79 RK_U32 pps_id : 8; member
H A Dhal_h264e_vepu541_reg.h1661 RK_U32 pps_id : 8; member
H A Dhal_h264e_vepu540c_reg.h632 RK_U32 pps_id : 8; member
H A Dhal_h264e_vepu511_reg.h87 RK_U32 pps_id : 8; member
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_syntax.c52 pp->pps_id = h->slice->m_ppsId; in fill_picture_parameters()
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c508 val = VEPU_REG_PPS_ID(pps->pps_id) in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu2_v2.c568 val = VEPU_REG_PPS_ID(pps->pps_id) in hal_h264e_vepu2_gen_regs_v2()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h850 RK_U32 pps_id; member

12