Searched refs:lastInChrBuf (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.c388 int lastInChrBuf = c->lastInChrBuf; local
449 lastInChrBuf = -1;
482 if (firstChrSrcY > lastInChrBuf)
483 lastInChrBuf = firstChrSrcY - 1;
485 av_assert0(firstChrSrcY >= lastInChrBuf - vChrBufSize + 1);
490 DEBUG_BUFFERS("\tfirstChrSrcY: %d lastChrSrcY: %d lastInChrBuf: %d\n",
491 firstChrSrcY, lastChrSrcY, lastInChrBuf);
527 while (lastInChrBuf < lastChrSrcY) {
529 src[0] + (lastInChrBuf
[all...]
H A Dswscale_internal.h322 int lastInChrBuf; ///< Last scaled horizontal chroma 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.c2411 int lastInChrBuf= c->lastInChrBuf; local
2451 lastInChrBuf= -1;
2480 if (firstChrSrcY > lastInChrBuf) lastInChrBuf= firstChrSrcY-1;
2482 assert(firstChrSrcY >= lastInChrBuf - vChrBufSize + 1);
2487 DEBUG_BUFFERS("\tfirstChrSrcY: %d lastChrSrcY: %d lastInChrBuf: %d\n",
2488 firstChrSrcY, lastChrSrcY, lastInChrBuf);
2525 while(lastInChrBuf < lastChrSrcY) {
2527 src[0] + (lastInChrBuf
[all...]
H A Dswscale_internal.h273 int lastInChrBuf; ///< Last scaled horizontal chroma 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)
132 const int16_t **chrUSrcPtr= (const int16_t **) chrUPixBuf + chrBufIndex + firstChrSrcY - lastInChrBuf + vChrBufSize;
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)
114 const int16_t **chrUSrcPtr= (const int16_t **)(void*) chrUPixBuf + chrBufIndex + firstChrSrcY - lastInChrBuf + vChrBufSize;
83 updateMMXDitherTables(SwsContext *c, int dstY, int lumBufIndex, int chrBufIndex, int lastInLumBuf, int lastInChrBuf) argument

Completed in 43 milliseconds