Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dstream_encoder_framing.c385 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, uint32_t subframe_b… in FLAC__subframe_add_constant()
398 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, uint32_t residual_samples… in FLAC__subframe_add_fixed()
436 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, uint32_t residual_samples, ui… in FLAC__subframe_add_lpc()
482 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, uint32_t samples, u… in FLAC__subframe_add_verbatim()
Dstream_decoder.c2670 FLAC__Subframe_Constant *subframe = &decoder->private_->frame.subframes[channel].data.constant; in read_subframe_constant_() local
2700 FLAC__Subframe_Fixed *subframe = &decoder->private_->frame.subframes[channel].data.fixed; in read_subframe_fixed_() local
2775 FLAC__Subframe_LPC *subframe = &decoder->private_->frame.subframes[channel].data.lpc; in read_subframe_lpc_() local
2879 FLAC__Subframe_Verbatim *subframe = &decoder->private_->frame.subframes[channel].data.verbatim; in read_subframe_verbatim_() local
Dstream_encoder.c3851 const FLAC__Subframe *subframe, in add_subframe_()
3893 const FLAC__Subframe *subframe, in spotcheck_subframe_estimate_()
3923 FLAC__Subframe *subframe in evaluate_constant_subframe_()
3955 FLAC__Subframe *subframe, in evaluate_fixed_subframe_()
4030 FLAC__Subframe *subframe, in evaluate_lpc_subframe_()
4122 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.c59 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/rappor/pipeline/
Dmetric_status.R84 subframe <- s[s$metric == m, functionVar
282 subframe <- s[s$metric == u$metric & s$var1 == u$var1 & s$var2 == u$var2, functionVar
/external/webrtc/modules/audio_processing/agc2/
Dlimiter.cc38 rtc::ArrayView<float> subframe) { in InterpolateFirstSubframe()
/external/libopus/src/
Danalysis.c166 …downmix_func downmix, const void *_x, opus_val32 *y, opus_val32 S[3], int subframe, int offset, in… in downmix_and_resample()
Dopus_encoder.c565 void downmix_float(const void *_x, opus_val32 *y, int subframe, int offset, int c1, int c2, int C) in downmix_float()
589 void downmix_int(const void *_x, opus_val32 *y, int subframe, int offset, int c1, int c2, int C) in downmix_int()