| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/ |
| H A D | h264e_pps.c | 49 pps->pps_id = 0; in h264e_pps_update() 132 mpp_writer_put_ue(bit, pps->pps_id); in h264e_pps_to_packet()
|
| H A D | h264e_pps.h | 26 RK_U32 pps_id; member
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h265/ |
| H A D | h265d_ps.c | 841 if (openhevc_pps->pps_id != pps->pps_id) { in compare_pps() 1894 RK_U32 pps_id = 0; in mpp_hevc_decode_nal_pps() local 1901 READ_UE(gb, &pps_id); in mpp_hevc_decode_nal_pps() 1902 if (pps_id >= MAX_PPS_COUNT) { in mpp_hevc_decode_nal_pps() 1903 mpp_err( "PPS id out of range: %d\n", pps_id); in mpp_hevc_decode_nal_pps() 1908 pps = (HEVCPPS *)s->pps_list[pps_id]; in mpp_hevc_decode_nal_pps() 1922 pps->pps_id = pps_id; in mpp_hevc_decode_nal_pps() 2124 s->scaling_list_listen[pps_id + 16] = 1; in mpp_hevc_decode_nal_pps() 2152 HEVCPPS *openhevc_pps = (HEVCPPS*)&info->pps[pps_id]; in mpp_hevc_decode_nal_pps() 2191 s->pps_list[pps_id] = (RK_U8 *)pps; 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() 70 pp->pps_id = h->sh.pps_id; in fill_picture_parameters() 264 const HEVCPPS *pps = (HEVCPPS *)h->pps_list[h->sh.pps_id]; in fill_scaling_lists()
|
| H A D | h265d_parser.c | 531 if (openhevc_sh->pps_id != sh->pps_id) { in compare_sliceheader() 709 RK_U32 pps_id; in hls_slice_header() local 733 READ_UE(gb, &pps_id); in hls_slice_header() 735 if (pps_id >= MAX_PPS_COUNT || !s->pps_list[pps_id]) { in hls_slice_header() 736 mpp_err( "PPS id out of range: %d\n", pps_id); in hls_slice_header() 739 sh->pps_id = pps_id; in hls_slice_header() 740 if (pps_id != s->pre_pps_id) { in hls_slice_header() 742 s->pre_pps_id = pps_id; in hls_slice_header() 747 s->pps != (HEVCPPS*)s->pps_list[sh->pps_id]) { in hls_slice_header() 751 s->pps = (HEVCPPS*)s->pps_list[sh->pps_id]; in hls_slice_header()
|
| H A D | h265d_parser.h | 292 RK_U32 pps_id; member 350 RK_U32 pps_id; member
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_com.h | 78 RK_U32 pps_id; member
|
| H A D | hal_h265d_com.c | 422 READ_UE(gb, &sh.pps_id); in hal_h265d_slice_output_rps() 424 if (sh.pps_id >= 64 ) { in hal_h265d_slice_output_rps() 425 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 | 300 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_v345_output_pps_packet() 423 addr = (dxva_cxt->pp.pps_id + 16) * 1360; in hal_h265d_v345_output_pps_packet() 527 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_output_pps_packet() 645 addr = (dxva_cxt->pp.pps_id + 16) * 1360; in hal_h265d_output_pps_packet()
|
| H A D | hal_h265d_rkv.c | 349 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_v345_output_pps_packet() 560 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_output_pps_packet()
|
| H A D | hal_h265d_vdpu382.c | 304 mpp_put_bits(&bp, dxva_cxt->pp.pps_id , 6 ); in hal_h265d_v382_output_pps_packet() 427 addr = (dxva_cxt->pp.pps_id + 16) * 1360; in hal_h265d_v382_output_pps_packet()
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | h265d_syntax.h | 174 UINT32 pps_id; member
|
| H A D | h265e_syntax_new.h | 119 RK_U32 pps_id; member
|
| /OK3568_Linux_fs/external/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 | 411 p_regs->sw114.pps_id = p_hal->slice_long[0].active_pps_id; in set_vlc_regs()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_syntax.c | 37 pp->pps_id = h->slice->m_ppsId; in fill_picture_parameters()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| 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_vepu580_reg.h | 618 RK_U32 pps_id : 8; member
|
| H A D | hal_h264e_vepu541.c | 575 regs->reg106.pps_id = slice->pic_parameter_set_id; in setup_vepu541_codec()
|
| H A D | hal_h264e_vepu540c.c | 559 regs->reg_base.synt_sli0.pps_id = slice->pic_parameter_set_id; in setup_vepu540c_codec()
|
| H A D | hal_h264e_vepu580.c | 904 regs->reg_base.synt_sli0.pps_id = slice->pic_parameter_set_id; in setup_vepu580_codec()
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu1_v2.c | 506 val = VEPU_REG_PPS_ID(pps->pps_id) in hal_h264e_vepu1_gen_regs_v2()
|
| H A D | hal_h264e_vepu2_v2.c | 566 val = VEPU_REG_PPS_ID(pps->pps_id) in hal_h264e_vepu2_gen_regs_v2()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/h264/ |
| H A D | h264d_global.h | 850 RK_U32 pps_id; member
|