Searched refs:emu_buf (Results 1 – 1 of 1) sorted by relevance
224 DECLARE_ALIGNED(16, uint16_t, emu_buf)[16 * 16];233 DECLARE_ALIGNED(16, uint16_t, emu_buf)[16*16];275 int16_t *blocks, uint16_t *emu_buf, in get_slice_data() argument295 esrc = emu_buf; in get_slice_data()296 elinesize = 16 * sizeof(*emu_buf); in get_slice_data()302 memcpy(emu_buf + j * 16, in get_slice_data()305 pix = emu_buf[j * 16 + bw - 1]; in get_slice_data()307 emu_buf[j * 16 + k] = pix; in get_slice_data()310 memcpy(emu_buf + j * 16, in get_slice_data()311 emu_buf + (bh - 1) * 16, in get_slice_data()[all …]