openh264/codec/decoder/core/arm64
Martin Storsjö 81ac3d2a9b Fix building svc_motion_estimation.S for android
The .align directive takes an argument in number of bits, i.e. the
actual alignment is 2^n. Previously building with binutils failed,
since 16 isn't a valid parameter to .align, the maximum is 15.

Thus, this makes the code try to align to 16 bytes, instead of aligning
to 65536 bytes.

This fixes building for android.

This also clears up the same mistake in the aarch64 code, even though
that one built just fine.
2014-08-15 09:53:42 +03:00
..
block_add_aarch64_neon.S Add Unit Test and ARM64 code for block_add 2014-07-21 14:37:52 +08:00
intra_pred_aarch64_neon.S Fix building svc_motion_estimation.S for android 2014-08-15 09:53:42 +03:00