Searched refs:kCst9 (Results 1 – 1 of 1) sorted by relevance
776 const int8x8_t kCst9 = vdup_n_s8(9); in ApplyFilter6_NEON() local779 const int16x8_t S_lo = vmlal_s8(kCstm1, kCst9, delta_lo); // S = 9 * a - 1 in ApplyFilter6_NEON()780 const int16x8_t S_hi = vmlal_s8(kCstm1, kCst9, delta_hi); in ApplyFilter6_NEON()