Searched refs:InterleaveLow32 (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/dsp/arm/ |
D | loop_filter_neon.cc | 124 InterleaveLow32(a2_a1, RightShiftVector<32>(vneg_s8(a2_a1))); in Filter4() 147 hev_mask = InterleaveLow32(hev_mask, hev_mask); in Horizontal4_NEON() 148 needs_filter4_mask = InterleaveLow32(needs_filter4_mask, needs_filter4_mask); in Horizontal4_NEON() 207 hev_mask = InterleaveLow32(hev_mask, hev_mask); in Vertical4_NEON() 208 needs_filter4_mask = InterleaveLow32(needs_filter4_mask, needs_filter4_mask); in Vertical4_NEON() 343 needs_filter6_mask = InterleaveLow32(needs_filter6_mask, needs_filter6_mask); in Horizontal6_NEON() 344 is_flat3_mask = InterleaveLow32(is_flat3_mask, is_flat3_mask); in Horizontal6_NEON() 345 hev_mask = InterleaveLow32(hev_mask, hev_mask); in Horizontal6_NEON() 411 const uint8x8_t p0q0 = InterleaveLow32(p0xx, q0xx); in Vertical6_NEON() 417 needs_filter6_mask = InterleaveLow32(needs_filter6_mask, needs_filter6_mask); in Vertical6_NEON() [all …]
|
D | common_neon.h | 341 inline uint8x8_t InterleaveLow32(const uint8x8_t a, const uint8x8_t b) { in InterleaveLow32() function 352 inline int8x8_t InterleaveLow32(const int8x8_t a, const int8x8_t b) { in InterleaveLow32() function
|