transfer8x8_copy  144 modules/xvid_dec/xvid_wce/decoder.h 		transfer8x8_copy(dst, src, stride);
transfer8x8_copy   39 modules/xvid_dec/xvid_wce/interpolate8x8.cpp 		transfer8x8_copy(dst, src, stride);
transfer8x8_copy   86 modules/xvid_dec/xvid_wce/interpolate8x8.cpp 		transfer8x8_copy(dst, src, stride);
transfer8x8_copy   47 modules/xvid_dec/xvid_wce/mem_transfer.h void transfer8x8_copy(byte *const dst, const byte * const src, const dword stride);
transfer8x8_copy   53 modules/xvid_dec/xvid_wce/mem_transfer.h 	transfer8x8_copy(dst, src, stride);
transfer8x8_copy   54 modules/xvid_dec/xvid_wce/mem_transfer.h 	transfer8x8_copy(dst + 8, src + 8, stride);
transfer8x8_copy   55 modules/xvid_dec/xvid_wce/mem_transfer.h 	transfer8x8_copy(dst + 8*stride, src + 8*stride, stride);
transfer8x8_copy   56 modules/xvid_dec/xvid_wce/mem_transfer.h 	transfer8x8_copy(dst + 8*stride + 8, src + 8*stride + 8, stride);