Searched refs:input_00 (Results 1 - 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ | ||
H A D | fwd_txfm_neon.c | 209 const int16x8_t input_00 = vld1q_s16(&input[r * stride]); local 210 sum = vaddq_s16(sum, input_00); |
Completed in 134 milliseconds