Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_vpx_convolve8_neon.c44 static INLINE void load_8x8(const int16_t *s, const ptrdiff_t p, in load_8x8() function
218 load_8x8((const int16_t *)src, src_stride, &s0, &s1, &s2, &s3, &s4, in vpx_highbd_convolve8_horiz_neon()
222 load_8x8((const int16_t *)(src + 7), src_stride, &s7, &s8, &s9, &s10, in vpx_highbd_convolve8_horiz_neon()
284 load_8x8((const int16_t *)src, src_stride, &s0, &s1, &s2, &s3, &s4, in vpx_highbd_convolve8_horiz_neon()
301 load_8x8((const int16_t *)s, src_stride, &s7, &s8, &s9, &s10, &s11, in vpx_highbd_convolve8_horiz_neon()
434 load_8x8((const int16_t *)src, src_stride, &s0, &s1, &s2, &s3, &s4, in vpx_highbd_convolve8_avg_horiz_neon()
438 load_8x8((const int16_t *)(src + 7), src_stride, &s7, &s8, &s9, &s10, in vpx_highbd_convolve8_avg_horiz_neon()
513 load_8x8((const int16_t *)src, src_stride, &s0, &s1, &s2, &s3, &s4, in vpx_highbd_convolve8_avg_horiz_neon()
530 load_8x8((const int16_t *)s, src_stride, &s7, &s8, &s9, &s10, &s11, in vpx_highbd_convolve8_avg_horiz_neon()
Dhighbd_loopfilter_neon.c344 static INLINE void load_8x8(const uint16_t *s, const int p, uint16x8_t *p3, in load_8x8() function
572 load_8x8(s - 4 * p, p, &p3, &p2, &p1, &p0, &q0, &q1, &q2, &q3); in vpx_highbd_lpf_horizontal_4_neon()
593 load_8x8(s - 4, p, &p3, &p2, &p1, &p0, &q0, &q1, &q2, &q3); in vpx_highbd_lpf_vertical_4_neon()
620 load_8x8(s - 4 * p, p, &p3, &p2, &p1, &p0, &q0, &q1, &q2, &q3); in vpx_highbd_lpf_horizontal_8_neon()
643 load_8x8(s - 4, p, &p3, &p2, &p1, &p0, &q0, &q1, &q2, &q3); in vpx_highbd_lpf_vertical_8_neon()
697 load_8x8(s - 8, p, &p7, &p6, &p5, &p4, &p3, &p2, &p1, &p0); in lpf_vertical_16_kernel()
701 load_8x8(s, p, &q0, &q1, &q2, &q3, &q4, &q5, &q6, &q7); in lpf_vertical_16_kernel()
Dloopfilter_neon.c831 load_8x8(s - 4, p, &p3, &p2, &p1, &p0, &q0, &q1, &q2, &q3); in vpx_lpf_vertical_4_neon()
871 load_8x8(s - 4 * p, p, &p3, &p2, &p1, &p0, &q0, &q1, &q2, &q3); in vpx_lpf_horizontal_8_neon()
906 load_8x8(s - 4, p, &p3, &p2, &p1, &p0, &q0, &q1, &q2, &q3); in vpx_lpf_vertical_8_neon()