summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc/enc/src/motion_est.cpp
Commit message (Collapse)AuthorAgeFilesLines
* avcenc: Switch malloc/free callbacks to use pointers instead of intsMartin Storsjo2012-07-101-1/+1
| | | | | | | | There is no reason for casting the pointers to ints. This fixes building the code on platforms where pointers are larger than ints, e.g. 64 bit platforms. Change-Id: I910cd207d0908287931c9a96eb270139967e029b
* Initial checkin for software AVC encoderJames Dong2010-07-131-0/+1774
- Since the software encoder assumes the input is YUV420 planar, color conversion needs to be added when the input color format does not meet the requirement. With this patch, I only added a single color conversion from YUV420 semi planar to YUV420 planar. We can add more as we go. Change-Id: If8640c9e5a4f73d385ae9bb2022e57f7f62b91b9