| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_ps.c | 857 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 D | h265d_parser2_syntax.c | 57 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 D | h265d_parser.c | 537 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 D | h265d_parser.h | 313 RK_U32 pps_id; member 380 RK_U32 pps_id; member
|
| /rockchip-linux_mpp/mpp/codec/enc/h264/ |
| H A D | h264e_pps.h | 26 RK_U32 pps_id; member
|
| H A D | h264e_pps.c | 58 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 D | hal_h265d_com.h | 79 RK_U32 pps_id; member
|
| H A D | hal_h265d_com.c | 423 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 D | hal_h265d_vdpu34x.c | 295 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 D | hal_h265d_rkv.c | 331 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 D | hal_h265d_vdpu382.c | 288 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 D | hal_h265d_vdpu384a.c | 422 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 D | hal_h265d_vdpu383.c | 454 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 D | h265d_syntax.h | 188 UINT32 pps_id; member
|
| H A D | h265e_syntax_new.h | 119 RK_U32 pps_id; member
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_vdpu2_reg.h | 449 RK_U32 pps_id : 8; member
|
| H A D | hal_h264d_vdpu2.c | 412 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 D | hal_h264e_vepu510_reg.h | 79 RK_U32 pps_id : 8; member
|
| H A D | hal_h264e_vepu541_reg.h | 1661 RK_U32 pps_id : 8; member
|
| H A D | hal_h264e_vepu540c_reg.h | 632 RK_U32 pps_id : 8; member
|
| H A D | hal_h264e_vepu511_reg.h | 87 RK_U32 pps_id : 8; member
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_syntax.c | 52 pp->pps_id = h->slice->m_ppsId; in fill_picture_parameters()
|
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu1_v2.c | 508 val = VEPU_REG_PPS_ID(pps->pps_id) in hal_h264e_vepu1_gen_regs_v2()
|
| H A D | hal_h264e_vepu2_v2.c | 568 val = VEPU_REG_PPS_ID(pps->pps_id) in hal_h264e_vepu2_gen_regs_v2()
|
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_global.h | 850 RK_U32 pps_id; member
|