Home
last modified time | relevance | path

Searched refs:first_MCU_col (Results 1 – 4 of 4) sorted by relevance

/external/libjpeg-turbo/
Djdcoefct.c309 buffer_ptr = buffer[block_row] + cinfo->master->first_MCU_col[ci]; in decompress_data()
311 for (block_num = cinfo->master->first_MCU_col[ci]; in decompress_data()
542 buffer_ptr = buffer[block_row] + cinfo->master->first_MCU_col[ci]; in decompress_smooth_data()
546 buffer[block_row - 1] + cinfo->master->first_MCU_col[ci]; in decompress_smooth_data()
552 buffer[block_row - 2] + cinfo->master->first_MCU_col[ci]; in decompress_smooth_data()
558 buffer[block_row + 1] + cinfo->master->first_MCU_col[ci]; in decompress_smooth_data()
565 buffer[block_row + 2] + cinfo->master->first_MCU_col[ci]; in decompress_smooth_data()
579 for (block_num = cinfo->master->first_MCU_col[ci]; in decompress_smooth_data()
584 if (block_num == cinfo->master->first_MCU_col[ci] && in decompress_smooth_data()
Djdinput.c114 cinfo->master->first_MCU_col[ci] = 0; in initial_setup()
Djpegint.h158 JDIMENSION first_MCU_col[MAX_COMPONENTS]; member
Djdapistd.c237 cinfo->master->first_MCU_col[ci] = in jpeg_crop_scanline()