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

  /external/flac/libFLAC/include/private/
stream_encoder_framing.h 41 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
42 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
43 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
44 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw);
  /external/flac/libFLAC/
stream_encoder_framing.c 362 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
369 FLAC__bitwriter_write_raw_int32(bw, subframe->value, subframe_bps)
375 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
386 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->warmup[i], subframe_bps))
413 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
424 if(!FLAC__bitwriter_write_raw_int32(bw, subframe->warmup[i], subframe_bps))
459 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, unsigned subframe_bps, unsigned wasted_bits, FLAC__BitWriter *bw)
471 if(!FLAC__bitwriter_write_raw_int32(bw, signal[i], subframe_bps))
stream_encoder.c 147 unsigned subframe_bps,
159 unsigned subframe_bps,
168 unsigned subframe_bps,
179 unsigned subframe_bps,
200 unsigned subframe_bps,
218 unsigned subframe_bps,
322 unsigned subframe_bps[FLAC__MAX_CHANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */ member in struct:FLAC__StreamEncoderPrivate
    [all...]

Completed in 49 milliseconds