Searched refs:dct_32_round (Results 1 – 1 of 1) sorted by relevance
998 static INLINE int dct_32_round(int input) { in dct_32_round() function1068 output[20] = dct_32_round((-step[20] + step[27]) * cospi_16_64); in fdct32()1069 output[21] = dct_32_round((-step[21] + step[26]) * cospi_16_64); in fdct32()1070 output[22] = dct_32_round((-step[22] + step[25]) * cospi_16_64); in fdct32()1071 output[23] = dct_32_round((-step[23] + step[24]) * cospi_16_64); in fdct32()1073 output[24] = dct_32_round((step[24] + step[23]) * cospi_16_64); in fdct32()1074 output[25] = dct_32_round((step[25] + step[22]) * cospi_16_64); in fdct32()1075 output[26] = dct_32_round((step[26] + step[21]) * cospi_16_64); in fdct32()1076 output[27] = dct_32_round((step[27] + step[20]) * cospi_16_64); in fdct32()1132 step[10] = dct_32_round((-output[10] + output[13]) * cospi_16_64); in fdct32()[all …]