Searched refs:LOW_VAR_THRESH (Results 1 – 1 of 1) sorted by relevance
2878 #define LOW_VAR_THRESH 16 macro2905 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()