Home
last modified time | relevance | path

Searched refs:extended_precision_processing_flag (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/common/
H A Dh265d_syntax.h156 UINT32 extended_precision_processing_flag : 1; member
/rockchip-linux_mpp/mpp/codec/dec/h265/
H A Dh265d_parser2_syntax.c275 pp->extended_precision_processing_flag = sps->extended_precision_processing_flag;; in fill_picture_parameters()
H A Dh265d_parser.h272 RK_S32 extended_precision_processing_flag; member
H A Dh265d_ps.c1764 READ_ONEBIT(gb, &sps->extended_precision_processing_flag); in mpp_hevc_decode_nal_sps()
1765 if (sps->extended_precision_processing_flag) in mpp_hevc_decode_nal_sps()
/rockchip-linux_mpp/mpp/hal/rkdec/h265d/
H A Dhal_h265d_vdpu384a.c414 mpp_put_bits(&bp, dxva_ctx->pp.extended_precision_processing_flag, 1); in hal_h265d_v345_output_pps_packet()
H A Dhal_h265d_vdpu383.c446 mpp_put_bits(&bp, dxva_ctx->pp.extended_precision_processing_flag, 1); in hal_h265d_v345_output_pps_packet()