Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dg723_1enc.c474 int ccr, eng, orig_eng, ccr_eng, exp; in estimate_pitch() local
479 orig_eng = ff_dot_product(buf + offset, buf + offset, HALF_FRAME_LEN); in estimate_pitch()
485 orig_eng += buf[offset] * buf[offset] - in estimate_pitch()
500 temp = ff_g723_1_normalize_bits(orig_eng, 31); in estimate_pitch()
501 eng = av_clipl_int32((int64_t) (orig_eng << temp) + (1 << 15)) >> 16; in estimate_pitch()

Completed in 2 milliseconds