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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dswscale_mmx.c112 int32_t *vChrFilterPos= c->vChrFilterPos; local
122 const int firstChrSrcY= vChrFilterPos[chrDstY]; //First line needed as input
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dswscale.c94 int32_t *vChrFilterPos= c->vChrFilterPos; local
104 const int firstChrSrcY= vChrFilterPos[chrDstY]; //First line needed as input
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dutils.c986 if (initFilter(&c->vChrFilter, &c->vChrFilterPos, &c->vChrFilterSize, c->chrYInc,
1018 ((c->vChrFilterPos[chrI] + c->vChrFilterSize - 1)<<c->chrSrcVSubSample));
1024 if (c->vChrFilterPos[chrI] + c->vChrBufSize < (nextSlice>>c->chrSrcVSubSample))
1025 c->vChrBufSize= (nextSlice>>c->chrSrcVSubSample) - c->vChrFilterPos[chrI];
1465 av_freep(&c->vChrFilterPos);
H A Dswscale_internal.h301 int32_t *vChrFilterPos; ///< Array of vertical filter starting positions for each dst[i] for chroma planes. member in struct:SwsContext
H A Dswscale.c2373 int32_t *vChrFilterPos= c->vChrFilterPos; local
2470 const int firstChrSrcY= vChrFilterPos[chrDstY]; //First line needed as input
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale.c351 int32_t *vChrFilterPos = c->vChrFilterPos; local
471 const int firstChrSrcY = FFMAX(1 - vChrFilterSize, vChrFilterPos[chrDstY]);
H A Dutils.c1498 if (initFilter(&c->vChrFilter, &c->vChrFilterPos, &c->vChrFilterSize,
1535 ((c->vChrFilterPos[chrI] + c->vChrFilterSize - 1)
1542 if (c->vChrFilterPos[chrI] + c->vChrBufSize <
1545 c->vChrFilterPos[chrI];
2046 av_freep(&c->vChrFilterPos);
H A Dswscale_internal.h350 int32_t *vChrFilterPos; ///< Array of vertical filter starting positions for each dst[i] for chroma planes. member in struct:SwsContext

Completed in 72 milliseconds