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

  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
chvr_filter.cpp 43 int a3_0, a3_1, a3_2, A3_0; local
124 a3_0 = *ptr - *(ptr - w1);
128 if ((a3_0 > KThH || a3_0 < -KThH) && a3_0<QP && a3_0> -QP)
179 a3_0 = *(ptr) - *(ptr - w1);
183 if ((a3_0 > KTh || a3_0 < -KTh)
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 43 int a3_0, a3_1, a3_2, A3_0; local
124 a3_0 = *ptr - *(ptr - w1);
128 if ((a3_0 > KThH || a3_0 < -KThH) && a3_0<QP && a3_0> -QP)
179 a3_0 = *(ptr) - *(ptr - w1);
183 if ((a3_0 > KTh || a3_0 < -KTh)
    [all...]

Completed in 344 milliseconds