History log of /external/libavc/encoder/armv8/ih264e_evaluate_intra16x16_modes_av8.s
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5f5a2805ac4edadfb3a2235bc9e182a9ca5ef412 16-Jun-2015 Martin Storsjo <martin@martin.st> armv8: Don't touch the x18 register

The x18 register is platform specific, and using it in portable assembler
code should be avoided.

In this particular case, using it is not actually needed at all.

Change-Id: I07016fdd3a264ed77eba37abcd1748b51cf7a49e
/external/libavc/encoder/armv8/ih264e_evaluate_intra16x16_modes_av8.s
50738a6bd8162e421dad0f11b335946291c2c2ae 11-Jun-2015 Martin Storsjo <martin@martin.st> arm: Properly match /* */ comments in the arm assembly

Some versions of the clang built-in assembler interprets /* as a start
of a multi-line comment, even within lines starting with a @. Therefore,
make sure to terminate these properly.

This fixes warnings about /* within a block comment when building
using the clang built-in assembler (in some versions of clang), and
fixes issues where part of the assembly source was effectively
commented out, when building with this assembler.

Change-Id: I4b520334d92740f8c60def94ee990561b2cb8b7c
/external/libavc/encoder/armv8/ih264e_evaluate_intra16x16_modes_av8.s
a61d4e01086ee399f1cd773ae73a418c42652bc8 16-Jun-2015 Martin Storsjo <martin@martin.st> armv8: Don't accidentally write 8 bytes instead of 4

This fixes running when built with clang - by pure luck the out of bounds
writes didn't cause any harm when the calling C code was built with gcc.

Change-Id: I4e33dd403b785cbcd24fb80f4db7a86310a32225
/external/libavc/encoder/armv8/ih264e_evaluate_intra16x16_modes_av8.s
25e8adb631df325607216ad6f3d6638442d9f453 20-Apr-2015 Harish Mahendrakar <harish.mahendrakar@ittiam.com> Resolved warnings and fixed alignment of few assemblies

Resolved warnings seen in x86 modules
Fixed alignment of few modules
Updated comments in few arm modules for consistency
Fixed warnings seen in clang build

Change-Id: I0623169b5e84a6a6f09c3d2212e754101272f5e9
/external/libavc/encoder/armv8/ih264e_evaluate_intra16x16_modes_av8.s
cd9e51fc2b6091aa344363ee8a4f881e938ff80c 18-Apr-2015 Lajos Molnar <lajos@google.com> fix file permissions

Change-Id: Ia4f99d5b963acd8d8a1afc2fbdf06b122d898f63
/external/libavc/encoder/armv8/ih264e_evaluate_intra16x16_modes_av8.s
8d3d303c7942ced6a987a52db8977d768dc3605f 13-Mar-2015 Hamsalekha S <hamsalekha.s@ittiam.com> Initial version

Change-Id: I7efe9a589cd24edf86e8d086b40c27cbbf8b4017
/external/libavc/encoder/armv8/ih264e_evaluate_intra16x16_modes_av8.s