Home
last modified time | relevance | path

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

/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dmpegvideo.c287 …CHECKED_ALLOCZ(s->allocated_edge_emu_buffer, (s->width+64)*2*21*2); //(width + edge + align)*inter… in init_duplicate_context()
288 s->edge_emu_buffer= s->allocated_edge_emu_buffer + (s->width+64)*2*21; in init_duplicate_context()
316 av_freep(&s->allocated_edge_emu_buffer); s->edge_emu_buffer= NULL; in free_duplicate_context()
331 COPY(allocated_edge_emu_buffer); in backup_duplicate_context()
H A Dmpegvideo.h299 uint8_t *allocated_edge_emu_buffer; member