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

  /external/flac/include/FLAC/
format.h 338 extern FLAC_API const unsigned FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN; /**< == 5 (bits) */
    [all...]
  /external/flac/libFLAC/
format.c 153 FLAC_API const unsigned FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN = 5; /* bits */
stream_encoder_framing.c 433 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->quantization_level, FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN))
lpc.c 184 const int max_shiftlimit = (1 << (FLAC__SUBFRAME_LPC_QLP_SHIFT_LEN-1)) - 1;
    [all...]
stream_decoder.c     [all...]
stream_encoder.c     [all...]

Completed in 50 milliseconds