Searched refs:coef_bits_latch (Results 1 – 2 of 2) sorted by relevance
360 int *coef_bits_latch; in smoothing_ok() local366 if (coef->coef_bits_latch == NULL) in smoothing_ok()367 coef->coef_bits_latch = (int *) in smoothing_ok()371 coef_bits_latch = coef->coef_bits_latch; in smoothing_ok()392 coef_bits_latch[coefi] = coef_bits[coefi]; in smoothing_ok()396 coef_bits_latch += SAVED_COEFS; in smoothing_ok()482 coef_bits = coef->coef_bits_latch + (ci * SAVED_COEFS); in decompress_smooth_data()638 coef->coef_bits_latch = NULL; in jinit_d_coef_controller()
53 int *coef_bits_latch; member