Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c607 #define BOX_C0_ELEMS (1 << BOX_C0_LOG) /* # of hist cells in update box */ macro
773 JLONG bestdist[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; in find_best_colors()
777 for (i = BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS - 1; i >= 0; i--) in find_best_colors()
807 for (ic0 = BOX_C0_ELEMS - 1; ic0 >= 0; ic0--) { in find_best_colors()
849 JSAMPLE bestcolor[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; in fill_inverse_cmap()
878 for (ic0 = 0; ic0 < BOX_C0_ELEMS; ic0++) { in fill_inverse_cmap()