summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/win_asm.bat
blob: 1b8d88c0858afe11357ff090a358a01d7c369e5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
echo off
set ASMFLAGS= -checkreglist -CPU ARM1136 -PreDefine "H264DEC_WINASM SETL {TRUE}"
set ASM="D:\Program Files\Microsoft Visual Studio 8\VC\ce\bin\x86_arm\armasm"
echo on

%ASM% %ASMFLAGS% h264bsd_interpolate_chroma_ver.s
%ASM% %ASMFLAGS% h264bsd_interpolate_chroma_hor.s
%ASM% %ASMFLAGS% h264bsd_interpolate_hor_half.s
%ASM% %ASMFLAGS% h264bsd_interpolate_hor_quarter.s
%ASM% %ASMFLAGS% h264bsd_interpolate_hor_ver_quarter.s
%ASM% %ASMFLAGS% h264bsd_interpolate_ver_half.s
%ASM% %ASMFLAGS% h264bsd_interpolate_ver_quarter.s

rem %ASM% %ASMFLAGS% h264bsd_interpolate_chroma_hor_ver.s
rem %ASM% %ASMFLAGS% h264bsd_interpolate_mid_hor.s