Lines Matching defs:block
74 // for superblock coding or block qps. Theora special-cases this to read a
191 DECLARE_ALIGNED(16, int16_t, block)[64];
837 * at least one luma block coded, otherwise it must be
1490 /* note: dc_pred points to the current block */
1730 /* reverse prediction if this block was coded */
1861 * for the next block in coding order
1864 int plane, int inter, int16_t block[64])
1886 block[perm[i]] = (token >> 9) * dequantizer[perm[i]];
1890 block[perm[i]] = (token >> 2) * dequantizer[perm[i]];
1901 block[0] = frag->dc * s->qmat[0][inter][plane][0];
2075 int16_t *block = s->block;
2117 /* for each block in a superblock... */
2137 /* transform if this block was coded */
2201 /* first, take care of copying a block from either the
2227 plane, 0, block);
2230 block);
2233 plane, 1, block)) {
2236 block);
2239 stride, block);
2295 /* work out the block mapping tables */