Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dilbcdec.c865 static int16_t max_abs_value_w16(const int16_t* vector, int length) in max_abs_value_w16() function
991 max = max_abs_value_w16(s->prevResidual, s->block_samples); in do_plc()
1231 max = max_abs_value_w16(regressor, (int16_t) (subl + searchLen - 1)); in xcorr_coeff()
1235 max = max_abs_value_w16(&regressor[-searchLen], (int16_t) (subl + searchLen - 1)); in xcorr_coeff()