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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c1031 static INLINE int dct_32_round(int input) { function
1101 output[20] = dct_32_round((-step[20] + step[27]) * cospi_16_64);
1102 output[21] = dct_32_round((-step[21] + step[26]) * cospi_16_64);
1103 output[22] = dct_32_round((-step[22] + step[25]) * cospi_16_64);
1104 output[23] = dct_32_round((-step[23] + step[24]) * cospi_16_64);
1106 output[24] = dct_32_round((step[24] + step[23]) * cospi_16_64);
1107 output[25] = dct_32_round((step[25] + step[22]) * cospi_16_64);
1108 output[26] = dct_32_round((step[26] + step[21]) * cospi_16_64);
1109 output[27] = dct_32_round((step[27] + step[20]) * cospi_16_64);
1165 step[10] = dct_32_round((
[all...]

Completed in 75 milliseconds