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

  /external/jpeg/
jdapistd.c 219 int col_left_boundary = ((*start_x / lines_per_iMCU_col) local
225 *start_x / lines_per_iMCU_col - col_left_boundary;
228 *start_x = col_left_boundary * lines_per_iMCU_col;
232 col_left_boundary * lines_per_iMCU_col;
257 cinfo->coef->MCU_column_left_boundary = col_left_boundary;
260 col_left_boundary / index->MCU_sample_size;
  /external/qemu/distrib/jpeg-6b/
jdapistd.c 219 int col_left_boundary = ((*start_x / lines_per_iMCU_col) local
225 *start_x / lines_per_iMCU_col - col_left_boundary;
228 *start_x = col_left_boundary * lines_per_iMCU_col;
232 col_left_boundary * lines_per_iMCU_col;
257 cinfo->coef->MCU_column_left_boundary = col_left_boundary;
260 col_left_boundary / index->MCU_sample_size;

Completed in 69 milliseconds