Searched defs:col_left_boundary (Results 1 - 1 of 1) sorted by relevance

/external/jpeg/
H A Djdapistd.c219 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 134 milliseconds