Home
last modified time | relevance | path

Searched refs:LOW_VAR_THRESH (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c2878 #define LOW_VAR_THRESH 16 macro
2905 if ((source_variance + recon_variance) > LOW_VAR_THRESH) { in rd_variance_adjustment()
2919 if ((source_variance > LOW_VAR_THRESH) && (ref_frame == INTRA_FRAME) && in rd_variance_adjustment()
2924 } else if ((source_variance < (LOW_VAR_THRESH >> 1)) && in rd_variance_adjustment()