Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastidct.cpp59 #define ADD_AND_CLIP1(x) x += (pred_word&0xFF); CLIP_RESULT(x); macro
401 ADD_AND_CLIP1(res); in idct_row2Inter()
415 ADD_AND_CLIP1(res); in idct_row2Inter()
470 ADD_AND_CLIP1(res); in idct_row3Inter()
484 ADD_AND_CLIP1(res); in idct_row3Inter()
546 ADD_AND_CLIP1(res); in idct_row4Inter()
560 ADD_AND_CLIP1(res); in idct_row4Inter()
604 ADD_AND_CLIP1(res); in idct_row0x40Inter()
618 ADD_AND_CLIP1(res); in idct_row0x40Inter()
659 ADD_AND_CLIP1(res); in idct_row0x20Inter()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Didct_vca.cpp129 ADD_AND_CLIP1(res); in idctrow2()
143 ADD_AND_CLIP1(res); in idctrow2()
227 ADD_AND_CLIP1(res); in idctrow3()
241 ADD_AND_CLIP1(res); in idctrow3()
342 ADD_AND_CLIP1(res); in idctrow4()
356 ADD_AND_CLIP1(res); in idctrow4()
Dmotion_comp.h58 #define ADD_AND_CLIP1(x) x += (pred_word&0xFF); CLIP_RESULT(x); macro
Dblock_idct.cpp587 ADD_AND_CLIP1(res); in idctrow()
602 ADD_AND_CLIP1(res); in idctrow()