HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__fixed_compute_best_predictor (Results 1 - 3 of 3) sorted by null

  /external/flac/libFLAC/include/private/
fixed.h 45 * FLAC__fixed_compute_best_predictor()
57 unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]);
75 unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]);
  /external/flac/libFLAC/
fixed.c 217 unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
219 unsigned FLAC__fixed_compute_best_predictor(const FLAC__int32 data[], unsigned data_len, FLAC__fixedpoint residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1])
stream_encoder.c     [all...]

Completed in 55 milliseconds