Lines Matching refs:block
269 * The i'th block of the MCU is stored into the block pointed to by
291 JBLOCKROW block;
313 /* Outer loop handles each block in the MCU */
316 block = MCU_data[blkn];
321 /* Decode a single block's worth of coefficients */
335 (*block)[0] = (JCOEF) (s << Al);
363 JBLOCKROW block;
384 /* There is always only one block per MCU */
390 block = MCU_data[0];
403 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al);
446 JBLOCKROW block;
463 /* Outer loop handles each block in the MCU */
466 block = MCU_data[blkn];
471 (*block)[0] |= p1;
498 JBLOCKROW block;
520 /* There is always only one block per MCU */
521 block = MCU_data[0];
525 * nonzero coefficients in the block, because otherwise we'd get confused
556 break; /* rest of block is handled by EOB logic */
565 thiscoef = *block + jpeg_natural_order[k];
585 (*block)[pos] = (JCOEF) s;
599 thiscoef = *block + jpeg_natural_order[k];
612 /* Count one block completed in EOB run */
629 (*block)[newnz_pos[--num_newnz]] = 0;