Home
last modified time | relevance | path

Searched refs:emu_buf (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dproresenc_kostya.c224 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() argument
295 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 …]