Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastidct.cpp62 #define ADD_AND_CLIP4(x) x += ((pred_word>>24)&0xFF); CLIP_RESULT(x); macro
409 ADD_AND_CLIP4(res); in idct_row2Inter()
423 ADD_AND_CLIP4(res); in idct_row2Inter()
478 ADD_AND_CLIP4(res); in idct_row3Inter()
492 ADD_AND_CLIP4(res); in idct_row3Inter()
554 ADD_AND_CLIP4(res); in idct_row4Inter()
568 ADD_AND_CLIP4(res); in idct_row4Inter()
612 ADD_AND_CLIP4(res); in idct_row0x40Inter()
626 ADD_AND_CLIP4(res); in idct_row0x40Inter()
667 ADD_AND_CLIP4(res); in idct_row0x20Inter()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Didct_vca.cpp137 ADD_AND_CLIP4(res); in idctrow2()
151 ADD_AND_CLIP4(res); in idctrow2()
235 ADD_AND_CLIP4(res); in idctrow3()
249 ADD_AND_CLIP4(res); in idctrow3()
350 ADD_AND_CLIP4(res); in idctrow4()
364 ADD_AND_CLIP4(res); in idctrow4()
Dmotion_comp.h61 #define ADD_AND_CLIP4(x) x += ((pred_word>>24)&0xFF); CLIP_RESULT(x); macro
Dblock_idct.cpp595 ADD_AND_CLIP4(res); in idctrow()
610 ADD_AND_CLIP4(res); in idctrow()