Searched refs:STRIDE_ALIGN (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dinternal.h39 # define STRIDE_ALIGN 32 macro
41 # define STRIDE_ALIGN 16 macro
43 # define STRIDE_ALIGN 8 macro
H A Dutils.c442 linesize_align[i] = STRIDE_ALIGN;
563 pool->pools[i] = av_buffer_pool_init(size[i] + 16 + STRIDE_ALIGN - 1,
H A Dmpegvideo_enc.c1094 if (((intptr_t)(pic_arg->data[0])) & (STRIDE_ALIGN-1))
1096 if (s->linesize & (STRIDE_ALIGN-1))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Drectangle.h50 assert((((long)vp)&(FFMIN(w, STRIDE_ALIGN)-1)) == 0);
H A Ddsputil.h664 # define STRIDE_ALIGN 16 macro
669 #define STRIDE_ALIGN 16 macro
673 #define STRIDE_ALIGN 16 macro
677 #ifndef STRIDE_ALIGN
678 # define STRIDE_ALIGN 8 macro
H A Dutils.c226 linesize_align[i] = STRIDE_ALIGN;
227 //STRIDE_ALIGN is 8 for SSE* but this does not work for SVQ1 chroma planes
228 //we could change STRIDE_ALIGN to 16 for x86/sse but it would increase the

Completed in 124 milliseconds