Home
last modified time | relevance | path

Searched refs:tc_offset (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c49 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 …]
Dhevcdec.h299 int tc_offset; ///< tc_offset_div2 * 2 member
388 int tc_offset; member
Dhevc_ps.h289 int tc_offset; ///< tc_offset_div2 * 2 member
Dvaapi_hevc.c156 .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()
Dnvdec_hevc.c173 .pps_tc_offset_div2 = pps->tc_offset / 2, in nvdec_hevc_start_frame()
Ddxva2_hevc.c157 pp->pps_tc_offset_div2 = pps->tc_offset / 2; in fill_picture_parameters()
Dvdpau_hevc.c187 info->pps_tc_offset_div2 = pps->tc_offset / 2; in vdpau_hevc_start_frame()
Dhevcdec.c859 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()
Dhevc_ps.c1541 pps->tc_offset = 0; in ff_hevc_decode_nal_pps()
1695 pps->tc_offset = 2 * tc_offset_div2; in ff_hevc_decode_nal_pps()