Home | History | Annotate | Download | only in jpeg

Lines Matching full:blocks

77   /* Horizontal mirroring of DCT blocks is accomplished by swapping
78 * pairs of blocks in-place. Within a DCT block, we perform horizontal
151 /* Bottom-edge blocks will be copied verbatim. */
200 * process all the available DCT blocks for every component.
279 /* Edge blocks are transposed but not mirrored. */
343 /* Edge blocks are transposed but not mirrored. */
403 /* Process the blocks that can be mirrored both ways. */
420 /* Any remaining right-edge blocks are only mirrored vertically. */
435 /* Process the blocks that can be mirrored. */
444 /* Any remaining right-edge blocks are only copied. */
518 /* Right-edge blocks are mirrored in y only */
531 /* Bottom-edge blocks are mirrored in x only */
594 * so that transform routines need not worry about missing edge blocks.
616 * so that transform routines need not worry about missing edge blocks.