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

/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c387 static INLINE tran_high_t half_round_shift(tran_high_t input) { function
469 output[0] = half_round_shift(output[0]);
470 output[1] = half_round_shift(output[1]);
471 output[2] = half_round_shift(output[2]);
472 output[3] = half_round_shift(output[3]);
473 output[4] = half_round_shift(output[4]);
474 output[5] = half_round_shift(output[5]);
475 output[6] = half_round_shift(output[6]);
476 output[7] = half_round_shift(output[7]);
477 output[8] = half_round_shift(outpu
[all...]

Completed in 81 milliseconds