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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/arm/
H A Dswscale_unscaled.c43 context->srcW, srcSliceH,
57 context->srcW, srcSliceH,
68 && (c->srcW >= 16)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale-test.c81 int srcW, int srcH, int dstW, int dstH, int flags,
100 if (cur_srcFormat != srcFormat || cur_srcW != srcW || cur_srcH != srcH) {
107 av_image_fill_linesizes(srcStride, srcFormat, srcW);
118 srcContext = sws_getContext(w, h, AV_PIX_FMT_YUVA420P, srcW, srcH,
131 cur_srcW = srcW;
154 dstContext = sws_getContext(srcW, srcH, srcFormat, dstW, dstH, dstFormat,
164 desc_src->name, srcW, srcH,
245 const int srcW = w; local
247 const int dstW[] = { srcW - srcW /
79 doTest(uint8_t *ref[4], int refStride[4], int w, int h, enum AVPixelFormat srcFormat, enum AVPixelFormat dstFormat, int srcW, int srcH, int dstW, int dstH, int flags, struct Results *r) argument
299 int srcW, srcH; local
[all...]
H A Dswscale_unscaled.c166 copyPlane(src[0], srcStride[0], srcSliceY, srcSliceH, c->srcW,
170 interleaveBytes(src[1], src[2], dst, c->srcW / 2, srcSliceH / 2,
173 interleaveBytes(src[2], src[1], dst, c->srcW / 2, srcSliceH / 2,
187 copyPlane(src[0], srcStride[0], srcSliceY, srcSliceH, c->srcW,
191 deinterleaveBytes(src[1], dst1, dst2,c->srcW / 2, srcSliceH / 2,
194 deinterleaveBytes(src[1], dst2, dst1, c->srcW / 2, srcSliceH / 2,
206 yv12toyuy2(src[0], src[1], src[2], dst, c->srcW, srcSliceH, srcStride[0],
218 yv12touyvy(src[0], src[1], src[2], dst, c->srcW, srcSliceH, srcStride[0],
230 yuv422ptoyuy2(src[0], src[1], src[2], dst, c->srcW, srcSliceH, srcStride[0],
242 yuv422ptouyvy(src[0], src[1], src[2], dst, c->srcW, srcSlice
[all...]
H A Dswscale.c225 const uint8_t *src, int srcW, int xInc)
235 for (i=dstWidth-1; (i*xInc)>>16 >=srcW-1; i--)
236 dst[i] = src[srcW-1]*128;
242 int srcW, int xInc,
255 toYV12(formatConvBuffer, src, src_in[1], src_in[2], srcW, pal);
258 c->readLumPlanar(formatConvBuffer, src_in, srcW, c->input_rgb2yuv_table);
261 c->readAlpPlanar(formatConvBuffer, src_in, srcW, NULL);
269 c->hyscale_fast(c, dst, dstWidth, src, srcW, xInc);
278 const uint8_t *src2, int srcW, int xInc)
289 for (i=dstWidth-1; (i*xInc)>>16 >=srcW
224 hyscale_fast_c(SwsContext *c, int16_t *dst, int dstWidth, const uint8_t *src, int srcW, int xInc) argument
240 hyscale(SwsContext *c, int16_t *dst, int dstWidth, const uint8_t *src_in[4], int srcW, int xInc, const int16_t *hLumFilter, const int32_t *hLumFilterPos, int hLumFilterSize, uint8_t *formatConvBuffer, uint32_t *pal, int isAlpha) argument
276 hcscale_fast_c(SwsContext *c, int16_t *dst1, int16_t *dst2, int dstWidth, const uint8_t *src1, const uint8_t *src2, int srcW, int xInc) argument
295 hcscale(SwsContext *c, int16_t *dst1, int16_t *dst2, int dstWidth, const uint8_t *src_in[4], int srcW, int xInc, const int16_t *hChrFilter, const int32_t *hChrFilterPos, int hChrFilterSize, uint8_t *formatConvBuffer, uint32_t *pal) argument
341 const int srcW = c->srcW; local
[all...]
H A Dutils.c297 int *outFilterSize, int xInc, int srcW,
309 const int64_t fone = 1LL << (54 - FFMIN(av_log2(srcW/dstW), 8));
383 filterSize = 1 + (sizeFactor * srcW + dstW - 1) / dstW;
385 filterSize = FFMIN(filterSize, srcW - 2);
402 d = d * dstW / srcW;
624 if ((*filterPos)[i] + filterSize > srcW) {
625 int shift = (*filterPos)[i] + filterSize - srcW;
632 (*filterPos)[i]= srcW - filterSize;
1129 int srcW = c->srcW; local
296 initFilter(int16_t **outFilter, int32_t **filterPos, int *outFilterSize, int xInc, int srcW, int dstW, int filterAlign, int one, int flags, int cpu_flags, SwsVector *srcFilter, SwsVector *dstFilter, double param[2], int srcPos, int dstPos) argument
1663 sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat, int dstW, int dstH, enum AVPixelFormat dstFormat, int flags, SwsFilter *srcFilter, SwsFilter *dstFilter, const double *param) argument
2075 sws_getCachedContext(struct SwsContext *context, int srcW, int srcH, enum AVPixelFormat srcFormat, int dstW, int dstH, enum AVPixelFormat dstFormat, int flags, SwsFilter *srcFilter, SwsFilter *dstFilter, const double *param) argument
[all...]
H A Dswscale.h182 * @param srcW the width of the source image
194 struct SwsContext *sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat,
321 int srcW, int srcH, enum AVPixelFormat srcFormat,
H A Doptions.c56 { "srcw", "source width", OFFSET(srcW), AV_OPT_TYPE_INT, { .i64 = 16 }, 1, INT_MAX, VE },
H A Dswscale_internal.h280 int srcW; ///< Width of source luma/alpha planes. member in struct:SwsContext
540 const uint8_t *src, int srcW, int xInc);
544 int srcW, int xInc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale-test.c81 int srcW, int srcH, int dstW, int dstH, int flags,
97 if (cur_srcFormat != srcFormat || cur_srcW != srcW || cur_srcH != srcH) {
104 av_image_fill_linesizes(srcStride, srcFormat, srcW);
114 srcContext = sws_getContext(w, h, PIX_FMT_YUVA420P, srcW, srcH,
127 cur_srcW = srcW;
149 dstContext = sws_getContext(srcW, srcH, srcFormat, dstW, dstH, dstFormat,
160 av_pix_fmt_descriptors[srcFormat].name, srcW, srcH,
240 const int srcW = w; local
242 const int dstW[] = { srcW - srcW /
79 doTest(uint8_t *ref[4], int refStride[4], int w, int h, enum PixelFormat srcFormat, enum PixelFormat dstFormat, int srcW, int srcH, int dstW, int dstH, int flags, struct Results *r) argument
291 int srcW, srcH; local
[all...]
H A Dswscale_unscaled.c125 copyPlane(src[0], srcStride[0], srcSliceY, srcSliceH, c->srcW,
129 interleaveBytes(src[1], src[2], dst, c->srcW / 2, srcSliceH / 2,
132 interleaveBytes(src[2], src[1], dst, c->srcW / 2, srcSliceH / 2,
144 yv12toyuy2(src[0], src[1], src[2], dst, c->srcW, srcSliceH, srcStride[0],
156 yv12touyvy(src[0], src[1], src[2], dst, c->srcW, srcSliceH, srcStride[0],
168 yuv422ptoyuy2(src[0], src[1], src[2], dst, c->srcW, srcSliceH, srcStride[0],
180 yuv422ptouyvy(src[0], src[1], src[2], dst, c->srcW, srcSliceH, srcStride[0],
194 yuyvtoyuv420(ydst, udst, vdst, src[0], c->srcW, srcSliceH, dstStride[0],
198 fillPlane(dstParam[3], dstStride[3], c->srcW, srcSliceH, srcSliceY, 255);
211 yuyvtoyuv422(ydst, udst, vdst, src[0], c->srcW, srcSlice
[all...]
H A Dutils.c184 int srcW, int dstW, int filterAlign, int one, int flags, int cpu_flags,
264 else filterSize= 1 + (sizeFactor*srcW + dstW - 1)/ dstW;
266 filterSize = av_clip(filterSize, 1, srcW - 2);
281 d= d*dstW/srcW;
475 if ((*filterPos)[i] + filterSize > srcW) {
476 int shift = (*filterPos)[i] + filterSize - srcW;
483 (*filterPos)[i] = srcW - filterSize;
762 int srcW= c->srcW; local
776 unscaled = (srcW
183 initFilter(int16_t **outFilter, int32_t **filterPos, int *outFilterSize, int xInc, int srcW, int dstW, int filterAlign, int one, int flags, int cpu_flags, SwsVector *srcFilter, SwsVector *dstFilter, double param[2], int is_horizontal) argument
1106 sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat, int dstW, int dstH, enum PixelFormat dstFormat, int flags, SwsFilter *srcFilter, SwsFilter *dstFilter, const double *param) argument
1490 sws_getCachedContext(struct SwsContext *context, int srcW, int srcH, enum PixelFormat srcFormat, int dstW, int dstH, enum PixelFormat dstFormat, int flags, SwsFilter *srcFilter, SwsFilter *dstFilter, const double *param) argument
[all...]
H A Dswscale.h190 * @param srcW the width of the source image
202 struct SwsContext *sws_getContext(int srcW, int srcH, enum PixelFormat srcFormat,
323 int srcW, int srcH, enum PixelFormat srcFormat,
H A Doptions.c55 { "srcw", "source width" , OFFSET(srcW), AV_OPT_TYPE_INT, {.dbl = 16 }, 1, INT_MAX, VE },
H A Dswscale_internal.h231 int srcW; ///< Width of source luma/alpha planes. member in struct:SwsContext
471 const uint8_t *src, int srcW, int xInc);
475 int srcW, int xInc);
H A Dswscale.c2024 const uint8_t *src, int srcW, int xInc)
2038 const uint8_t *src_in[4], int srcW, int xInc,
2049 toYV12(formatConvBuffer, src, srcW, pal);
2052 c->readLumPlanar(formatConvBuffer, src_in, srcW);
2059 c->hyscale_fast(c, dst, dstWidth, src, srcW, xInc);
2068 const uint8_t *src2, int srcW, int xInc)
2083 int srcW, int xInc, const int16_t *hChrFilter,
2089 uint8_t *buf2 = formatConvBuffer + FFALIGN(srcW * FFALIGN(c->srcBpc, 8) >> 3, 16);
2090 c->chrToYV12(formatConvBuffer, buf2, src1, src2, srcW, pal);
2094 uint8_t *buf2 = formatConvBuffer + FFALIGN(srcW * FFALIG
2023 hyscale_fast_c(SwsContext *c, int16_t *dst, int dstWidth, const uint8_t *src, int srcW, int xInc) argument
2037 hyscale(SwsContext *c, int16_t *dst, int dstWidth, const uint8_t *src_in[4], int srcW, int xInc, const int16_t *hLumFilter, const int32_t *hLumFilterPos, int hLumFilterSize, uint8_t *formatConvBuffer, uint32_t *pal, int isAlpha) argument
2066 hcscale_fast_c(SwsContext *c, int16_t *dst1, int16_t *dst2, int dstWidth, const uint8_t *src1, const uint8_t *src2, int srcW, int xInc) argument
2081 hcscale(SwsContext *c, int16_t *dst1, int16_t *dst2, int dstWidth, const uint8_t *src_in[4], int srcW, int xInc, const int16_t *hChrFilter, const int32_t *hChrFilterPos, int hChrFilterSize, uint8_t *formatConvBuffer, uint32_t *pal) argument
2363 const int srcW= c->srcW; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/ppc/
H A Dyuv2yuv_altivec.c40 // yv12toyuy2(src[0], src[1], src[2], dst, c->srcW, srcSliceH,
45 const int width = c->srcW;
116 // yv12toyuy2(src[0], src[1], src[2], dst, c->srcW, srcSliceH,
121 const int width = c->srcW;
193 if (!(c->srcW & 15) && !(c->flags & SWS_BITEXACT) &&
H A Dyuv2rgb_altivec.c288 int w = c->srcW; \
480 int w = c->srcW;
550 if ((c->srcW & 0xf) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/ppc/
H A Dyuv2yuv_altivec.c36 // yv12toyuy2(src[0], src[1], src[2], dst, c->srcW, srcSliceH, srcStride[0], srcStride[1], dstStride[0]);
40 const int width = c->srcW;
111 // yv12toyuy2(src[0], src[1], src[2], dst, c->srcW, srcSliceH, srcStride[0], srcStride[1], dstStride[0]);
115 const int width = c->srcW;
181 if ((av_get_cpu_flags() & AV_CPU_FLAG_ALTIVEC) && !(c->srcW & 15) &&
H A Dyuv2rgb_altivec.c284 int w = c->srcW; \
483 int w = c->srcW;
555 if ((c->srcW & 0xf) != 0) return NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dswscale_template.c1477 int srcW, int xInc)
1567 for (i=dstWidth-1; (i*xInc)>>16 >=srcW-1; i--)
1568 dst[i] = src[srcW-1]*128;
1573 const uint8_t *src2, int srcW, int xInc)
1651 for (i=dstWidth-1; (i*xInc)>>16 >=srcW-1; i--) {
1652 dst1[i] = src1[srcW-1]*128;
1653 dst2[i] = src2[srcW-1]*128;
1475 hyscale_fast(SwsContext *c, int16_t *dst, int dstWidth, const uint8_t *src, int srcW, int xInc) argument
1571 hcscale_fast(SwsContext *c, int16_t *dst1, int16_t *dst2, int dstWidth, const uint8_t *src1, const uint8_t *src2, int srcW, int xInc) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dswscale_template.c1509 int srcW, int xInc)
1599 for (i=dstWidth-1; (i*xInc)>>16 >=srcW-1; i--)
1600 dst[i] = src[srcW-1]*128;
1605 const uint8_t *src2, int srcW, int xInc)
1683 for (i=dstWidth-1; (i*xInc)>>16 >=srcW-1; i--) {
1684 dst1[i] = src1[srcW-1]*128;
1685 dst2[i] = src2[srcW-1]*128;
1507 hyscale_fast(SwsContext *c, int16_t *dst, int dstWidth, const uint8_t *src, int srcW, int xInc) argument
1603 hcscale_fast(SwsContext *c, int16_t *dst1, int16_t *dst2, int dstWidth, const uint8_t *src1, const uint8_t *src2, int srcW, int xInc) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dnanox.c42 int XWarpPointer( Display* display, Window srcW, Window destW, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Ddsputil_altivec.c607 register vector signed short srcW __asm__ ("v26") = \
618 vec_sub(srcW, dstW); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Ddsputil_altivec.c1135 srcW __asm__ ("v26"), \
1161 srcW = (vector signed short)vec_mergel((vector signed char)vzero, \
1167 but0S = vec_sub(srcW, dstW); \

Completed in 109 milliseconds