Home
last modified time | relevance | path

Searched refs:ADD_AND_CLIP2 (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/codecs/m4v_h263/enc/src/
Dfastidct.cpp60 #define ADD_AND_CLIP2(x) x += ((pred_word>>8)&0xFF); CLIP_RESULT(x); macro
403 ADD_AND_CLIP2(res2); in idct_row2Inter()
417 ADD_AND_CLIP2(res2); in idct_row2Inter()
472 ADD_AND_CLIP2(res2); in idct_row3Inter()
486 ADD_AND_CLIP2(res2); in idct_row3Inter()
548 ADD_AND_CLIP2(res2); in idct_row4Inter()
562 ADD_AND_CLIP2(res2); in idct_row4Inter()
606 ADD_AND_CLIP2(res2); in idct_row0x40Inter()
620 ADD_AND_CLIP2(res2); in idct_row0x40Inter()
661 ADD_AND_CLIP2(res2); in idct_row0x20Inter()
[all …]
/frameworks/av/media/codecs/m4v_h263/dec/src/
Didct_vca.cpp133 ADD_AND_CLIP2(res2); in idctrow2()
147 ADD_AND_CLIP2(res2); in idctrow2()
233 ADD_AND_CLIP2(res2); in idctrow3()
247 ADD_AND_CLIP2(res2); in idctrow3()
350 ADD_AND_CLIP2(res2); in idctrow4()
364 ADD_AND_CLIP2(res2); in idctrow4()
Dmotion_comp.h59 #define ADD_AND_CLIP2(x) x += ((pred_word>>8)&0xFF); CLIP_RESULT(x); macro
Dblock_idct.cpp590 ADD_AND_CLIP2(res2); in idctrow()
605 ADD_AND_CLIP2(res2); in idctrow()