Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Ddequant_idct_neon.c26 int32x2x2_t d2tmp0, d2tmp1; in vp8_dequant_idct_add_neon() local
81 d2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5)); in vp8_dequant_idct_add_neon()
83 vreinterpret_s16_s32(d2tmp1.val[0])); in vp8_dequant_idct_add_neon()
85 vreinterpret_s16_s32(d2tmp1.val[1])); in vp8_dequant_idct_add_neon()
116 d2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5)); in vp8_dequant_idct_add_neon()
118 vreinterpret_s16_s32(d2tmp1.val[0])); in vp8_dequant_idct_add_neon()
120 vreinterpret_s16_s32(d2tmp1.val[1])); in vp8_dequant_idct_add_neon()