Searched refs:N_TEXELS (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 203 #define N_TEXELS 32 /* number of texels in a block (always 32) */ macro 313 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_worst() 335 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_variance() 365 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_choose() 394 } hist[N_TEXELS]; in fxt1_choose() 459 GLubyte input[N_TEXELS][MAX_COMP], GLint nc, GLint n) in fxt1_lloyd() 560 GLubyte input[N_TEXELS][MAX_COMP]) in fxt1_quantize_CHROMA() 569 if (fxt1_choose(vec, n_vect, input, n_comp, N_TEXELS) != 0) { in fxt1_quantize_CHROMA() 570 fxt1_lloyd(vec, n_vect, input, n_comp, N_TEXELS); in fxt1_quantize_CHROMA() 585 for (k = N_TEXELS - 1; k >= N_TEXELS/2; k--) { in fxt1_quantize_CHROMA() [all …]
|