Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/arm/neon/
Didct_dequant_full_2x_neon.c24 int16x8x2_t q2tmp2, q2tmp3; in idct_dequant_full_2x_neon() local
110 q2tmp2 = vtrnq_s16(vreinterpretq_s16_s32(q2tmp0.val[0]), in idct_dequant_full_2x_neon()
116 q8 = vqdmulhq_n_s16(q2tmp2.val[1], sinpi8sqrt2); in idct_dequant_full_2x_neon()
118 q10 = vqdmulhq_n_s16(q2tmp2.val[1], cospi8sqrt2minus1); in idct_dequant_full_2x_neon()
121 q2 = vqaddq_s16(q2tmp2.val[0], q2tmp3.val[0]); in idct_dequant_full_2x_neon()
122 q3 = vqsubq_s16(q2tmp2.val[0], q2tmp3.val[0]); in idct_dequant_full_2x_neon()
127 q10 = vqaddq_s16(q2tmp2.val[1], q10); in idct_dequant_full_2x_neon()
145 q2tmp2 = vtrnq_s16(vreinterpretq_s16_s32(q2tmp0.val[0]), in idct_dequant_full_2x_neon()
151 vaddw_u8(vreinterpretq_u16_s16(q2tmp2.val[0]), vreinterpret_u8_s32(d28))); in idct_dequant_full_2x_neon()
153 vaddw_u8(vreinterpretq_u16_s16(q2tmp2.val[1]), vreinterpret_u8_s32(d29))); in idct_dequant_full_2x_neon()
Dmbloopfilter_neon.c296 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_mbloop_filter_vertical_edge_y_neon() local
348 q2tmp2 = vtrnq_u32(vreinterpretq_u32_u8(q5), vreinterpretq_u32_u8(q9)); in vp8_mbloop_filter_vertical_edge_y_neon()
352 vreinterpretq_u16_u32(q2tmp2.val[0])); in vp8_mbloop_filter_vertical_edge_y_neon()
356 vreinterpretq_u16_u32(q2tmp2.val[1])); in vp8_mbloop_filter_vertical_edge_y_neon()
383 q2tmp2 = vtrnq_u32(vreinterpretq_u32_u8(q5), vreinterpretq_u32_u8(q9)); in vp8_mbloop_filter_vertical_edge_y_neon()
387 vreinterpretq_u16_u32(q2tmp2.val[0])); in vp8_mbloop_filter_vertical_edge_y_neon()
391 vreinterpretq_u16_u32(q2tmp2.val[1])); in vp8_mbloop_filter_vertical_edge_y_neon()
460 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_mbloop_filter_vertical_edge_uv_neon() local
512 q2tmp2 = vtrnq_u32(vreinterpretq_u32_u8(q5), vreinterpretq_u32_u8(q9)); in vp8_mbloop_filter_vertical_edge_uv_neon()
516 vreinterpretq_u16_u32(q2tmp2.val[0])); in vp8_mbloop_filter_vertical_edge_uv_neon()
[all …]
Dvp8_loopfilter_neon.c324 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_loop_filter_vertical_edge_y_neon() local
377 q2tmp2 = vtrnq_u32(vreinterpretq_u32_u8(q5), vreinterpretq_u32_u8(q9)); in vp8_loop_filter_vertical_edge_y_neon()
381 vreinterpretq_u16_u32(q2tmp2.val[0])); in vp8_loop_filter_vertical_edge_y_neon()
385 vreinterpretq_u16_u32(q2tmp2.val[1])); in vp8_loop_filter_vertical_edge_y_neon()
436 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_loop_filter_vertical_edge_uv_neon() local
490 q2tmp2 = vtrnq_u32(vreinterpretq_u32_u8(q5), vreinterpretq_u32_u8(q9)); in vp8_loop_filter_vertical_edge_uv_neon()
494 vreinterpretq_u16_u32(q2tmp2.val[0])); in vp8_loop_filter_vertical_edge_uv_neon()
498 vreinterpretq_u16_u32(q2tmp2.val[1])); in vp8_loop_filter_vertical_edge_uv_neon()