Searched refs:v128_ziplo_16 (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | cdef_block_simd.h | 33 partiala = v128_ziplo_16(partialb, partiala); in fold_mul_and_sum() 133 const v128 tr0_0 = v128_ziplo_16(in[1], in[0]); in array_reverse_transpose_8x8() 134 const v128 tr0_1 = v128_ziplo_16(in[3], in[2]); in array_reverse_transpose_8x8() 137 const v128 tr0_4 = v128_ziplo_16(in[5], in[4]); in array_reverse_transpose_8x8() 138 const v128 tr0_5 = v128_ziplo_16(in[7], in[6]); in array_reverse_transpose_8x8()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v256_intrinsics_v128.h | 280 v128_ziplo_16(hi_bits, lo_bits)); in v256_mul_s16() 390 v128_ziplo_16(a.val[0], b.val[0])); in v256_ziplo_16() 395 v128_ziplo_16(a.val[1], b.val[1])); in v256_ziphi_16() 431 return v256_from_v128(v128_ziphi_16(a, b), v128_ziplo_16(a, b)); in v256_zip_16()
|
D | v256_intrinsics_x86.h | 202 return v256_from_v128(v128_ziphi_16(a, b), v128_ziplo_16(a, b)); in v256_zip_16() 503 v128_ziplo_16(hi_bits, lo_bits)); in v256_mul_s16()
|
D | v128_intrinsics.h | 150 SIMD_INLINE v128 v128_ziplo_16(v128 a, v128 b) { return c_v128_ziplo_16(a, b); } in v128_ziplo_16() function
|
D | v128_intrinsics_x86.h | 154 SIMD_INLINE v128 v128_ziplo_16(v128 a, v128 b) { in v128_ziplo_16() function
|
D | v128_intrinsics_arm.h | 438 SIMD_INLINE v128 v128_ziplo_16(v128 x, v128 y) { in v128_ziplo_16() function
|
/external/libaom/libaom/test/ |
D | simd_impl.h | 537 SIMD_TUPLE(v128_ziplo_16, 0U, 0U), SIMD_TUPLE(v128_ziphi_16, 0U, 0U),
|
D | simd_cmp_impl.h | 678 MAP(v128_ziplo_16),
|