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 327 FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; member in struct:__anon6962
    [all...]
  /external/flac/libFLAC/
stream_encoder.c 377 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[]);
378 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[]);
379 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[]);
3585 FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; local
    [all...]

Completed in 315 milliseconds