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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_dct.c21 static INLINE tran_high_t fdct_round_shift(tran_high_t input) { function
40 output[0] = fdct_round_shift(temp1);
41 output[2] = fdct_round_shift(temp2);
44 output[1] = fdct_round_shift(temp1);
45 output[3] = fdct_round_shift(temp2);
101 out[0] = fdct_round_shift(temp1);
102 out[2] = fdct_round_shift(temp2);
105 out[1] = fdct_round_shift(temp1);
106 out[3] = fdct_round_shift(temp2);
160 output[0] = fdct_round_shift(s
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c21 static INLINE int fdct_round_shift(int input) { function
38 output[0] = fdct_round_shift(temp1);
39 output[2] = fdct_round_shift(temp2);
42 output[1] = fdct_round_shift(temp1);
43 output[3] = fdct_round_shift(temp2);
87 out[0] = fdct_round_shift(temp1);
88 out[2] = fdct_round_shift(temp2);
91 out[1] = fdct_round_shift(temp1);
92 out[3] = fdct_round_shift(temp2);
145 output[0] = fdct_round_shift(s
[all...]

Completed in 120 milliseconds