Searched refs:firstChrSrcY (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libswscale/
H A Dswscale_template.c2652 const int firstChrSrcY= vChrFilterPos[chrDstY]; //First line needed as input local
2655 int lastChrSrcY= firstChrSrcY + vChrFilterSize -1; // Last line needed as input
2660 if (firstChrSrcY > lastInChrBuf) lastInChrBuf= firstChrSrcY-1;
2662 assert(firstChrSrcY >= lastInChrBuf - vChrBufSize + 1);
2668 firstChrSrcY, lastChrSrcY, lastInChrBuf);
2735 const int16_t **chrSrcPtr= (const int16_t **) chrPixBuf + chrBufIndex + firstChrSrcY - lastInChrBuf + vChrBufSize;
2859 const int16_t **chrSrcPtr= (const int16_t **)chrPixBuf + chrBufIndex + firstChrSrcY - lastInChrBuf + vChrBufSize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libswscale/
H A Dswscale_template.c2652 const int firstChrSrcY= vChrFilterPos[chrDstY]; //First line needed as input local
2655 int lastChrSrcY= firstChrSrcY + vChrFilterSize -1; // Last line needed as input
2660 if (firstChrSrcY > lastInChrBuf) lastInChrBuf= firstChrSrcY-1;
2662 assert(firstChrSrcY >= lastInChrBuf - vChrBufSize + 1);
2668 firstChrSrcY, lastChrSrcY, lastInChrBuf);
2735 const int16_t **chrSrcPtr= (const int16_t **) chrPixBuf + chrBufIndex + firstChrSrcY - lastInChrBuf + vChrBufSize;
2859 const int16_t **chrSrcPtr= (const int16_t **)chrPixBuf + chrBufIndex + firstChrSrcY - lastInChrBuf + vChrBufSize;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libswscale/
H A Dswscale_template.c2652 const int firstChrSrcY= vChrFilterPos[chrDstY]; //First line needed as input local
2655 int lastChrSrcY= firstChrSrcY + vChrFilterSize -1; // Last line needed as input
2660 if (firstChrSrcY > lastInChrBuf) lastInChrBuf= firstChrSrcY-1;
2662 assert(firstChrSrcY >= lastInChrBuf - vChrBufSize + 1);
2668 firstChrSrcY, lastChrSrcY, lastInChrBuf);
2735 const int16_t **chrSrcPtr= (const int16_t **) chrPixBuf + chrBufIndex + firstChrSrcY - lastInChrBuf + vChrBufSize;
2859 const int16_t **chrSrcPtr= (const int16_t **)chrPixBuf + chrBufIndex + firstChrSrcY - lastInChrBuf + vChrBufSize;

Completed in 105 milliseconds