Searched refs:N_TEXELS (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 180 #define N_TEXELS 32 /* number of texels in a block (always 32) */ macro 290 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_worst() 312 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_variance() 342 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_choose() 371 } hist[N_TEXELS]; in fxt1_choose() 436 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_lloyd() 537 GLubyte input[N_TEXELS][MAX_COMP]) in fxt1_quantize_CHROMA() 546 if (fxt1_choose(vec, n_vect, input, n_comp, N_TEXELS) != 0) { in fxt1_quantize_CHROMA() 547 fxt1_lloyd(vec, n_vect, input, n_comp, N_TEXELS); in fxt1_quantize_CHROMA() 562 for (k = N_TEXELS - 1; k >= N_TEXELS/2; k--) { in fxt1_quantize_CHROMA() [all …]
|