Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevc_filter.c490 int cur_tc_offset = s->deblock[ctb].tc_offset; in deblocking_filter_CTB() local
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()
617 tc_offset = x0 ? left_tc_offset : cur_tc_offset; in deblocking_filter_CTB()
629 c_tc[1] = bs1 == 2 ? chroma_tc(s, qp1, chroma, cur_tc_offset) : 0; in deblocking_filter_CTB()