Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dfastidct.cpp59 #define ADD_AND_CLIP1(x) x += (pred_word&0xFF); CLIP_RESULT(x); macro
415 ADD_AND_CLIP1(res); in idct_row2Inter()
429 ADD_AND_CLIP1(res); in idct_row2Inter()
486 ADD_AND_CLIP1(res); in idct_row3Inter()
500 ADD_AND_CLIP1(res); in idct_row3Inter()
564 ADD_AND_CLIP1(res); in idct_row4Inter()
578 ADD_AND_CLIP1(res); in idct_row4Inter()
624 ADD_AND_CLIP1(res); in idct_row0x40Inter()
638 ADD_AND_CLIP1(res); in idct_row0x40Inter()
679 ADD_AND_CLIP1(res); in idct_row0x20Inter()
[all …]
/frameworks/av/media/module/codecs/m4v_h263/dec/src/
Dmotion_comp.h58 #define ADD_AND_CLIP1(x) x += (pred_word&0xFF); CLIP_RESULT(x); macro
Didct_vca.cpp131 ADD_AND_CLIP1(res); in idctrow2()
145 ADD_AND_CLIP1(res); in idctrow2()
231 ADD_AND_CLIP1(res); in idctrow3()
245 ADD_AND_CLIP1(res); in idctrow3()
348 ADD_AND_CLIP1(res); in idctrow4()
362 ADD_AND_CLIP1(res); in idctrow4()
Dblock_idct.cpp588 ADD_AND_CLIP1(res); in idctrow()
603 ADD_AND_CLIP1(res); in idctrow()