Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/
Dfilm_grain_common.h55 kLumaHeight = 73, enumerator
Dfilm_grain.cc121 for (int y = kAutoRegressionBorder; y < kLumaHeight; ++y) { in ApplyAutoRegressiveFilterToLumaGrain_C()
/external/libgav1/libgav1/src/
Dfilm_grain.h152 GrainType luma_grain_[kLumaHeight * kLumaWidth];
Dfilm_grain.cc370 for (int y = 0; y < kLumaHeight; ++y) { in GenerateLumaGrain()
/external/libgav1/libgav1/src/dsp/arm/
Dfilm_grain_neon.cc555 } while (++y < kLumaHeight); in ApplyAutoRegressiveFilterToLumaGrain_NEON()