Searched refs:N_TEXELS (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 175 #define N_TEXELS 32 /* number of texels in a block (always 32) */ macro 285 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_worst() 307 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_variance() 337 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_choose() 366 } hist[N_TEXELS]; in fxt1_choose() 431 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_lloyd() 532 GLubyte input[N_TEXELS][MAX_COMP]) in fxt1_quantize_CHROMA() 541 if (fxt1_choose(vec, n_vect, input, n_comp, N_TEXELS) != 0) { in fxt1_quantize_CHROMA() 542 fxt1_lloyd(vec, n_vect, input, n_comp, N_TEXELS); in fxt1_quantize_CHROMA() 557 for (k = N_TEXELS - 1; k >= N_TEXELS/2; k--) { in fxt1_quantize_CHROMA() [all …]
|