summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/avc/enc/src/motion_comp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* stagefright avcenc: Use intptr_t for casting pointers to integersMartin Storsjo2012-05-211-7/+7
| | | | | | | This is used for doing integer arithmetic on the pointers, for checking pointer alignment. Change-Id: I7a7ff834dc631ac9cce90e46216f64645e1ae6e5
* stagefright avcenc: Switch tmp variables to use the right type, to avoid castingMartin Storsjo2012-05-211-50/+46
| | | | | | | This fixes building on platforms where int is smaller than pointers, e.g. 64 bit platforms. Change-Id: I3da0459bac10cbffd1db699bf4782fe926cd391f
* Initial checkin for software AVC encoderJames Dong2010-07-131-0/+2156
- 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