Home
last modified time | relevance | path

Searched refs:filter4 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Dvpx_convolve8_neon.c90 int16x4_t filter4) { in convolve8_4() argument
102 sum = vqadd_s16(sum, vmul_s16(s4, filter4)); in convolve8_4()
110 int16x8_t filter4) { in convolve8_8() argument
122 sum = vqaddq_s16(sum, vmulq_s16(s4, filter4)); in convolve8_8()
147 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_horiz_neon() local
156 filter4 = vdup_lane_s16(vget_high_s16(filters), 0); in vpx_convolve8_horiz_neon()
189 filter4); in vpx_convolve8_horiz_neon()
191 filter4); in vpx_convolve8_horiz_neon()
193 filter4); in vpx_convolve8_horiz_neon()
195 filter4); in vpx_convolve8_horiz_neon()
[all …]
Dhighbd_loopfilter_neon.c229 static INLINE void filter4(const uint16x8_t mask, const uint16x8_t hev, in filter4() function
300 filter4(mask, hev, p1, p0, q0, q1, op1, op0, oq0, oq1, bd); in filter8()
326 filter4(mask, hev, p1, p0, q0, q1, op1, op0, oq0, oq1, bd); in filter16()
575 filter4(mask, hev, p1, p0, q0, q1, &p1, &p0, &q0, &q1, bd); in vpx_highbd_lpf_horizontal_4_neon()
600 filter4(mask, hev, p1, p0, q0, q1, &p1, &p0, &q0, &q1, bd); in vpx_highbd_lpf_vertical_4_neon()
/external/libvpx/libvpx/vp8/common/arm/neon/
Dsixtappredict_neon.c82 const uint8x8_t filter4 = vdup_lane_u8(filter, 4); in yonly4x4() local
131 c0 = vmlsl_u8(c0, b4, filter4); in yonly4x4()
132 c1 = vmlsl_u8(c1, b6, filter4); in yonly4x4()
178 uint8x8_t filter, filter0, filter1, filter2, filter3, filter4, filter5; in vp8_sixtap_predict4x4_neon() local
196 filter4 = vdup_lane_u8(filter, 4); in vp8_sixtap_predict4x4_neon()
243 vreinterpretq_u8_u64(vshrq_n_u64(s23, 32)), filter4, in vp8_sixtap_predict4x4_neon()
319 vreinterpretq_u8_u64(vshrq_n_u64(s23, 32)), filter4, in vp8_sixtap_predict4x4_neon()
322 d89 = vmlsl_u8(d89, s4_f4, filter4); in vp8_sixtap_predict4x4_neon()
357 filter4 = vdup_lane_u8(filter, 4); in vp8_sixtap_predict4x4_neon()
370 c0 = vmlsl_u8(c0, b4, filter4); in vp8_sixtap_predict4x4_neon()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c80 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, in filter4() function
124 filter4(mask, *thresh, s - 2 * p, s - 1 * p, s, s + 1 * p); in vpx_lpf_horizontal_4_c()
148 filter4(mask, *thresh, s - 2, s - 1, s, s + 1); in vpx_lpf_vertical_4_c()
177 filter4(mask, thresh, op1, op0, oq0, oq1); in filter8()