Searched refs:tc_offset_div2 (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_vcn_enc_2_0.c | 223 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()
|
D | radeon_vcn_enc_3_0.c | 154 radeon_enc_code_se(enc, enc->enc_pic.hevc_deblock.tc_offset_div2); in radeon_enc_nalu_pps_hevc()
|
D | radeon_uvd_enc.h | 271 int32_t tc_offset_div2; member
|
D | radeon_uvd_enc_1_1.c | 363 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()
|
D | radeon_vcn_enc.h | 318 int32_t tc_offset_div2; member
|
D | radeon_vcn_enc_1_2.c | 245 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()
|
D | radeon_vcn_enc.c | 178 enc->enc_pic.hevc_deblock.tc_offset_div2 = pic->slice.slice_tc_offset_div2; in radeon_vcn_enc_get_param()
|
/third_party/ffmpeg/libavcodec/ |
D | hevc_ps.c | 1681 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()
|
D | hevcdec.c | 850 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/ |
D | gsth265parser.h | 1241 gint8 tc_offset_div2; member 1447 gint8 tc_offset_div2; member
|
D | gsth265parser.c | 2243 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/ |
D | gstvah265dec.c | 513 .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/ |
D | gstnvh265dec.c | 574 COPY_FIELD_WITH_PREFIX (tc_offset_div2); in gst_nv_h265_dec_picture_params_from_pps()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11h265dec.cpp | 558 COPY_FIELD_WITH_PREFIX (tc_offset_div2); in gst_d3d11_h265_dec_picture_params_from_pps()
|