Home | History | Annotate | Download | only in jpeg-6b

Lines Matching defs:start_block

597     int start_block = 0;
605 start_block = coef->pub.MCU_columns_to_skip *
612 output_col = start_block * compptr->DCT_scaled_size;
613 buffer_ptr += start_block;
614 for (block_num = start_block; block_num < width_in_blocks; block_num++) {