Searched refs:stop_thresh (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2258 int64_t stop_thresh = 4096; local
2268 stop_thresh >>= 8 - (b_width_log2_lookup[bsize] +
2271 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh);
2876 int64_t stop_thresh = 4096; local
2886 stop_thresh >>= 8 - (b_width_log2_lookup[bsize] +
2889 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2774 int64_t stop_thresh = 4096; local
2784 stop_thresh >>= 8 - (b_width_log2(bsize) +
2787 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh);

Completed in 2964 milliseconds