Lines Matching defs:block
57 s16 block[8 * 8];
58 s16 *wp = block;
63 /* read in block from framebuffer */
75 for (i = 63; i >= 0 && !block[zigzag[i]]; i--)
89 while ((tmp = block[zigzag[i]]) == 0 && cnt < 14) {
121 s16 block[8 * 8 + 16];
122 s16 *wp = block;
134 * So block has to be 8 * 8 + 16 bytes, the '+ 16' is to
161 wp = block;
248 static void noinline_for_stack fwht(const u8 *block, s16 *output_block,
254 const u8 *tmp = block;
383 fwht16(const s16 *block, s16 *output_block, int stride, int intra)
387 const s16 *tmp = block;
467 ifwht(const s16 *block, s16 *output_block, int intra)
475 const s16 *tmp = block;