Searched refs:qp1 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_loopfilter.c | 259 int qp1 = h->cur_pic.qscale_table[sl->top_mb_xy]; in h264_filter_mb_fast_internal() local 262 int qpc1 = get_chroma_qp(h->ps.pps, 0, qp1); in h264_filter_mb_fast_internal() 264 qp1 = (qp + qp1 + 1) >> 1; in h264_filter_mb_fast_internal() 277 filter_mb_edgeh( &img_y[4*0*linesize], linesize, bSH, qp1, a, b, h, 1); in h264_filter_mb_fast_internal() 285 filter_mb_edgeh( &img_y[4*0*linesize], linesize, bSH, qp1, a, b, h, 1); in h264_filter_mb_fast_internal()
|
H A D | hevc_filter.c | 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() local 605 c_tc[1] = (bs1 == 2) ? chroma_tc(s, qp1, chroma, tc_offset) : 0; in deblocking_filter_CTB() 635 const int qp1 = bs1 == 2 ? (get_qPy(s, x + (4 * h), y - 1) + get_qPy(s, x + (4 * h), y) + 1) >> 1 : 0; in deblocking_filter_CTB() local 638 c_tc[1] = bs1 == 2 ? chroma_tc(s, qp1, chroma, cur_tc_offset) : 0; in deblocking_filter_CTB()
|
Completed in 4 milliseconds