Searched refs:input_pass2 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Didct32x32_add_neon.c518 const int16_t *input_pass2 = pass1; // input of pass2 is the result of pass1 local
530 idct32_transpose_pair(input_pass2, trans_buf);
531 input_pass2 += 32 * 8;

Completed in 51 milliseconds