Searched refs:c_tc (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevc_filter.c | 481 int32_t c_tc[2], tc[2]; in deblocking_filter_CTB() local 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() 605 c_tc, no_p, no_q); in deblocking_filter_CTB() 609 c_tc, no_p, no_q); in deblocking_filter_CTB() 628 c_tc[0] = bs0 == 2 ? chroma_tc(s, qp0, chroma, tc_offset) : 0; in deblocking_filter_CTB() 629 c_tc[1] = bs1 == 2 ? chroma_tc(s, qp1, chroma, cur_tc_offset) : 0; in deblocking_filter_CTB() 638 c_tc, no_p, no_q); in deblocking_filter_CTB() 642 c_tc, no_p, no_q); in deblocking_filter_CTB()
|