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

  /external/jpeg/
jdapistd.c 217 int lines_per_iMCU_col = cinfo->max_h_samp_factor * DCTSIZE;
219 int col_left_boundary = ((*start_x / lines_per_iMCU_col)
222 jdiv_round_up(*start_x + *width, lines_per_iMCU_col);
225 *start_x / lines_per_iMCU_col - col_left_boundary;
228 *start_x = col_left_boundary * lines_per_iMCU_col;
231 col_right_boundary * lines_per_iMCU_col) -
232 col_left_boundary * lines_per_iMCU_col;
277 int lines_per_iMCU_col = cinfo->max_h_samp_factor * DCTSIZE;
  /external/qemu/distrib/jpeg-6b/
jdapistd.c 217 int lines_per_iMCU_col = cinfo->max_h_samp_factor * DCTSIZE;
219 int col_left_boundary = ((*start_x / lines_per_iMCU_col)
222 jdiv_round_up(*start_x + *width, lines_per_iMCU_col);
225 *start_x / lines_per_iMCU_col - col_left_boundary;
228 *start_x = col_left_boundary * lines_per_iMCU_col;
231 col_right_boundary * lines_per_iMCU_col) -
232 col_left_boundary * lines_per_iMCU_col;
277 int lines_per_iMCU_col = cinfo->max_h_samp_factor * DCTSIZE;

Completed in 55 milliseconds