Home
last modified time | relevance | path

Searched refs:h_out_group (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/
Djdsample.c374 int h_in_group, v_in_group, h_out_group, v_out_group; in jinit_upsampler() local
407 h_out_group = cinfo->max_h_samp_factor; in jinit_upsampler()
415 } else if (h_in_group == h_out_group && v_in_group == v_out_group) { in jinit_upsampler()
419 } else if (h_in_group * 2 == h_out_group && in jinit_upsampler()
433 } else if (h_in_group * 2 == h_out_group && in jinit_upsampler()
448 } else if ((h_out_group % h_in_group) == 0 && in jinit_upsampler()
457 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group); in jinit_upsampler()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdsample.c405 int h_in_group, v_in_group, h_out_group, v_out_group; in jinit_upsampler() local
435 h_out_group = cinfo->max_h_samp_factor; in jinit_upsampler()
443 } else if (h_in_group == h_out_group && v_in_group == v_out_group) { in jinit_upsampler()
447 } else if (h_in_group * 2 == h_out_group && in jinit_upsampler()
454 } else if (h_in_group * 2 == h_out_group && in jinit_upsampler()
462 } else if ((h_out_group % h_in_group) == 0 && in jinit_upsampler()
466 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group); in jinit_upsampler()