Home
last modified time | relevance | path

Searched refs:d27u8 (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp8/common/arm/neon/
Dsixtappredict_neon.c34 uint8x8_t d23u8, d24u8, d25u8, d26u8, d27u8, d28u8, d29u8, d30u8, d31u8; in vp8_sixtap_predict4x4_neon() local
86 d27u8 = vreinterpret_u8_u32(d27u32); in vp8_sixtap_predict4x4_neon()
92 d23u8 = vext_u8(d27u8, d28u8, 4); in vp8_sixtap_predict4x4_neon()
97 q3u16 = vmull_u8(d27u8, d0u8); in vp8_sixtap_predict4x4_neon()
234 d27u8 = vqrshrun_n_s16(q7s16, 7); in vp8_sixtap_predict4x4_neon()
238 vst1_lane_u32((uint32_t *)dst_ptr, vreinterpret_u32_u8(d27u8), 0); in vp8_sixtap_predict4x4_neon()
240 vst1_lane_u32((uint32_t *)dst_ptr, vreinterpret_u32_u8(d27u8), 1); in vp8_sixtap_predict4x4_neon()
361 d23u8 = vext_u8(d27u8, d28u8, 4); in vp8_sixtap_predict4x4_neon()
366 q3u16 = vmull_u8(d27u8, d0u8); in vp8_sixtap_predict4x4_neon()
412 uint8x8_t d27u8, d28u8, d29u8, d30u8, d31u8; in vp8_sixtap_predict8x4_neon() local
[all …]
Dbilinearpredict_neon.c32 uint8x8_t d26u8, d27u8, d28u8, d29u8, d30u8; in vp8_bilinear_predict4x4_neon() local
113 d27u8 = vext_u8(d29u8, d30u8, 4); in vp8_bilinear_predict4x4_neon()
116 q2u16 = vmlal_u8(q2u16, d27u8, d1u8); in vp8_bilinear_predict4x4_neon()
227 uint8x8_t d22u8, d23u8, d24u8, d25u8, d26u8, d27u8, d28u8, d29u8, d30u8; in vp8_bilinear_predict8x8_neon() local
238 d27u8 = vld1_u8(src_ptr); src_ptr += src_pixels_per_line; in vp8_bilinear_predict8x8_neon()
297 d27u8 = vqrshrn_n_u16(q7u16, 7); in vp8_bilinear_predict8x8_neon()
310 vst1_u8((uint8_t *)dst_ptr, d27u8); dst_ptr += dst_pitch; in vp8_bilinear_predict8x8_neon()
322 q6u16 = vmull_u8(d27u8, d0u8); in vp8_bilinear_predict8x8_neon()
330 q5u16 = vmlal_u8(q5u16, d27u8, d1u8); in vp8_bilinear_predict8x8_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dloopfilter_8_neon.c35 uint8x8_t d25u8, d26u8, d27u8, d28u8, d29u8, d30u8, d31u8; in mbloop_filter_neon() local
59 d27u8 = vabd_u8(d3u8, d6u8); in mbloop_filter_neon()
72 d26u8 = vmax_u8(d27u8, d28u8); in mbloop_filter_neon()
106 d27u8 = vdup_n_u8(3); in mbloop_filter_neon()
109 q14u16 = vmlal_u8(q14u16, d3u8, d27u8); in mbloop_filter_neon()
149 d27u8 = vdup_n_u8(3); in mbloop_filter_neon()
154 q15s16 = vmull_s8(d28s8, vreinterpret_s8_u8(d27u8)); in mbloop_filter_neon()
166 d30s8 = vqadd_s8(d28s8, vreinterpret_s8_u8(d27u8)); in mbloop_filter_neon()
197 q14u16 = vmlal_u8(q14u16, d3u8, d27u8); in mbloop_filter_neon()
Didct4x4_add_neon.c17 uint8x8_t d26u8, d27u8; in vpx_idct4x4_16_add_neon() local
140 d27u8 = vqmovun_s16(vreinterpretq_s16_u16(q9u16)); in vpx_idct4x4_16_add_neon()
147 vst1_lane_u32((uint32_t *)d, vreinterpret_u32_u8(d27u8), 1); in vpx_idct4x4_16_add_neon()
149 vst1_lane_u32((uint32_t *)d, vreinterpret_u32_u8(d27u8), 0); in vpx_idct4x4_16_add_neon()
Dloopfilter_4_neon.c31 uint8x8_t d19u8, d20u8, d21u8, d22u8, d23u8, d27u8, d28u8; in loop_filter_neon() local
81 d27u8 = vand_u8(vreinterpret_u8_s8(d27s8), d22u8); in loop_filter_neon()
84 q12s16 = vaddw_s8(q12s16, vreinterpret_s8_u8(d27u8)); in loop_filter_neon()
89 d27u8 = vand_u8(vreinterpret_u8_s8(d27s8), d23u8); in loop_filter_neon()
90 d27s8 = vreinterpret_s8_u8(d27u8); in loop_filter_neon()
Dvpx_convolve8_neon.c60 uint8x8_t d2u8, d3u8, d24u8, d25u8, d26u8, d27u8, d28u8, d29u8; in vpx_convolve8_horiz_neon() local
90 d27u8 = vld1_u8(s); in vpx_convolve8_horiz_neon()
93 q13u8 = vcombine_u8(d26u8, d27u8); in vpx_convolve8_horiz_neon()
100 d27u8 = vreinterpret_u8_u16(vget_high_u16(q0x2u16.val[1])); in vpx_convolve8_horiz_neon()
102 d1x2u8 = vtrn_u8(d26u8, d27u8); in vpx_convolve8_horiz_neon()
Dvpx_convolve8_avg_neon.c60 uint8x8_t d2u8, d3u8, d24u8, d25u8, d26u8, d27u8, d28u8, d29u8; in vpx_convolve8_avg_horiz_neon() local
88 d27u8 = vld1_u8(s); in vpx_convolve8_avg_horiz_neon()
91 q13u8 = vcombine_u8(d26u8, d27u8); in vpx_convolve8_avg_horiz_neon()
98 d27u8 = vreinterpret_u8_u16(vget_high_u16(q0x2u16.val[1])); in vpx_convolve8_avg_horiz_neon()
100 d1x2u8 = vtrn_u8(d26u8, d27u8); in vpx_convolve8_avg_horiz_neon()
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_iht4x4_add_neon.c159 uint8x8_t d26u8, d27u8; in vp9_iht4x4_16_add_neon() local
238 d27u8 = vqmovun_s16(vreinterpretq_s16_u16(q9u16)); in vp9_iht4x4_16_add_neon()
240 vst1_lane_u32((uint32_t *)dest, vreinterpret_u32_u8(d27u8), 1); in vp9_iht4x4_16_add_neon()
242 vst1_lane_u32((uint32_t *)dest, vreinterpret_u32_u8(d27u8), 0); in vp9_iht4x4_16_add_neon()