Searched refs:stride2 (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-example.c32 static uint64_t getSSD(uint8_t *src1, uint8_t *src2, int stride1, int stride2, int w, int h){ argument
40 int d= src1[x + y*stride1] - src2[x + y*stride2];
42 //printf("%d", abs(src1[x + y*stride1] - src2[x + y*stride2])/26 );
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dzmbvenc.c64 static inline int block_cmp(uint8_t *src, int stride, uint8_t *src2, int stride2, int bw, int bh) argument
74 src2 += stride2;
H A Droqvideoenc.c129 int y2, int *stride1, int *stride2, int size)
138 buf2[k] + (y2+i)*stride2[k] + x2, size);
128 block_sse(uint8_t **buf1, uint8_t **buf2, int x1, int y1, int x2, int y2, int *stride1, int *stride2, int size) argument

Completed in 99 milliseconds