Searched refs:outstride (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Droqvideo.c31 int outstride, int instride, int sz)
36 out += outstride;
119 int outstride = ri->current_frame->linesize[cp]; local
121 block_copy(ri->current_frame->data[cp] + y*outstride + x,
123 outstride, instride, sz);
30 block_copy(unsigned char *out, unsigned char *in, int outstride, int instride, int sz) argument

Completed in 111 milliseconds