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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c1037 static INLINE int half_round_shift(int input) { function
1119 output[0] = half_round_shift(output[0]);
1120 output[1] = half_round_shift(output[1]);
1121 output[2] = half_round_shift(output[2]);
1122 output[3] = half_round_shift(output[3]);
1123 output[4] = half_round_shift(output[4]);
1124 output[5] = half_round_shift(output[5]);
1125 output[6] = half_round_shift(output[6]);
1126 output[7] = half_round_shift(output[7]);
1127 output[8] = half_round_shift(outpu
[all...]

Completed in 1956 milliseconds