Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dg723_1.c1162 const int16_t *cb_ptr; in ff_g723_1_gen_acb_excitation() local
1172 cb_ptr = ff_g723_1_adaptive_cb_gain85; in ff_g723_1_gen_acb_excitation()
1174 cb_ptr = ff_g723_1_adaptive_cb_gain170; in ff_g723_1_gen_acb_excitation()
1177 cb_ptr += subfrm->ad_cb_gain * 20; in ff_g723_1_gen_acb_excitation()
1179 sum = ff_dot_product(residual + i, cb_ptr, PITCH_ORDER); in ff_g723_1_gen_acb_excitation()