Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/arm/
Dloopfilter_neon.c845 store_u8_4x1(src - 6 * stride, p5q5, 0); in aom_lpf_horizontal_14_neon()
846 store_u8_4x1(src - 5 * stride, p4q4, 0); in aom_lpf_horizontal_14_neon()
847 store_u8_4x1(src - 4 * stride, p3q3, 0); in aom_lpf_horizontal_14_neon()
848 store_u8_4x1(src - 3 * stride, p2q2, 0); in aom_lpf_horizontal_14_neon()
849 store_u8_4x1(src - 2 * stride, p1q1, 0); in aom_lpf_horizontal_14_neon()
850 store_u8_4x1(src - 1 * stride, p0q0, 0); in aom_lpf_horizontal_14_neon()
851 store_u8_4x1(src + 0 * stride, p0q0, 1); in aom_lpf_horizontal_14_neon()
852 store_u8_4x1(src + 1 * stride, p1q1, 1); in aom_lpf_horizontal_14_neon()
853 store_u8_4x1(src + 2 * stride, p2q2, 1); in aom_lpf_horizontal_14_neon()
854 store_u8_4x1(src + 3 * stride, p3q3, 1); in aom_lpf_horizontal_14_neon()
[all …]
/external/libaom/libaom/av1/common/arm/
Dmem_neon.h142 #define store_u8_4x1(s, s0, lane) \ macro