Searched refs:MAX_ALIGN (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_yadif.c112 #define MAX_ALIGN 8 macro
128 dst = (uint8_t*)dst1 + w - (MAX_ALIGN-1);
129 prev = (uint8_t*)prev1 + w - (MAX_ALIGN-1);
130 cur = (uint8_t*)cur1 + w - (MAX_ALIGN-1);
131 next = (uint8_t*)next1 + w - (MAX_ALIGN-1);
135 FILTER(w - (MAX_ALIGN-1), w - 3, 1)
173 dst = (uint16_t*)dst1 + w - (MAX_ALIGN/2-1);
174 prev = (uint16_t*)prev1 + w - (MAX_ALIGN/2-1);
175 cur = (uint16_t*)cur1 + w - (MAX_ALIGN/2-1);
176 next = (uint16_t*)next1 + w - (MAX_ALIGN/
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dmin_osl.c543 #define MAX_ALIGN 4096 /* Max alignment at 4k */ macro
567 if (align_mask > MAX_ALIGN)
568 align_mask = MAX_ALIGN;

Completed in 103 milliseconds