Searched refs:qp0 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_loopfilter.c | 258 int qp0 = h->cur_pic.qscale_table[mb_xy - 1]; in h264_filter_mb_fast_internal() local 261 int qpc0 = get_chroma_qp(h->ps.pps, 0, qp0); in h264_filter_mb_fast_internal() 263 qp0 = (qp + qp0 + 1) >> 1; in h264_filter_mb_fast_internal() 273 filter_mb_edgev( &img_y[4*0<<pixel_shift], linesize, bS4, qp0, a, b, h, 1); in h264_filter_mb_fast_internal()
|
H A D | hevc_filter.c | 601 const int qp0 = (get_qPy(s, x - 1, y) + get_qPy(s, x, y) + 1) >> 1; in deblocking_filter_CTB() local 604 c_tc[0] = (bs0 == 2) ? chroma_tc(s, qp0, chroma, tc_offset) : 0; in deblocking_filter_CTB() 634 const int qp0 = bs0 == 2 ? (get_qPy(s, x, y - 1) + get_qPy(s, x, y) + 1) >> 1 : 0; in deblocking_filter_CTB() local 637 c_tc[0] = bs0 == 2 ? chroma_tc(s, qp0, chroma, tc_offset) : 0; in deblocking_filter_CTB()
|
Completed in 4 milliseconds