HomeSort by relevance Sort by last modified time
    Searched defs:qlp_coeff (Results 1 - 2 of 2) sorted by null

  /external/flac/include/FLAC/
format.h 328 FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; member in struct:__anon22383
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 364 void (*local_lpc_compute_residual_from_qlp_coefficients)(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 residual[]);
365 void (*local_lpc_compute_residual_from_qlp_coefficients_64bit)(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 residual[]);
366 void (*local_lpc_compute_residual_from_qlp_coefficients_16bit)(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 residual[]);
3772 FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; \/* WATCHOUT: the size is important; some x86 intrinsic routines need more than lpc order elements *\/ local
    [all...]

Completed in 234 milliseconds