Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_dct.c1004 static INLINE int half_round_shift(int input) { in half_round_shift() function
1086 output[0] = half_round_shift(output[0]); in fdct32()
1087 output[1] = half_round_shift(output[1]); in fdct32()
1088 output[2] = half_round_shift(output[2]); in fdct32()
1089 output[3] = half_round_shift(output[3]); in fdct32()
1090 output[4] = half_round_shift(output[4]); in fdct32()
1091 output[5] = half_round_shift(output[5]); in fdct32()
1092 output[6] = half_round_shift(output[6]); in fdct32()
1093 output[7] = half_round_shift(output[7]); in fdct32()
1094 output[8] = half_round_shift(output[8]); in fdct32()
[all …]