Searched refs:chrVPixBuf (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.c364 int16_t **chrVPixBuf = c->chrVPixBuf; local
541 hcscale(c, chrUPixBuf[chrBufIndex], chrVPixBuf[chrBufIndex],
576 const int16_t **chrVSrcPtr = (const int16_t **)(void*) chrVPixBuf + chrBufIndex + firstChrSrcY - lastInChrBuf + vChrBufSize;
H A Dswscale_internal.h317 int16_t **chrVPixBuf; ///< Ring buffer for scaled horizontal chroma plane lines to be fed to the vertical scaler. member in struct:SwsContext
H A Dutils.c1555 FF_ALLOC_OR_GOTO(c, c->chrVPixBuf, c->vChrBufSize * 3 * sizeof(int16_t *), fail);
1573 c->chrVPixBuf[i] = c->chrVPixBuf[i + c->vChrBufSize]
2024 av_freep(&c->chrVPixBuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_internal.h268 int16_t **chrVPixBuf; ///< Ring buffer for scaled horizontal chroma plane lines to be fed to the vertical scaler. member in struct:SwsContext
H A Dutils.c1032 FF_ALLOC_OR_GOTO(c, c->chrVPixBuf, c->vChrBufSize*3*sizeof(int16_t*), fail);
1047 c->chrVPixBuf[i] = c->chrVPixBuf[i+c->vChrBufSize] = c->chrUPixBuf[i] + (dst_stride >> 1) + 8;
1446 av_freep(&c->chrVPixBuf);
H A Dswscale.c2389 int16_t **chrVPixBuf= c->chrVPixBuf; local
2539 hcscale(c, chrUPixBuf[chrBufIndex], chrVPixBuf[chrBufIndex],
2569 const int16_t **chrVSrcPtr= (const int16_t **) chrVPixBuf + chrBufIndex + firstChrSrcY - lastInChrBuf + vChrBufSize;
2596 **tmpV = (const int16_t **) chrVPixBuf + 2 * vChrBufSize;

Completed in 58 milliseconds