Home
last modified time | relevance | path

Searched refs:qp_thresh (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_slice.c2001 sl->qp_thresh = 15 - in h264_slice_init()
2336 … int qp_thresh = sl->qp_thresh; // FIXME strictly we should store qp_thresh for each mb of a slice in fill_filter_caches() local
2338 if (qp <= qp_thresh && in fill_filter_caches()
2340 ((qp + h->cur_pic.qscale_table[left_xy[LTOP]] + 1) >> 1) <= qp_thresh) && in fill_filter_caches()
2342 ((qp + h->cur_pic.qscale_table[top_xy] + 1) >> 1) <= qp_thresh)) { in fill_filter_caches()
2346 ((qp + h->cur_pic.qscale_table[left_xy[LBOT]] + 1) >> 1) <= qp_thresh) && in fill_filter_caches()
2348 ((qp + h->cur_pic.qscale_table[top_xy - h->mb_stride] + 1) >> 1) <= qp_thresh)) in fill_filter_caches()
Dh264dec.h195 int qp_thresh; ///< QP threshold to skip loopfilter member