Searched refs:qp_thresh (Results 1 – 2 of 2) sorted by relevance
2016 sl->qp_thresh = 15 - in h264_slice_init()2351 … int qp_thresh = sl->qp_thresh; // FIXME strictly we should store qp_thresh for each mb of a slice in fill_filter_caches() local2353 if (qp <= qp_thresh && in fill_filter_caches()2355 ((qp + h->cur_pic.qscale_table[left_xy[LTOP]] + 1) >> 1) <= qp_thresh) && in fill_filter_caches()2357 ((qp + h->cur_pic.qscale_table[top_xy] + 1) >> 1) <= qp_thresh)) { in fill_filter_caches()2361 ((qp + h->cur_pic.qscale_table[left_xy[LBOT]] + 1) >> 1) <= qp_thresh) && in fill_filter_caches()2363 ((qp + h->cur_pic.qscale_table[top_xy - h->mb_stride] + 1) >> 1) <= qp_thresh)) in fill_filter_caches()
196 int qp_thresh; ///< QP threshold to skip loopfilter member