Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dfastidct.cpp62 #define ADD_AND_CLIP3(x) x += ((pred_word>>16)&0xFF); CLIP_RESULT(x); macro
407 ADD_AND_CLIP3(res); in idct_row2Inter()
421 ADD_AND_CLIP3(res); in idct_row2Inter()
476 ADD_AND_CLIP3(res); in idct_row3Inter()
490 ADD_AND_CLIP3(res); in idct_row3Inter()
552 ADD_AND_CLIP3(res); in idct_row4Inter()
566 ADD_AND_CLIP3(res); in idct_row4Inter()
610 ADD_AND_CLIP3(res); in idct_row0x40Inter()
624 ADD_AND_CLIP3(res); in idct_row0x40Inter()
665 ADD_AND_CLIP3(res); in idct_row0x20Inter()
[all …]
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Didct_vca.cpp139 ADD_AND_CLIP3(res); in idctrow2()
153 ADD_AND_CLIP3(res); in idctrow2()
237 ADD_AND_CLIP3(res); in idctrow3()
251 ADD_AND_CLIP3(res); in idctrow3()
352 ADD_AND_CLIP3(res); in idctrow4()
366 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.cpp593 ADD_AND_CLIP3(res); in idctrow()
608 ADD_AND_CLIP3(res); in idctrow()