Home
last modified time | relevance | path

Searched refs:tc_offset_div2 (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vcn_enc_2_0.c223 RADEON_ENC_CS(enc->enc_pic.hevc_deblock.tc_offset_div2); in radeon_enc_loop_filter_hevc()
375 radeon_enc_code_se(enc, enc->enc_pic.hevc_deblock.tc_offset_div2); in radeon_enc_nalu_pps_hevc()
Dradeon_vcn_enc_3_0.c154 radeon_enc_code_se(enc, enc->enc_pic.hevc_deblock.tc_offset_div2); in radeon_enc_nalu_pps_hevc()
Dradeon_uvd_enc.h271 int32_t tc_offset_div2; member
Dradeon_uvd_enc_1_1.c363 enc->enc_pic.hevc_deblock.tc_offset_div2 = pic->slice.slice_tc_offset_div2; in radeon_uvd_enc_deblocking_filter_hevc()
371 RADEON_ENC_CS(enc->enc_pic.hevc_deblock.tc_offset_div2); in radeon_uvd_enc_deblocking_filter_hevc()
529 radeon_uvd_enc_code_se(enc, enc->enc_pic.hevc_deblock.tc_offset_div2); in radeon_uvd_enc_nalu_pps_hevc()
Dradeon_vcn_enc.h318 int32_t tc_offset_div2; member
Dradeon_vcn_enc_1_2.c245 RADEON_ENC_CS(enc->enc_pic.hevc_deblock.tc_offset_div2); in radeon_enc_deblocking_filter_hevc()
685 radeon_enc_code_se(enc, enc->enc_pic.hevc_deblock.tc_offset_div2); in radeon_enc_nalu_pps_hevc()
Dradeon_vcn_enc.c178 enc->enc_pic.hevc_deblock.tc_offset_div2 = pic->slice.slice_tc_offset_div2; in radeon_vcn_enc_get_param()
/third_party/ffmpeg/libavcodec/
Dhevc_ps.c1681 int tc_offset_div2 = get_se_golomb(gb) ; in ff_hevc_decode_nal_pps() local
1688 if (tc_offset_div2 < -6 || tc_offset_div2 > 6) { in ff_hevc_decode_nal_pps()
1690 tc_offset_div2); in ff_hevc_decode_nal_pps()
1695 pps->tc_offset = 2 * tc_offset_div2; in ff_hevc_decode_nal_pps()
Dhevcdec.c850 int tc_offset_div2 = get_se_golomb(gb) ; in hls_slice_header() local
852 tc_offset_div2 < -6 || tc_offset_div2 > 6) { in hls_slice_header()
855 beta_offset_div2, tc_offset_div2); in hls_slice_header()
859 sh->tc_offset = tc_offset_div2 * 2; in hls_slice_header()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.h1241 gint8 tc_offset_div2; member
1447 gint8 tc_offset_div2; member
Dgsth265parser.c2243 READ_SE_ALLOWED (&nr, pps->tc_offset_div2, -6, +6); in gst_h265_parse_pps()
2484 slice->tc_offset_div2 = pps->tc_offset_div2; in gst_h265_parser_parse_slice_hdr()
2668 READ_SE_ALLOWED (&nr, slice->tc_offset_div2, -6, 6); in gst_h265_parser_parse_slice_hdr()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c513 .slice_tc_offset_div2 = header->tc_offset_div2, in gst_va_h265_dec_decode_slice()
702 .pps_tc_offset_div2 = pps->tc_offset_div2, in gst_va_h265_dec_start_picture()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh265dec.c574 COPY_FIELD_WITH_PREFIX (tc_offset_div2); in gst_nv_h265_dec_picture_params_from_pps()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h265dec.cpp558 COPY_FIELD_WITH_PREFIX (tc_offset_div2); in gst_d3d11_h265_dec_picture_params_from_pps()