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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c3272 int aq_extend_min = 0; local
3280 aq_extend_min = 0;
3284 aq_extend_min = VPXMIN(minq_adj_limit, cm->seg.aq_av_offset);
3313 clamp(twopass->extend_minq, aq_extend_min, minq_adj_limit);

Completed in 119 milliseconds