Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct_neon.c72 int16x4_t out_3 = vrshrn_n_s32(temp4, DCT_CONST_BITS); in vpx_fdct4x4_neon() local
74 transpose_s16_4x4d(&out_0, &out_1, &out_2, &out_3); in vpx_fdct4x4_neon()
79 input_3 = out_3; in vpx_fdct4x4_neon()
Dfwd_txfm_neon.c32 int16x8_t out_0, out_1, out_2, out_3, out_4, out_5, out_6, out_7; in vpx_fdct8x8_neon() local
124 out_3 = vcombine_s16(e, g); // 30 31 32 33 70 71 72 73 in vpx_fdct8x8_neon()
143 vtrnq_s32(vreinterpretq_s32_s16(out_1), vreinterpretq_s32_s16(out_3)); in vpx_fdct8x8_neon()