Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastidct.cpp61 #define ADD_AND_CLIP3(x) x += ((pred_word>>16)&0xFF); CLIP_RESULT(x); macro
406 ADD_AND_CLIP3(res); in idct_row2Inter()
420 ADD_AND_CLIP3(res); in idct_row2Inter()
475 ADD_AND_CLIP3(res); in idct_row3Inter()
489 ADD_AND_CLIP3(res); in idct_row3Inter()
551 ADD_AND_CLIP3(res); in idct_row4Inter()
565 ADD_AND_CLIP3(res); in idct_row4Inter()
609 ADD_AND_CLIP3(res); in idct_row0x40Inter()
623 ADD_AND_CLIP3(res); in idct_row0x40Inter()
664 ADD_AND_CLIP3(res); in idct_row0x20Inter()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Didct_vca.cpp134 ADD_AND_CLIP3(res); in idctrow2()
148 ADD_AND_CLIP3(res); in idctrow2()
232 ADD_AND_CLIP3(res); in idctrow3()
246 ADD_AND_CLIP3(res); in idctrow3()
347 ADD_AND_CLIP3(res); in idctrow4()
361 ADD_AND_CLIP3(res); in idctrow4()
Dmotion_comp.h60 #define ADD_AND_CLIP3(x) x += ((pred_word>>16)&0xFF); CLIP_RESULT(x); macro
Dblock_idct.cpp592 ADD_AND_CLIP3(res); in idctrow()
607 ADD_AND_CLIP3(res); in idctrow()