Searched defs:cnthflag (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dchvr_filter.cpp46 int cnthflag; local
423 /* cnthflag = weighted average of HorzHflag of current,
425 cnthflag = ((pp_mod[index] & 0x10) +
431 if (cnthflag < 3)
470 }/*cnthflag*/
482 cnthflag = ((pp_mod[index-pp_w] & 0x10) +
488 cnthflag = ((pp_mod[index] & 0x10) +
497 cnthflag = ((pp_mod[index-pp_w] & 0x10) +
503 cnthflag = ((pp_mod[index] & 0x10) +
510 cnthflag
[all...]

Completed in 50 milliseconds