Searched refs:half_round_shift (Results 1 – 1 of 1) sorted by relevance
1037 static INLINE int half_round_shift(int input) { in half_round_shift() function1119 output[0] = half_round_shift(output[0]); in fdct32()1120 output[1] = half_round_shift(output[1]); in fdct32()1121 output[2] = half_round_shift(output[2]); in fdct32()1122 output[3] = half_round_shift(output[3]); in fdct32()1123 output[4] = half_round_shift(output[4]); in fdct32()1124 output[5] = half_round_shift(output[5]); in fdct32()1125 output[6] = half_round_shift(output[6]); in fdct32()1126 output[7] = half_round_shift(output[7]); in fdct32()1127 output[8] = half_round_shift(output[8]); in fdct32()[all …]