Searched refs:h_in_group (Results 1 – 1 of 1) sorted by relevance
415 int h_in_group, v_in_group, h_out_group, v_out_group; in jinit_upsampler() local444 h_in_group = (compptr->h_samp_factor * compptr->_DCT_scaled_size) / in jinit_upsampler()456 } else if (h_in_group == h_out_group && v_in_group == v_out_group) { in jinit_upsampler()460 } else if (h_in_group * 2 == h_out_group && v_in_group == v_out_group) { in jinit_upsampler()473 } else if (h_in_group == h_out_group && in jinit_upsampler()478 } else if (h_in_group * 2 == h_out_group && in jinit_upsampler()493 } else if ((h_out_group % h_in_group) == 0 && in jinit_upsampler()502 upsample->h_expand[ci] = (UINT8)(h_out_group / h_in_group); in jinit_upsampler()