Lines Matching defs:emu_buf
225 DECLARE_ALIGNED(16, uint16_t, emu_buf)[16 * 16];
234 DECLARE_ALIGNED(16, uint16_t, emu_buf)[16*16];
276 int16_t *blocks, uint16_t *emu_buf,
296 esrc = emu_buf;
297 elinesize = 16 * sizeof(*emu_buf);
303 memcpy(emu_buf + j * 16,
306 pix = emu_buf[j * 16 + bw - 1];
308 emu_buf[j * 16 + k] = pix;
311 memcpy(emu_buf + j * 16,
312 emu_buf + (bh - 1) * 16,
313 mb_width * sizeof(*emu_buf));
603 ctx->blocks[0], ctx->emu_buf,
842 td->blocks[i], td->emu_buf,