Searched refs:coef_bits_latch (Results 1 – 3 of 3) sorted by relevance
57 int * coef_bits_latch; member413 int * coef_bits_latch; in smoothing_ok() local419 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()
361 int *coef_bits_latch; in smoothing_ok() local367 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()
53 int *coef_bits_latch; member