Home
last modified time | relevance | path

Searched defs:subframe (Results 1 – 9 of 9) sorted by relevance

/external/flac/src/libFLAC/
Dstream_encoder_framing.c367 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, uint32_t subframe_b… in FLAC__subframe_add_constant()
380 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, uint32_t residual_samples… in FLAC__subframe_add_fixed()
418 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, uint32_t residual_samples, ui… in FLAC__subframe_add_lpc()
464 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, uint32_t samples, u… in FLAC__subframe_add_verbatim()
Dstream_decoder.c2548 FLAC__Subframe_Constant *subframe = &decoder->private_->frame.subframes[channel].data.constant; in read_subframe_constant_() local
2571 FLAC__Subframe_Fixed *subframe = &decoder->private_->frame.subframes[channel].data.fixed; in read_subframe_fixed_() local
2633 FLAC__Subframe_LPC *subframe = &decoder->private_->frame.subframes[channel].data.lpc; in read_subframe_lpc_() local
2728 FLAC__Subframe_Verbatim *subframe = &decoder->private_->frame.subframes[channel].data.verbatim; in read_subframe_verbatim_() local
Dstream_encoder.c3633 const FLAC__Subframe *subframe, in add_subframe_()
3675 const FLAC__Subframe *subframe, in spotcheck_subframe_estimate_()
3705 FLAC__Subframe *subframe in evaluate_constant_subframe_()
3738 FLAC__Subframe *subframe, in evaluate_fixed_subframe_()
3802 FLAC__Subframe *subframe, in evaluate_lpc_subframe_()
3876 FLAC__Subframe *subframe in evaluate_verbatim_subframe_()
/external/webrtc/modules/audio_coding/codecs/ilbc/
Ddecode_residual.c47 size_t subcount, subframe; in WebRtcIlbcfix_DecodeResidual() local
Dencode.c58 size_t subcount, subframe; in WebRtcIlbcfix_EncodeImpl() local
/external/flac/src/flac/
Danalyze.c75 const FLAC__Subframe *subframe = frame->subframes+channel; in flac__analyze_frame() local
130 const FLAC__Subframe *subframe = frame->subframes+channel; in flac__analyze_frame() local
/external/webrtc/modules/audio_processing/agc2/
Dlimiter.cc36 rtc::ArrayView<float> subframe) { in InterpolateFirstSubframe()
/external/libopus/src/
Danalysis.c163 …downmix_func downmix, const void *_x, opus_val32 *y, opus_val32 S[3], int subframe, int offset, in… in downmix_and_resample()
Dopus_encoder.c564 void downmix_float(const void *_x, opus_val32 *y, int subframe, int offset, int c1, int c2, int C) in downmix_float()
588 void downmix_int(const void *_x, opus_val32 *y, int subframe, int offset, int c1, int c2, int C) in downmix_int()