Searched refs:input_01 (Results 1 – 2 of 2) sorted by relevance
37 const int16x8_t input_01 = vcombine_s16(input_0, input_1); in vpx_fdct4x4_neon() local41 const int16x8_t s_01 = vaddq_s16(input_01, input_32); in vpx_fdct4x4_neon()42 const int16x8_t s_32 = vsubq_s16(input_01, input_32); in vpx_fdct4x4_neon()
34 const int16x8_t input_01 = vcombine_s16(*input_0, *input_1); in aom_fdct4x4_helper() local38 const int16x8_t s_01 = vaddq_s16(input_01, input_32); in aom_fdct4x4_helper()39 const int16x8_t s_32 = vsubq_s16(input_01, input_32); in aom_fdct4x4_helper()