Home
last modified time | relevance | path

Searched refs:eChromaMotionComp (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/src/
Davcenc_lib.h455 void eChromaMotionComp(uint8 *ref, int picwidth, int picheight,
Dmotion_comp.cpp104 eChromaMotionComp(ref_Cb, picWidth >> 1, picHeight >> 1, x_pos, y_pos, in AVCMBMotionComp()
107 eChromaMotionComp(ref_Cr, picWidth >> 1, picHeight >> 1, x_pos, y_pos, in AVCMBMotionComp()
1805 void eChromaMotionComp(uint8 *ref, int picwidth, int picheight, in eChromaMotionComp() function