Searched refs:cu_qp_delta_enabled_flag (Results 1 – 15 of 15) sorted by relevance
| /rockchip-linux_mpp/mpp/common/ |
| H A D | h265d_syntax.h | 132 UINT32 cu_qp_delta_enabled_flag : 1; member
|
| H A D | h265e_syntax_new.h | 90 RK_U32 cu_qp_delta_enabled_flag : 1; member
|
| /rockchip-linux_mpp/mpp/codec/dec/h265/ |
| H A D | h265d_ps.c | 894 if (openhevc_pps->cu_qp_delta_enabled_flag != pps->cu_qp_delta_enabled_flag) { in compare_pps() 1998 READ_ONEBIT(gb, &pps->cu_qp_delta_enabled_flag); in mpp_hevc_decode_nal_pps() 2000 if (pps->cu_qp_delta_enabled_flag) in mpp_hevc_decode_nal_pps()
|
| H A D | h265d_parser.h | 326 RK_U8 cu_qp_delta_enabled_flag; member
|
| H A D | h265d_parser2_syntax.c | 127 … (pps->cu_qp_delta_enabled_flag << 2) | in fill_picture_parameters()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_rkv.c | 343 mpp_put_bits(&bp, dxva_cxt->pp.cu_qp_delta_enabled_flag , 1); //164 in hal_h265d_v345_output_pps_packet() 554 mpp_put_bits(&bp, dxva_cxt->pp.cu_qp_delta_enabled_flag , 1); in hal_h265d_output_pps_packet()
|
| H A D | hal_h265d_vdpu34x.c | 307 mpp_put_bits(&bp, dxva_cxt->pp.cu_qp_delta_enabled_flag , 1); //164 in hal_h265d_v345_output_pps_packet() 531 mpp_put_bits(&bp, dxva_cxt->pp.cu_qp_delta_enabled_flag , 1); in hal_h265d_output_pps_packet()
|
| H A D | hal_h265d_vdpu382.c | 300 mpp_put_bits(&bp, dxva_cxt->pp.cu_qp_delta_enabled_flag , 1); //164 in hal_h265d_v382_output_pps_packet()
|
| H A D | hal_h265d_vdpu384a.c | 435 mpp_put_bits(&bp, dxva_ctx->pp.cu_qp_delta_enabled_flag, 1); in hal_h265d_v345_output_pps_packet()
|
| H A D | hal_h265d_vdpu383.c | 467 mpp_put_bits(&bp, dxva_ctx->pp.cu_qp_delta_enabled_flag, 1); in hal_h265d_v345_output_pps_packet()
|
| /rockchip-linux_mpp/mpp/hal/rkenc/h265e/ |
| H A D | hal_h265e_vepu540c.c | 870 regs->reg0238_synt_pps.cu_qp_dlt_en = syn->pp.cu_qp_delta_enabled_flag; in vepu540c_h265_set_slice_regs()
|
| H A D | hal_h265e_vepu541.c | 1148 regs->synt_pps.cu_qp_dlt_en = syn->pp.cu_qp_delta_enabled_flag; in vepu541_h265_set_slice_regs()
|
| H A D | hal_h265e_vepu510.c | 1516 regs->synt_pps.cu_qp_dlt_en = syn->pp.cu_qp_delta_enabled_flag; in vepu510_h265_set_slice_regs()
|
| H A D | hal_h265e_vepu511.c | 1910 regs->synt_pps.cu_qp_dlt_en = syn->pp.cu_qp_delta_enabled_flag; in vepu511_h265_set_slice_regs()
|
| H A D | hal_h265e_vepu580.c | 2080 regs->reg0238_synt_pps.cu_qp_dlt_en = syn->pp.cu_qp_delta_enabled_flag; in vepu580_h265_set_slice_regs()
|