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()87 out[0] = fdct_round_shift(temp1); in vp9_fdct4x4_c()88 out[2] = fdct_round_shift(temp2); in vp9_fdct4x4_c()91 out[1] = fdct_round_shift(temp1); in vp9_fdct4x4_c()92 out[3] = fdct_round_shift(temp2); in vp9_fdct4x4_c()145 output[0] = fdct_round_shift(s0); in fadst4()[all …]