HomeSort by relevance Sort by last modified time
    Searched refs:KThH (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
post_proc.h 44 #define KThH 4 /*threshold for hard filtering */
chvr_filter.cpp 126 /* if the magnitude of the difference is greater than the KThH threshold
128 if ((a3_0 > KThH || a3_0 < -KThH) && a3_0<QP && a3_0> -QP)
286 /* if the magnitude of the difference is greater than the KThH threshold
288 if ((a3_0 > KThH || a3_0 < -KThH) && a3_0<QP && a3_0> -QP)

Completed in 38 milliseconds