Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/arm/
Dfilm_grain_neon.cc316 const int coeff_v = in ApplyAutoRegressiveFilterToChromaGrains_NEON() local
321 sum_v.val[0] = vmlal_n_s16(sum_v.val[0], vget_low_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
322 sum_v.val[1] = vmlal_n_s16(sum_v.val[1], vget_high_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
396 const int coeff_v = in ApplyAutoRegressiveFilterToChromaGrains_NEON() local
401 sum_v.val[0] = vmlal_n_s16(sum_v.val[0], vget_low_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
402 sum_v.val[1] = vmlal_n_s16(sum_v.val[1], vget_high_s16(luma), coeff_v); in ApplyAutoRegressiveFilterToChromaGrains_NEON()
/external/libgav1/libgav1/src/dsp/
Dfilm_grain.cc191 const int coeff_v = params.auto_regression_coeff_v[pos]; in ApplyAutoRegressiveFilterToChromaGrains_C() local
197 coeff_v; in ApplyAutoRegressiveFilterToChromaGrains_C()
214 const int coeff_v = params.auto_regression_coeff_v[pos]; in ApplyAutoRegressiveFilterToChromaGrains_C() local
216 sum_v += luma * coeff_v; in ApplyAutoRegressiveFilterToChromaGrains_C()