Searched refs:auto_regression_coeff_y (Results 1 – 4 of 4) sorted by relevance
427 const int8_t* const auto_regression_coeff_y = params.auto_regression_coeff_y; in ApplyAutoRegressiveFilterToLumaGrain_NEON() local483 auto_regression_coeff_y[pos++], sum) in ApplyAutoRegressiveFilterToLumaGrain_NEON()507 luma_grain + x, sum, auto_regression_coeff_y, pos, \ in ApplyAutoRegressiveFilterToLumaGrain_NEON()
415 int8_t auto_regression_coeff_y[24]; // [-128, 127] member
132 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()
1559 film_grain_params.auto_regression_coeff_y[i] = in ParseFilmGrainParameters()