Searched refs:tc_offset (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevc_filter.c | 49 static int chroma_tc(HEVCContext *s, int qp_y, int c_idx, int tc_offset) in chroma_tc() argument 74 idxt = av_clip(qp + DEFAULT_INTRA_TC_OFFSET + tc_offset, 0, 53); in chroma_tc() 473 (tc_offset & -2), \ 490 int cur_tc_offset = s->deblock[ctb].tc_offset; in deblocking_filter_CTB() 493 int tc_offset, beta_offset; in deblocking_filter_CTB() local 499 left_tc_offset = s->deblock[ctb - 1].tc_offset; in deblocking_filter_CTB() 513 tc_offset = cur_tc_offset; in deblocking_filter_CTB() 557 tc_offset = x >= x0 ? cur_tc_offset : left_tc_offset; in deblocking_filter_CTB() 595 c_tc[0] = (bs0 == 2) ? chroma_tc(s, qp0, chroma, tc_offset) : 0; in deblocking_filter_CTB() 596 c_tc[1] = (bs1 == 2) ? chroma_tc(s, qp1, chroma, tc_offset) : 0; in deblocking_filter_CTB() [all …]
|
D | hevcdec.h | 299 int tc_offset; ///< tc_offset_div2 * 2 member 388 int tc_offset; member
|
D | hevc_ps.h | 289 int tc_offset; ///< tc_offset_div2 * 2 member
|
D | vaapi_hevc.c | 156 .pps_tc_offset_div2 = pps->tc_offset / 2, in vaapi_hevc_start_frame() 435 .slice_tc_offset_div2 = sh->tc_offset / 2, in vaapi_hevc_decode_slice()
|
D | nvdec_hevc.c | 173 .pps_tc_offset_div2 = pps->tc_offset / 2, in nvdec_hevc_start_frame()
|
D | dxva2_hevc.c | 157 pp->pps_tc_offset_div2 = pps->tc_offset / 2; in fill_picture_parameters()
|
D | vdpau_hevc.c | 187 info->pps_tc_offset_div2 = pps->tc_offset / 2; in vdpau_hevc_start_frame()
|
D | hevcdec.c | 859 sh->tc_offset = tc_offset_div2 * 2; in hls_slice_header() 864 sh->tc_offset = s->ps.pps->tc_offset; in hls_slice_header() 869 sh->tc_offset = 0; in hls_slice_header() 2492 s->deblock[ctb_addr_rs].tc_offset = s->sh.tc_offset; in hls_decode_entry()
|
D | hevc_ps.c | 1541 pps->tc_offset = 0; in ff_hevc_decode_nal_pps() 1695 pps->tc_offset = 2 * tc_offset_div2; in ff_hevc_decode_nal_pps()
|