Searched refs:coeff_v (Results 1 – 2 of 2) sorted by relevance
316 const int coeff_v = in ApplyAutoRegressiveFilterToChromaGrains_NEON() local321 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() local401 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()
191 const int coeff_v = params.auto_regression_coeff_v[pos]; in ApplyAutoRegressiveFilterToChromaGrains_C() local197 coeff_v; in ApplyAutoRegressiveFilterToChromaGrains_C()214 const int coeff_v = params.auto_regression_coeff_v[pos]; in ApplyAutoRegressiveFilterToChromaGrains_C() local216 sum_v += luma * coeff_v; in ApplyAutoRegressiveFilterToChromaGrains_C()