summaryrefslogtreecommitdiffstats
path: root/decoder.mk
Commit message (Collapse)AuthorAgeFilesLines
* Update assembly files to unified syntaxBernhard Rosenkränzer2014-12-011-5/+0
| | | | | | | | | This allows them to be built with clang's internal assembler. Also, pass -I flags to the assembler explicitly and stop disabling clang. Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org> Change-Id: I67dfd0d1b44217af6cf159f4d8810b3c2173702b
* Use gcc to compile .s files with .include.Chih-Hung Hsieh2014-11-241-0/+5
| | | | | | | Clang does not preprocess .s files. There are also some instructions not recognized by clang. BUG: 18392882 Change-Id: I15d12e55556ca297352f430867d446144b9d5341
* Few bug fixes and warnings removedHarish Mahendrakar2014-06-061-7/+1
| | | | | | | | | | | Added support for returning coded width and height along with display dimensions Fixed few macros for mips Removed signed comparison warnings Removed few files that are not needed Fixed an issue in handling more than 256 slices in a picture Bug: 14571712 Change-Id: Ie485aaae3a13744bc9acff8aa699efbbc31f94f1
* Initial Version of HEVC decoderHarish Mahendrakar2014-05-211-0/+96
Compliant to reference software HM11.0 onwards Bug: 14571712 Change-Id: I8af25c1221cc6ab70440141c4d9b48c1ac69696a