Home
last modified time | relevance | path

Searched defs:qp0 (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_loopfilter.c258 int qp0 = h->cur_pic.qscale_table[mb_xy - 1]; in h264_filter_mb_fast_internal() local
H A Dhevc_filter.c601 const int qp0 = (get_qPy(s, x - 1, y) + get_qPy(s, x, y) + 1) >> 1; in deblocking_filter_CTB() local
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

Completed in 4 milliseconds