Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/arm/
Dfilm_grain_neon.cc427 const int8_t* const auto_regression_coeff_y = params.auto_regression_coeff_y; in ApplyAutoRegressiveFilterToLumaGrain_NEON() local
483 auto_regression_coeff_y[pos++], sum) in ApplyAutoRegressiveFilterToLumaGrain_NEON()
507 luma_grain + x, sum, auto_regression_coeff_y, pos, \ in ApplyAutoRegressiveFilterToLumaGrain_NEON()
/external/libgav1/libgav1/src/utils/
Dtypes.h415 int8_t auto_regression_coeff_y[24]; // [-128, 127] member
/external/libgav1/libgav1/src/dsp/
Dfilm_grain.cc132 const int coeff = params.auto_regression_coeff_y[pos]; in ApplyAutoRegressiveFilterToLumaGrain_C()
142 const int coeff = params.auto_regression_coeff_y[pos]; in ApplyAutoRegressiveFilterToLumaGrain_C()
/external/libgav1/libgav1/src/
Dobu_parser.cc1559 film_grain_params.auto_regression_coeff_y[i] = in ParseFilmGrainParameters()