Home
last modified time | relevance | path

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

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdcoefct.c57 int * coef_bits_latch; member
413 int * coef_bits_latch; in smoothing_ok() local
419 if (coef->coef_bits_latch == NULL) in smoothing_ok()
420 coef->coef_bits_latch = (int *) in smoothing_ok()
424 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
445 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
449 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
532 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
687 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
/external/libjpeg-turbo/
Djdcoefct.c361 int *coef_bits_latch; in smoothing_ok() local
367 if (coef->coef_bits_latch == NULL) in smoothing_ok()
368 coef->coef_bits_latch = (int *) in smoothing_ok()
372 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()
393 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()
397 coef_bits_latch += SAVED_COEFS; in smoothing_ok()
483 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()
639 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
Djdcoefct.h53 int *coef_bits_latch; member