Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/simd/
Dv256_intrinsics_c.h761 SIMD_INLINE c_v256 c_v256_shl_n_byte(c_v256 a, unsigned int n) { in c_v256_shl_n_byte() function
792 return c ? c_v256_or(c_v256_shr_n_byte(b, c), c_v256_shl_n_byte(a, 32 - c)) in c_v256_align()
932 return c_v256_shl_n_byte(a, 2 * n); in c_v256_shl_n_word()
Dv256_intrinsics.h319 return c_v256_shl_n_byte(a, n); in v256_shl_n_byte()
/external/libaom/libaom/test/
Dsimd_cmp_impl.h340 return c_v256_shl_n_byte(a, shift); in c_imm_v256_shl_n_byte()