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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2775 int64_t stop_thresh_rd; local
2787 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh);
2790 if (!x->e_mbd.lossless && best_rd < stop_thresh_rd) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c2259 int64_t stop_thresh_rd; local
2271 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh);
2274 if (!x->e_mbd.lossless && best_rd < stop_thresh_rd) {
2877 int64_t stop_thresh_rd; local
2889 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh);
2892 if (!x->e_mbd.lossless && best_rd < stop_thresh_rd) {

Completed in 162 milliseconds