Searched refs:long_term_ref_pics_present_flag (Results 1 – 17 of 17) sorted by relevance
| /rockchip-linux_mpp/mpp/common/ |
| H A D | h265d_syntax.h | 115 UINT32 long_term_ref_pics_present_flag : 1; member
|
| H A D | h265e_syntax_new.h | 73 RK_U32 long_term_ref_pics_present_flag : 1; member
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_ps.c | 728 if (openhevc_sps->long_term_ref_pics_present_flag in compare_sps() 729 != sps->long_term_ref_pics_present_flag) { in compare_sps() 1719 READ_ONEBIT(gb, &sps->long_term_ref_pics_present_flag); in mpp_hevc_decode_nal_sps() 1720 if (sps->long_term_ref_pics_present_flag) { in mpp_hevc_decode_nal_sps()
|
| H A D | h265d_parser.h | 240 RK_U8 long_term_ref_pics_present_flag; member
|
| H A D | h265d_parser2_syntax.c | 115 (sps->long_term_ref_pics_present_flag << 17) | in fill_picture_parameters()
|
| H A D | h265d_parser.c | 437 if (!sps->long_term_ref_pics_present_flag) in decode_lt_rps()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 318 mpp_put_bits(&bp, dxva_cxt->pp.long_term_ref_pics_present_flag , 1); in hal_h265d_v345_output_pps_packet() 532 mpp_put_bits(&bp, dxva_cxt->pp.long_term_ref_pics_present_flag , 1); in hal_h265d_output_pps_packet()
|
| H A D | hal_h265d_com.c | 514 if (dxva_cxt->pp.long_term_ref_pics_present_flag) { in hal_h265d_slice_output_rps()
|
| H A D | hal_h265d_vdpu34x.c | 283 mpp_put_bits(&bp, dxva_cxt->pp.long_term_ref_pics_present_flag , 1); in hal_h265d_v345_output_pps_packet() 509 mpp_put_bits(&bp, dxva_cxt->pp.long_term_ref_pics_present_flag , 1); in hal_h265d_output_pps_packet()
|
| H A D | hal_h265d_vdpu382.c | 276 mpp_put_bits(&bp, dxva_cxt->pp.long_term_ref_pics_present_flag , 1); in hal_h265d_v382_output_pps_packet()
|
| H A D | hal_h265d_vdpu384a.c | 404 mpp_put_bits(&bp, dxva_ctx->pp.long_term_ref_pics_present_flag, 1); in hal_h265d_v345_output_pps_packet()
|
| H A D | hal_h265d_vdpu383.c | 436 mpp_put_bits(&bp, dxva_ctx->pp.long_term_ref_pics_present_flag, 1); in hal_h265d_v345_output_pps_packet()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu540c.c | 859 regs->reg0237_synt_sps.lt_ref_pic_prsnt = syn->pp.long_term_ref_pics_present_flag; in vepu540c_h265_set_slice_regs()
|
| H A D | hal_h265e_vepu541.c | 1137 regs->synt_sps.lt_ref_pic_prsnt = syn->pp.long_term_ref_pics_present_flag; in vepu541_h265_set_slice_regs()
|
| H A D | hal_h265e_vepu510.c | 1505 regs->synt_sps.lt_ref_pic_prsnt = syn->pp.long_term_ref_pics_present_flag; in vepu510_h265_set_slice_regs()
|
| H A D | hal_h265e_vepu511.c | 1899 regs->synt_sps.lt_ref_pic_prsnt = syn->pp.long_term_ref_pics_present_flag; in vepu511_h265_set_slice_regs()
|
| H A D | hal_h265e_vepu580.c | 2069 regs->reg0237_synt_sps.lt_ref_pic_prsnt = syn->pp.long_term_ref_pics_present_flag; in vepu580_h265_set_slice_regs()
|