Searched refs:fdct_round_shift (Results 1 – 1 of 1) sorted by relevance
21 static INLINE int fdct_round_shift(int input) { in fdct_round_shift() function38 output[0] = fdct_round_shift(temp1); in fdct4()39 output[2] = fdct_round_shift(temp2); in fdct4()42 output[1] = fdct_round_shift(temp1); in fdct4()43 output[3] = fdct_round_shift(temp2); in fdct4()98 out[0] = fdct_round_shift(temp1); in vp9_fdct4x4_c()99 out[2] = fdct_round_shift(temp2); in vp9_fdct4x4_c()102 out[1] = fdct_round_shift(temp1); in vp9_fdct4x4_c()103 out[3] = fdct_round_shift(temp2); in vp9_fdct4x4_c()156 output[0] = fdct_round_shift(s0); in fadst4()[all …]