Home
last modified time | relevance | path

Searched refs:n_vect (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexcompress_fxt1.c534 const GLint n_vect = 4; /* 4 base vectors to find */ in fxt1_quantize_CHROMA() local
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()
546 for (j = n_vect - 1; j >= 0; j--) { in fxt1_quantize_CHROMA()
559 lohi |= fxt1_bestcol(vec, n_vect, input[k], n_comp); in fxt1_quantize_CHROMA()
564 lolo |= fxt1_bestcol(vec, n_vect, input[k], n_comp); in fxt1_quantize_CHROMA()
576 const GLint n_vect = 3; /* 3 base vectors to find */ in fxt1_quantize_ALPHA0() local
585 vec[n_vect][i] = 0; in fxt1_quantize_ALPHA0()
589 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) { in fxt1_quantize_ALPHA0()
590 fxt1_lloyd(vec, n_vect, reord, n_comp, n); in fxt1_quantize_ALPHA0()
[all …]