Searched refs:src_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 Dimgconvert.c101 const uint8_t *src, int src_wrap,
110 s2 = s1 + src_wrap;
127 src += 2 * src_wrap;
134 const uint8_t *src, int src_wrap,
143 s2 = s1 + src_wrap;
144 s3 = s2 + src_wrap;
145 s4 = s3 + src_wrap;
158 src += 4 * src_wrap;
165 const uint8_t *src, int src_wrap,
175 src += src_wrap;
100 ff_shrink22(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
133 ff_shrink44(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
164 ff_shrink88(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
354 deinterlace_bottom_field(uint8_t *dst, int dst_wrap, const uint8_t *src1, int src_wrap, int width, int height) argument
383 deinterlace_bottom_field_inplace(uint8_t *src1, int src_wrap, int width, int height) argument
[all...]
H A Dmpegvideoencdsp.h41 int src_wrap, int width, int height);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dimgconvert.c673 const uint8_t *src, int src_wrap,
682 s2 = s1 + src_wrap;
699 src += 2 * src_wrap;
706 const uint8_t *src, int src_wrap,
715 s2 = s1 + src_wrap;
716 s3 = s2 + src_wrap;
717 s4 = s3 + src_wrap;
730 src += 4 * src_wrap;
737 const uint8_t *src, int src_wrap,
747 src += src_wrap;
672 ff_shrink22(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
705 ff_shrink44(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
736 ff_shrink88(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) argument
871 int src_wrap, ret, x, y; local
969 deinterlace_bottom_field(uint8_t *dst, int dst_wrap, const uint8_t *src1, int src_wrap, int width, int height) argument
998 deinterlace_bottom_field_inplace(uint8_t *src1, int src_wrap, int width, int height) argument
[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 32 milliseconds