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.c562 const GLint n_vect = 4; /* 4 base vectors to find */ in fxt1_quantize_CHROMA() local
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()
574 for (j = n_vect - 1; j >= 0; j--) { in fxt1_quantize_CHROMA()
587 lohi |= fxt1_bestcol(vec, n_vect, input[k], n_comp); in fxt1_quantize_CHROMA()
592 lolo |= fxt1_bestcol(vec, n_vect, input[k], n_comp); in fxt1_quantize_CHROMA()
604 const GLint n_vect = 3; /* 3 base vectors to find */ in fxt1_quantize_ALPHA0() local
613 vec[n_vect][i] = 0; in fxt1_quantize_ALPHA0()
617 if (fxt1_choose(vec, n_vect, reord, n_comp, n) != 0) { in fxt1_quantize_ALPHA0()
618 fxt1_lloyd(vec, n_vect, reord, n_comp, n); in fxt1_quantize_ALPHA0()
[all …]