Home
last modified time | relevance | path

Searched defs:summ (Results 1 – 4 of 4) sorted by relevance

/external/lzma/C/
DPpmd.h20 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift)) argument
21 #define PPMD_GET_MEAN(summ) PPMD_GET_MEAN_SPEC((summ), PPMD_PERIOD_BITS, 2) argument
/external/opencv/cvaux/src/
Dcvlmeds.cpp584 double l1, l2, w, old_norm = -1, new_norm = -2, summ; in icvPoints8() local
682 double norm, summ, best_norm; in icvAnalyticPoints8() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dentropy_coding.c161 int32_t summ[FRAMESAMPLES/8]; in CalcCorrelation() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c59 int32_t summ[FRAMESAMPLES / 8]; in FindCorrelation() local