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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale_template.c962 uint8_t *src[3]= {lumSrc + dstW, chrSrc + chrDstW, chrSrc + VOFW + chrDstW};
1004 int v=(chrSrc[i + VOFW]+64)>>7;
2372 RENAME(yuy2ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
2374 src2= formatConvBuffer+VOFW;
2378 RENAME(uyvyToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
2380 src2= formatConvBuffer+VOFW;
2385 RENAME(bgr32ToUV_half)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
2387 RENAME(bgr32ToUV)(formatConvBuffer, formatConvBuffer+VOFW, src1, src2, srcW, pal);
2389 src2= formatConvBuffer+VOFW;
2394 RENAME(bgr32ToUV_half)(formatConvBuffer, formatConvBuffer+VOFW, src
[all...]
H A Dswscale_internal.h36 #define VOFW 2048 macro
37 #define VOF (VOFW*2)
H A Dswscale.c495 v += chrSrc[j][i + VOFW] * chrFilter[j];
531 v += chrSrc[j][i + VOFW] * chrFilter[j];
546 v += chrSrc[j][i + VOFW] * chrFilter[j];
572 V += chrSrc[j][i+VOFW] * chrFilter[j];\
606 V += chrSrc[j][i+VOFW] * chrFilter[j];\
667 int V= (uvbuf0[i+VOFW]*uvalpha1+uvbuf1[i+VOFW]*uvalpha)>>19; \
688 int V= (uvbuf1[i+VOFW])>>7;\
709 int V= (uvbuf0[i+VOFW] + uvbuf1[i+VOFW])>>
[all...]

Completed in 104 milliseconds