Home | History | Annotate | Download | only in jpeg

Lines Matching refs:start_block

584     int start_block = 0;
592 start_block = coef->pub.MCU_columns_to_skip *
599 output_col = start_block * compptr->DCT_scaled_size;
600 buffer_ptr += start_block;
601 for (block_num = start_block; block_num < width_in_blocks; block_num++) {