Home
last modified time | relevance | path

Searched defs:CLIP_RESULT (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dmotion_comp.h57 #define CLIP_RESULT(x) if((x) & -256){(x) = 0xFF & (~((x)>>31));} macro
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastidct.cpp58 #define CLIP_RESULT(x) if((UInt)(x) > 0xFF){(x) = 0xFF & (~((x)>>31));} macro