Home
last modified time | relevance | path

Searched refs:ccr_eng (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg723_1enc.c478 int ccr, eng, orig_eng, ccr_eng, exp; in estimate_pitch() local
523 ccr_eng = ccr * max_eng; in estimate_pitch()
524 diff = ccr_eng - eng * temp; in estimate_pitch()
525 if (diff > 0 && (i - index < PITCH_MIN || diff > ccr_eng >> 2)) { in estimate_pitch()