Searched refs:v128_from_32 (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | cdef_block_simd.h | 30 partialb, v128_from_32(0x0f0e0100, 0x03020504, 0x07060908, 0x0b0a0d0c)); in fold_mul_and_sum() 114 fold_mul_and_sum(partial4a, partial4b, v128_from_32(210, 280, 420, 840), in compute_directions() 115 v128_from_32(105, 120, 140, 168)); in compute_directions() 117 fold_mul_and_sum(partial7a, partial7b, v128_from_32(210, 420, 0, 0), in compute_directions() 118 v128_from_32(105, 105, 105, 140)); in compute_directions() 120 fold_mul_and_sum(partial5a, partial5b, v128_from_32(210, 420, 0, 0), in compute_directions() 121 v128_from_32(105, 105, 105, 140)); in compute_directions()
|
/external/libaom/libaom/aom_dsp/simd/ |
D | v128_intrinsics.h | 35 SIMD_INLINE v128 v128_from_32(uint32_t a, uint32_t b, uint32_t c, uint32_t d) { in v128_from_32() function
|
D | v128_intrinsics_x86.h | 38 SIMD_INLINE v128 v128_from_32(uint32_t a, uint32_t b, uint32_t c, uint32_t d) { in v128_from_32() function
|
D | v128_intrinsics_arm.h | 35 SIMD_INLINE v128 v128_from_32(uint32_t a, uint32_t b, uint32_t c, uint32_t d) { in v128_from_32() function
|
/external/libaom/libaom/test/ |
D | simd_cmp_impl.h | 924 MAP(v128_from_32),
|