Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg723_1enc.c473 int max_ccr = 0x4000; in estimate_pitch() local
520 temp = max_ccr >> 1; in estimate_pitch()
522 temp = max_ccr; in estimate_pitch()
529 max_ccr = ccr; in estimate_pitch()
545 int ccr, eng, max_ccr, max_eng; in comp_harmonic_coeff() local
573 max_ccr = 1; in comp_harmonic_coeff()
584 diff = ccr * max_eng - eng * max_ccr; in comp_harmonic_coeff()
586 max_ccr = ccr; in comp_harmonic_coeff()