Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dfastidct.cpp62 #define ADD_AND_CLIP4(x) x += ((pred_word>>24)&0xFF); CLIP_RESULT(x); macro
423 ADD_AND_CLIP4(res); in idct_row2Inter()
437 ADD_AND_CLIP4(res); in idct_row2Inter()
494 ADD_AND_CLIP4(res); in idct_row3Inter()
508 ADD_AND_CLIP4(res); in idct_row3Inter()
572 ADD_AND_CLIP4(res); in idct_row4Inter()
586 ADD_AND_CLIP4(res); in idct_row4Inter()
632 ADD_AND_CLIP4(res); in idct_row0x40Inter()
646 ADD_AND_CLIP4(res); in idct_row0x40Inter()
687 ADD_AND_CLIP4(res); in idct_row0x20Inter()
[all …]
/frameworks/av/media/module/codecs/m4v_h263/dec/src/
Dmotion_comp.h61 #define ADD_AND_CLIP4(x) x += ((pred_word>>24)&0xFF); CLIP_RESULT(x); macro
Didct_vca.cpp139 ADD_AND_CLIP4(res); in idctrow2()
153 ADD_AND_CLIP4(res); in idctrow2()
239 ADD_AND_CLIP4(res); in idctrow3()
253 ADD_AND_CLIP4(res); in idctrow3()
356 ADD_AND_CLIP4(res); in idctrow4()
370 ADD_AND_CLIP4(res); in idctrow4()
Dblock_idct.cpp596 ADD_AND_CLIP4(res); in idctrow()
611 ADD_AND_CLIP4(res); in idctrow()