Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dg723_1enc.c469 int max_ccr = 0x4000; in estimate_pitch() local
516 temp = max_ccr >> 1; in estimate_pitch()
518 temp = max_ccr; in estimate_pitch()
525 max_ccr = ccr; in estimate_pitch()
541 int ccr, eng, max_ccr, max_eng; in comp_harmonic_coeff() local
569 max_ccr = 1; in comp_harmonic_coeff()
580 diff = ccr * max_eng - eng * max_ccr; in comp_harmonic_coeff()
582 max_ccr = ccr; in comp_harmonic_coeff()

Completed in 3 milliseconds