transfer_16to8copy 407 modules/xvid_dec/xvid_wce/decoder.cpp transfer_16to8copy(pY_Cur, &data[0 * 64], stride); transfer_16to8copy 408 modules/xvid_dec/xvid_wce/decoder.cpp transfer_16to8copy(pY_Cur + 8, &data[1 * 64], stride); transfer_16to8copy 409 modules/xvid_dec/xvid_wce/decoder.cpp transfer_16to8copy(pY_Cur + next_block, &data[2 * 64], stride); transfer_16to8copy 410 modules/xvid_dec/xvid_wce/decoder.cpp transfer_16to8copy(pY_Cur + 8 + next_block, &data[3 * 64], stride); transfer_16to8copy 411 modules/xvid_dec/xvid_wce/decoder.cpp transfer_16to8copy(pU_Cur, &data[4 * 64], stride2); transfer_16to8copy 412 modules/xvid_dec/xvid_wce/decoder.cpp transfer_16to8copy(pV_Cur, &data[5 * 64], stride2); transfer_16to8copy 34 modules/xvid_dec/xvid_wce/mem_transfer.h void transfer_16to8copy(byte *dst, const int *src, dword stride);