Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c380 static INLINE tran_high_t half_round_shift(tran_high_t input) { in half_round_shift() function
462 output[0] = half_round_shift(output[0]); in vpx_fdct32()
463 output[1] = half_round_shift(output[1]); in vpx_fdct32()
464 output[2] = half_round_shift(output[2]); in vpx_fdct32()
465 output[3] = half_round_shift(output[3]); in vpx_fdct32()
466 output[4] = half_round_shift(output[4]); in vpx_fdct32()
467 output[5] = half_round_shift(output[5]); in vpx_fdct32()
468 output[6] = half_round_shift(output[6]); in vpx_fdct32()
469 output[7] = half_round_shift(output[7]); in vpx_fdct32()
470 output[8] = half_round_shift(output[8]); in vpx_fdct32()
[all …]