Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c47 static int chroma_tc(HEVCContext *s, int qp_y, int c_idx, int tc_offset) in chroma_tc() argument
72 idxt = av_clip(qp + DEFAULT_INTRA_TC_OFFSET + tc_offset, 0, 53); in chroma_tc()
482 (tc_offset & -2), \
499 int cur_tc_offset = s->deblock[ctb].tc_offset; in deblocking_filter_CTB()
502 int tc_offset, beta_offset; in deblocking_filter_CTB() local
508 left_tc_offset = s->deblock[ctb - 1].tc_offset; in deblocking_filter_CTB()
522 tc_offset = cur_tc_offset; in deblocking_filter_CTB()
566 tc_offset = x >= x0 ? cur_tc_offset : left_tc_offset; in deblocking_filter_CTB()
604 c_tc[0] = (bs0 == 2) ? chroma_tc(s, qp0, chroma, tc_offset) : 0; in deblocking_filter_CTB()
605 c_tc[1] = (bs1 == 2) ? chroma_tc(s, qp1, chroma, tc_offset) in deblocking_filter_CTB()
[all...]
H A Dhevcdec.h296 int tc_offset; ///< tc_offset_div2 * 2 member
385 int tc_offset; member
H A Dhevc_ps.h289 int tc_offset; ///< tc_offset_div2 * 2 member
H A Dvaapi_hevc.c156 .pps_tc_offset_div2 = pps->tc_offset / 2, in vaapi_hevc_start_frame()
448 .slice_tc_offset_div2 = sh->tc_offset / 2, in vaapi_hevc_decode_slice()
H A Ddxva2_hevc.c159 pp->pps_tc_offset_div2 = pps->tc_offset / 2; in fill_picture_parameters()
H A Dnvdec_hevc.c173 .pps_tc_offset_div2 = pps->tc_offset / 2, in nvdec_hevc_start_frame()
H A Dvdpau_hevc.c186 info->pps_tc_offset_div2 = pps->tc_offset / 2; in vdpau_hevc_start_frame()
H A Dhevc_ps.c1538 pps->tc_offset = 0; in ff_hevc_decode_nal_pps()
1692 pps->tc_offset = 2 * tc_offset_div2; in ff_hevc_decode_nal_pps()
H A Dhevcdec.c882 sh->tc_offset = tc_offset_div2 * 2; in hls_slice_header()
887 sh->tc_offset = s->ps.pps->tc_offset; in hls_slice_header()
892 sh->tc_offset = 0; in hls_slice_header()
2515 s->deblock[ctb_addr_rs].tc_offset = s->sh.tc_offset; in hls_decode_entry()

Completed in 17 milliseconds