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

  /external/libjpeg-turbo/
jdcoefct.h 53 int *coef_bits_latch; member in struct:__anon28829
jdcoefct.c 360 int *coef_bits_latch; local
366 if (coef->coef_bits_latch == NULL)
367 coef->coef_bits_latch = (int *)
371 coef_bits_latch = coef->coef_bits_latch;
392 coef_bits_latch[coefi] = coef_bits[coefi];
396 coef_bits_latch += SAVED_COEFS;
482 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS);
638 coef->coef_bits_latch = NULL;

Completed in 1206 milliseconds