Searched refs:get_qPy (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_filter.c | 131 static int get_qPy(HEVCContext *s, int xC, int yC) in get_qPy() function 534 const int qp = (get_qPy(s, x - 1, y) + get_qPy(s, x, y) + 1) >> 1; in deblocking_filter_CTB() 564 const int qp = (get_qPy(s, x, y - 1) + get_qPy(s, x, y) + 1) >> 1; in deblocking_filter_CTB() 601 const int qp0 = (get_qPy(s, x - 1, y) + get_qPy(s, x, y) + 1) >> 1; in deblocking_filter_CTB() 602 const int qp1 = (get_qPy(s, x - 1, y + (4 * v)) + get_qPy(s, x, y + (4 * v)) + 1) >> 1; in deblocking_filter_CTB() 634 const int qp0 = bs0 == 2 ? (get_qPy( in deblocking_filter_CTB() [all...] |
Completed in 2 milliseconds