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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1486 const int thr_32x32 = cpi->sf.source_var_thresh; local
1487 const int thr_64x64 = thr_32x32 << 1;
1518 if (d16[0].var < thr_32x32 && d16[1].var < thr_32x32 &&
1519 d16[2].var < thr_32x32 && d16[3].var < thr_32x32) {

Completed in 471 milliseconds