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

Lines Matching refs:block

273  * The i'th block of the MCU is stored into the block pointed to by
295 JBLOCKROW block;
317 /* Outer loop handles each block in the MCU */
320 block = MCU_data[blkn];
325 /* Decode a single block's worth of coefficients */
339 (*block)[0] = (JCOEF) (s << Al);
367 JBLOCKROW block;
388 /* There is always only one block per MCU */
394 block = MCU_data[0];
407 (*block)[jpeg_natural_order[k]] = (JCOEF) (s << Al);
450 JBLOCKROW block;
467 /* Outer loop handles each block in the MCU */
470 block = MCU_data[blkn];
475 (*block)[0] |= p1;
502 JBLOCKROW block;
524 /* There is always only one block per MCU */
525 block = MCU_data[0];
529 * nonzero coefficients in the block, because otherwise we'd get confused
560 break; /* rest of block is handled by EOB logic */
569 thiscoef = *block + jpeg_natural_order[k];
589 (*block)[pos] = (JCOEF) s;
603 thiscoef = *block + jpeg_natural_order[k];
616 /* Count one block completed in EOB run */
633 (*block)[newnz_pos[--num_newnz]] = 0;