Searched defs:summ (Results 1 – 5 of 5) sorted by relevance
/external/lzma/C/ |
D | Ppmd.h | 21 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift)) argument 22 #define PPMD_GET_MEAN(summ) PPMD_GET_MEAN_SPEC((summ), PPMD_PERIOD_BITS, 2) argument
|
/external/oprofile/pp/ |
D | opreport.cpp | 117 summary summ; in find_summary() local 130 summary & summ = find_summary(profile.image); in add_profile() local 140 summary & summ = find_summary(it->lib_image); in add_profile() local 297 summary const & summ = app.deps[j]; in output_deps() local
|
/external/opencv/cvaux/src/ |
D | cvlmeds.cpp | 584 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/src/modules/audio_coding/codecs/isac/fix/source/ |
D | entropy_coding.c | 136 WebRtc_Word32 summ[FRAMESAMPLES/8]; in CalcCorrelation() local
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | entropy_coding.c | 59 WebRtc_Word32 summ[FRAMESAMPLES / 8]; in FindCorrelation() local
|