Searched defs:filter4 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | vpx_convolve8_neon.h | 81 const int16x4_t filter4) { in convolve8_4() 103 const int16x8_t filter4) { in convolve8_8() 122 const int16x8_t filter4 = vdupq_lane_s16(vget_high_s16(filters), 0); in scale_filter_8() local
|
D | vpx_convolve8_neon.c | 75 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_horiz_neon() local 151 const int16x8_t filter4 = vdupq_lane_s16(vget_high_s16(filters), 0); in vpx_convolve8_horiz_neon() local 328 int16x4_t filter3, filter4, s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, d0, in vpx_convolve8_avg_horiz_neon() local 408 const int16x8_t filter4 = vdupq_lane_s16(vget_high_s16(filters), 0); in vpx_convolve8_avg_horiz_neon() local 617 const int16x4_t filter4 = vdup_lane_s16(vget_high_s16(filters), 0); in vpx_convolve8_vert_neon() local 685 const int16x8_t filter4 = vdupq_lane_s16(vget_high_s16(filters), 0); in vpx_convolve8_vert_neon() local 789 const int16x4_t filter4 = vdup_lane_s16(vget_high_s16(filters), 0); in vpx_convolve8_avg_vert_neon() local 866 const int16x8_t filter4 = vdupq_lane_s16(vget_high_s16(filters), 0); in vpx_convolve8_avg_vert_neon() local
|
D | vpx_scaled_convolve8_neon.c | 42 const int16x4_t filter4 = vdup_lane_s16(vget_high_s16(filters), 0); in scaledconvolve_horiz_w4() local 171 const int16x4_t filter4 = vdup_lane_s16(vget_high_s16(filters), 0); in scaledconvolve_vert_w4() local
|
D | highbd_loopfilter_neon.c | 229 static INLINE void filter4(const uint16x8_t mask, const uint16x8_t hev, in filter4() function
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | sixtappredict_neon.c | 83 const uint8x8_t filter4 = vdup_lane_u8(filter, 4); in yonly4x4() local 179 uint8x8_t filter, filter0, filter1, filter2, filter3, filter4, filter5; in vp8_sixtap_predict4x4_neon() local
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 80 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, in filter4() function
|
/external/libaom/libaom/aom_dsp/ |
D | loopfilter.c | 102 static INLINE void filter4(int8_t mask, uint8_t thresh, uint8_t *op1, in filter4() function
|