Home
last modified time | relevance | path

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

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dfastidct.cpp61 #define ADD_AND_CLIP3(x) x += ((pred_word>>16)&0xFF); CLIP_RESULT(x); macro
420 ADD_AND_CLIP3(res); in idct_row2Inter()
434 ADD_AND_CLIP3(res); in idct_row2Inter()
491 ADD_AND_CLIP3(res); in idct_row3Inter()
505 ADD_AND_CLIP3(res); in idct_row3Inter()
569 ADD_AND_CLIP3(res); in idct_row4Inter()
583 ADD_AND_CLIP3(res); in idct_row4Inter()
629 ADD_AND_CLIP3(res); in idct_row0x40Inter()
643 ADD_AND_CLIP3(res); in idct_row0x40Inter()
684 ADD_AND_CLIP3(res); in idct_row0x20Inter()
[all …]
/frameworks/av/media/module/codecs/m4v_h263/dec/src/
Dmotion_comp.h60 #define ADD_AND_CLIP3(x) x += ((pred_word>>16)&0xFF); CLIP_RESULT(x); macro
Didct_vca.cpp136 ADD_AND_CLIP3(res); in idctrow2()
150 ADD_AND_CLIP3(res); in idctrow2()
236 ADD_AND_CLIP3(res); in idctrow3()
250 ADD_AND_CLIP3(res); in idctrow3()
353 ADD_AND_CLIP3(res); in idctrow4()
367 ADD_AND_CLIP3(res); in idctrow4()
Dblock_idct.cpp593 ADD_AND_CLIP3(res); in idctrow()
608 ADD_AND_CLIP3(res); in idctrow()