Searched refs:ALT32_CORR (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dswscale_internal.h42 #define ALT32_CORR (-1) macro
44 #define ALT32_CORR 1 macro
H A Dswscale_unscaled.c451 srcPtr += ALT32_CORR;
455 dstPtr += ALT32_CORR;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dswscale_internal.h47 #define ALT32_CORR (-1) macro
49 #define ALT32_CORR 1 macro
H A Dswscale_unscaled.c1242 if ((dstFormat == AV_PIX_FMT_RGB32_1 || dstFormat == AV_PIX_FMT_BGR32_1) && !isRGBA32(srcFormat) && ALT32_CORR<0)
1273 srcPtr += ALT32_CORR;
1278 av_assert0(ALT32_CORR == 1);
1281 dstPtr += ALT32_CORR;

Completed in 53 milliseconds