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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 48 Int ColTh;
51 ColTh = *dst;
178 if (abs_sum < ColTh)
277 Int ColTh;
280 ColTh = *dst;
395 if (abs_sum < ColTh)
483 Int ColTh;
486 ColTh = *dst;
587 if (abs_sum < ColTh)
662 Int ColTh;
    [all...]
fastcodemb.cpp 62 Int ColTh;
114 ColTh = ColThIntra[QP];
125 ColTh = ColThInter[QP];
212 dataBlock[64] = ColTh;
291 Int ColTh;
337 ColTh = ColThIntra[QP];
353 ColTh = ColThInter[QP];
431 dataBlock[64] = ColTh;

Completed in 165 milliseconds