Searched refs:zero_shift (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | lpc.c | 98 int max_shift, int zero_shift) in quantize_lpc_coefs() argument 116 *shift = zero_shift; in quantize_lpc_coefs() 206 int omethod, int min_shift, int max_shift, int zero_shift) in ff_lpc_calc_coefs() argument 290 min_shift, max_shift, zero_shift); in ff_lpc_calc_coefs() 294 min_shift, max_shift, zero_shift); in ff_lpc_calc_coefs()
|
D | lpc.h | 98 int omethod, int min_shift, int max_shift, int zero_shift);
|