Searched refs:q2tmp1 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/common/arm/neon/ |
D | idct_dequant_full_2x_neon.c | 23 int32x4x2_t q2tmp0, q2tmp1; in idct_dequant_full_2x_neon() local 109 q2tmp1 = vtrnq_s32(vreinterpretq_s32_s16(q5), vreinterpretq_s32_s16(q7)); in idct_dequant_full_2x_neon() 111 vreinterpretq_s16_s32(q2tmp1.val[0])); in idct_dequant_full_2x_neon() 113 vreinterpretq_s16_s32(q2tmp1.val[1])); in idct_dequant_full_2x_neon() 144 q2tmp1 = vtrnq_s32(vreinterpretq_s32_s16(q5), vreinterpretq_s32_s16(q7)); in idct_dequant_full_2x_neon() 146 vreinterpretq_s16_s32(q2tmp1.val[0])); in idct_dequant_full_2x_neon() 148 vreinterpretq_s16_s32(q2tmp1.val[1])); in idct_dequant_full_2x_neon()
|
D | mbloopfilter_neon.c | 296 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_mbloop_filter_vertical_edge_y_neon() local 347 q2tmp1 = vtrnq_u32(vreinterpretq_u32_u8(q4), vreinterpretq_u32_u8(q8)); in vp8_mbloop_filter_vertical_edge_y_neon() 353 q2tmp5 = vtrnq_u16(vreinterpretq_u16_u32(q2tmp1.val[0]), in vp8_mbloop_filter_vertical_edge_y_neon() 357 q2tmp7 = vtrnq_u16(vreinterpretq_u16_u32(q2tmp1.val[1]), in vp8_mbloop_filter_vertical_edge_y_neon() 382 q2tmp1 = vtrnq_u32(vreinterpretq_u32_u8(q4), vreinterpretq_u32_u8(q8)); in vp8_mbloop_filter_vertical_edge_y_neon() 388 q2tmp5 = vtrnq_u16(vreinterpretq_u16_u32(q2tmp1.val[0]), in vp8_mbloop_filter_vertical_edge_y_neon() 392 q2tmp7 = vtrnq_u16(vreinterpretq_u16_u32(q2tmp1.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 511 q2tmp1 = vtrnq_u32(vreinterpretq_u32_u8(q4), vreinterpretq_u32_u8(q8)); in vp8_mbloop_filter_vertical_edge_uv_neon() 517 q2tmp5 = vtrnq_u16(vreinterpretq_u16_u32(q2tmp1.val[0]), in vp8_mbloop_filter_vertical_edge_uv_neon() [all …]
|
D | vp8_loopfilter_neon.c | 324 uint32x4x2_t q2tmp0, q2tmp1, q2tmp2, q2tmp3; in vp8_loop_filter_vertical_edge_y_neon() local 376 q2tmp1 = vtrnq_u32(vreinterpretq_u32_u8(q4), vreinterpretq_u32_u8(q8)); in vp8_loop_filter_vertical_edge_y_neon() 382 q2tmp5 = vtrnq_u16(vreinterpretq_u16_u32(q2tmp1.val[0]), in vp8_loop_filter_vertical_edge_y_neon() 386 q2tmp7 = vtrnq_u16(vreinterpretq_u16_u32(q2tmp1.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 489 q2tmp1 = vtrnq_u32(vreinterpretq_u32_u8(q4), vreinterpretq_u32_u8(q8)); in vp8_loop_filter_vertical_edge_uv_neon() 495 q2tmp5 = vtrnq_u16(vreinterpretq_u16_u32(q2tmp1.val[0]), in vp8_loop_filter_vertical_edge_uv_neon() 499 q2tmp7 = vtrnq_u16(vreinterpretq_u16_u32(q2tmp1.val[1]), in vp8_loop_filter_vertical_edge_uv_neon()
|