Searched refs:fxt1_bestcol (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texcompress_fxt1.c | 267 fxt1_bestcol (GLfloat vec[][MAX_COMP], GLint nv, in fxt1_bestcol() function 494 GLint best = fxt1_bestcol(vec, nv, input[k], nc, &err); in fxt1_lloyd() 564 lohi |= fxt1_bestcol(vec, n_vect, input[k], n_comp); in fxt1_quantize_CHROMA() 569 lolo |= fxt1_bestcol(vec, n_vect, input[k], n_comp); in fxt1_quantize_CHROMA() 617 lohi |= fxt1_bestcol(vec, n_vect + 1, input[k], n_comp); in fxt1_quantize_ALPHA0() 622 lolo |= fxt1_bestcol(vec, n_vect + 1, input[k], n_comp); in fxt1_quantize_ALPHA0()
|