Lines Matching defs:block
56 s16 block[8 * 8];
57 s16 *wp = block;
62 /* read in block from framebuffer */
74 for (i = 63; i >= 0 && !block[zigzag[i]]; i--)
88 while ((tmp = block[zigzag[i]]) == 0 && cnt < 14) {
120 s16 block[8 * 8 + 16];
121 s16 *wp = block;
133 * So block has to be 8 * 8 + 16 bytes, the '+ 16' is to
160 wp = block;
247 static void noinline_for_stack fwht(const u8 *block, s16 *output_block,
253 const u8 *tmp = block;
382 fwht16(const s16 *block, s16 *output_block, int stride, int intra)
386 const s16 *tmp = block;
466 ifwht(const s16 *block, s16 *output_block, int intra)
474 const s16 *tmp = block;