HomeSort by relevance Sort by last modified time
    Searched refs:blkdist (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/
jquant1.c 280 int i,j,k, nci, blksize, blkdist, ptr, val; local
302 /* blkdist is distance between groups of identical entries for a component */
303 blkdist = total_colors;
308 blksize = blkdist / nci;
313 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) {
319 blkdist = blksize; /* blksize of this color is blkdist of next */
  /external/opencv3/3rdparty/libjpeg/
jquant1.c 279 int i,j,k, nci, blksize, blkdist, ptr, val; local
301 /* blkdist is distance between groups of identical entries for a component */
302 blkdist = total_colors;
307 blksize = blkdist / nci;
312 for (ptr = j * blksize; ptr < total_colors; ptr += blkdist) {
318 blkdist = blksize; /* blksize of this color is blkdist of next */

Completed in 311 milliseconds