Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/arm/
Dconvolve_neon.h76 const int32_t round_const_1 = (1 << (bd + 1 + FILTER_BITS - round0_bits)) - 1; in wiener_convolve8_horiz_8x8() local
82 const int32x4_t round_vec_1 = vdupq_n_s32(round_const_1); in wiener_convolve8_horiz_8x8()
127 const int32_t round_const_1 = (1 << (bd + 1 + FILTER_BITS - round0_bits)) - 1; in wiener_convolve8_horiz_4x8() local
131 const int32x4_t round_vec_1 = vdupq_n_s32(round_const_1); in wiener_convolve8_horiz_4x8()