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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dimgconvert.h43 void ff_shrink22(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
44 void ff_shrink44(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
45 void ff_shrink88(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
H A Dmpegvideoencdsp.h40 void (*shrink[4])(uint8_t *dst, int dst_wrap, const uint8_t *src,
H A Dimgconvert.c100 void ff_shrink22(uint8_t *dst, int dst_wrap, argument
128 dst += dst_wrap;
133 void ff_shrink44(uint8_t *dst, int dst_wrap, argument
159 dst += dst_wrap;
164 void ff_shrink88(uint8_t *dst, int dst_wrap, argument
181 dst += dst_wrap - width;
354 static void deinterlace_bottom_field(uint8_t *dst, int dst_wrap, argument
368 dst += dst_wrap;
375 dst += dst_wrap;
378 dst += dst_wrap;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimgconvert.c672 void ff_shrink22(uint8_t *dst, int dst_wrap, argument
700 dst += dst_wrap;
705 void ff_shrink44(uint8_t *dst, int dst_wrap, argument
731 dst += dst_wrap;
736 void ff_shrink88(uint8_t *dst, int dst_wrap, argument
753 dst += dst_wrap - width;
969 static void deinterlace_bottom_field(uint8_t *dst, int dst_wrap, argument
983 dst += dst_wrap;
990 dst += dst_wrap;
993 dst += dst_wrap;
[all...]
H A Ddsputil.h126 void ff_shrink22(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
127 void ff_shrink44(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
128 void ff_shrink88(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);
526 void (*shrink[4])(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height);

Completed in 182 milliseconds