Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/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/libstagefright/codecs/m4v_h263/dec/src/
Didct_vca.cpp131 ADD_AND_CLIP2(res2); in idctrow2()
145 ADD_AND_CLIP2(res2); in idctrow2()
229 ADD_AND_CLIP2(res2); in idctrow3()
243 ADD_AND_CLIP2(res2); in idctrow3()
344 ADD_AND_CLIP2(res2); in idctrow4()
358 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.cpp589 ADD_AND_CLIP2(res2); in idctrow()
604 ADD_AND_CLIP2(res2); in idctrow()