summaryrefslogtreecommitdiffstats
path: root/encoder/arm
Commit message (Collapse)AuthorAgeFilesLines
* arm: Properly match /* */ comments in the arm assemblyMartin Storsjo2015-06-255-11/+3
| | | | | | | | | | | | | 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
* Handle non-mod-16 widths in the NEON version of 422i->420sp conversionMartin Storsjo2015-06-251-6/+31
| | | | | | | This uses the same mechanism as in ih264e_fmt_conv_420p_to_420sp_a9q to do an overlapping copy of the last few pixels. Change-Id: Ic93a00d0683337fd0f6f540119000466685f64bd
* Added support for Main Profile toolsets in encoder.Harinarayanan K K2015-06-253-162/+157
| | | | | | | | Added support for CABAC entropy coding. Added support for B slices. Fixed an issue in rate control constant QP mode. Change-Id: Ib759d35e8e943f941aa9b8bbff0362d92c619994
* Resolved warnings and fixed alignment of few assembliesHarish Mahendrakar2015-05-051-670/+680
| | | | | | | | | 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
* fix file permissionsLajos Molnar2015-05-0511-0/+0
| | | | Change-Id: Ia4f99d5b963acd8d8a1afc2fbdf06b122d898f63
* Fixed few issues seen in CTS testsHarish Mahendrakar2015-05-051-6/+1
| | | | | | | | | Added support for encoding non-multiple of 16 dimensions Added support for encoding dimensions smaller than 64x64 Aligned coeff data to 4 byte boundary Bug: 20554276 Change-Id: I111093950f94698296d8499a2845cfe2db6c557b
* fix build for generic buildsLajos Molnar2015-04-161-34/+20
| | | | Change-Id: I7654a801a2b168b7e0bcbebf680efbf2343b1ece
* Initial versionHamsalekha S2015-04-0211-0/+4696
Change-Id: I7efe9a589cd24edf86e8d086b40c27cbbf8b4017