HomeSort by relevance Sort by last modified time
    Searched full:h_out_group (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jdsample.c 405 int h_in_group, v_in_group, h_out_group, v_out_group; local
435 h_out_group = cinfo->max_h_samp_factor;
443 } else if (h_in_group == h_out_group && v_in_group == v_out_group) {
447 } else if (h_in_group * 2 == h_out_group &&
454 } else if (h_in_group * 2 == h_out_group &&
462 } else if ((h_out_group % h_in_group) == 0 &&
466 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group);
  /external/qemu/distrib/jpeg-6b/
jdsample.c 405 int h_in_group, v_in_group, h_out_group, v_out_group; local
435 h_out_group = cinfo->max_h_samp_factor;
443 } else if (h_in_group == h_out_group && v_in_group == v_out_group) {
447 } else if (h_in_group * 2 == h_out_group &&
454 } else if (h_in_group * 2 == h_out_group &&
462 } else if ((h_out_group % h_in_group) == 0 &&
466 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group);

Completed in 306 milliseconds