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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_idct.c57 * if (i == 0) const_matrix[i][j] = 1.0f / sqrtf(8.0f);
58 * else const_matrix[i][j] = sqrtf(2.0f / 8.0f) * cosf((2 * j + 1) * i * M_PI / (2.0f * 8.0f));
60 static const uint32_t const_matrix[8][8] = { variable in typeref:typename:const uint32_t[8][8]
725 f[i * pitch + j] = ((const float (*)[8])const_matrix)[j][i] * scale;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_idct.c57 * if (i == 0) const_matrix[i][j] = 1.0f / sqrtf(8.0f);
58 * else const_matrix[i][j] = sqrtf(2.0f / 8.0f) * cosf((2 * j + 1) * i * M_PI / (2.0f * 8.0f));
60 static const uint32_t const_matrix[8][8] = { variable in typeref:typename:const uint32_t[8][8]
733 f[i * pitch + j] = ((const float (*)[8])const_matrix)[j][i] * scale;

Completed in 4 milliseconds