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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale.c387 int lastInLumBuf = c->lastInLumBuf; local
448 lastInLumBuf = -1;
480 if (firstLumSrcY > lastInLumBuf)
481 lastInLumBuf = firstLumSrcY - 1;
484 av_assert0(firstLumSrcY >= lastInLumBuf - vLumBufSize + 1);
488 DEBUG_BUFFERS("\tfirstLumSrcY: %d lastLumSrcY: %d lastInLumBuf: %d\n",
489 firstLumSrcY, lastLumSrcY, lastInLumBuf);
505 while (lastInLumBuf < lastLumSrcY) {
507 src[0] + (lastInLumBuf
[all...]
H A Dswscale_internal.h321 int lastInLumBuf; ///< Last scaled horizontal luma/alpha line from source in the ring buffer. member in struct:SwsContext
605 int lastInLumBuf, int lastInChrBuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale.c2410 int lastInLumBuf= c->lastInLumBuf; local
2450 lastInLumBuf= -1;
2479 if (firstLumSrcY > lastInLumBuf) lastInLumBuf= firstLumSrcY-1;
2481 assert(firstLumSrcY >= lastInLumBuf - vLumBufSize + 1);
2485 DEBUG_BUFFERS("\tfirstLumSrcY: %d lastLumSrcY: %d lastInLumBuf: %d\n",
2486 firstLumSrcY, lastLumSrcY, lastInLumBuf);
2501 while(lastInLumBuf < lastLumSrcY) {
2503 src[0] + (lastInLumBuf
[all...]
H A Dswscale_internal.h272 int lastInLumBuf; ///< Last scaled horizontal luma/alpha line from source in the ring buffer. member in struct:SwsContext
534 int lastInLumBuf, int lastInChrBuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dswscale_mmx.c102 int lastInLumBuf, int lastInChrBuf)
131 const int16_t **lumSrcPtr= (const int16_t **) lumPixBuf + lumBufIndex + firstLumSrcY - lastInLumBuf + vLumBufSize;
133 const int16_t **alpSrcPtr= (CONFIG_SWSCALE_ALPHA && alpPixBuf) ? (const int16_t **) alpPixBuf + lumBufIndex + firstLumSrcY - lastInLumBuf + vLumBufSize : NULL;
101 updateMMXDitherTables(SwsContext *c, int dstY, int lumBufIndex, int chrBufIndex, int lastInLumBuf, int lastInChrBuf) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dswscale.c84 int lastInLumBuf, int lastInChrBuf)
113 const int16_t **lumSrcPtr= (const int16_t **)(void*) lumPixBuf + lumBufIndex + firstLumSrcY - lastInLumBuf + vLumBufSize;
115 const int16_t **alpSrcPtr= (CONFIG_SWSCALE_ALPHA && alpPixBuf) ? (const int16_t **)(void*) alpPixBuf + lumBufIndex + firstLumSrcY - lastInLumBuf + vLumBufSize : NULL;
83 updateMMXDitherTables(SwsContext *c, int dstY, int lumBufIndex, int chrBufIndex, int lastInLumBuf, int lastInChrBuf) argument

Completed in 43 milliseconds