Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c490 int32_t c_tc[2], tc[2]; in deblocking_filter_CTB() local
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) : 0; in deblocking_filter_CTB()
614 c_tc, no_p, no_q); in deblocking_filter_CTB()
618 c_tc, no_p, no_q); in deblocking_filter_CTB()
637 c_tc[0] = bs0 == 2 ? chroma_tc(s, qp0, chroma, tc_offset) : 0; in deblocking_filter_CTB()
638 c_tc[1] = bs1 == 2 ? chroma_tc(s, qp1, chroma, cur_tc_offset) : 0; in deblocking_filter_CTB()
647 c_tc, no_p, no_q); in deblocking_filter_CTB()
651 c_tc, no_p, no_q); in deblocking_filter_CTB()

Completed in 4 milliseconds