Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/src/libFLAC/
H A Dstream_encoder_framing.c393 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, uint32_t subframe_b… in FLAC__subframe_add_constant()
406 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, uint32_t residual_samples… in FLAC__subframe_add_fixed()
444 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, uint32_t residual_samples, ui… in FLAC__subframe_add_lpc()
490 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, uint32_t samples, u… in FLAC__subframe_add_verbatim()
H A Dstream_decoder.c2703 FLAC__Subframe_Constant *subframe = &decoder->private_->frame.subframes[channel].data.constant; in read_subframe_constant_() local
2733 FLAC__Subframe_Fixed *subframe = &decoder->private_->frame.subframes[channel].data.fixed; in read_subframe_fixed_() local
2808 FLAC__Subframe_LPC *subframe = &decoder->private_->frame.subframes[channel].data.lpc; in read_subframe_lpc_() local
2912 FLAC__Subframe_Verbatim *subframe = &decoder->private_->frame.subframes[channel].data.verbatim; in read_subframe_verbatim_() local
H A Dstream_encoder.c3791 const FLAC__Subframe *subframe, in add_subframe_()
3833 const FLAC__Subframe *subframe, in spotcheck_subframe_estimate_()
3863 FLAC__Subframe *subframe in evaluate_constant_subframe_()
3895 FLAC__Subframe *subframe, in evaluate_fixed_subframe_()
3970 FLAC__Subframe *subframe, in evaluate_lpc_subframe_()
4062 FLAC__Subframe *subframe in evaluate_verbatim_subframe_()
/aosp_15_r20/external/flac/src/flac/
H A 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
/aosp_15_r20/external/rappor/pipeline/
H A 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
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddecode_residual.c47 size_t subcount, subframe; in WebRtcIlbcfix_DecodeResidual() local
H A Dencode.c59 size_t subcount, subframe; in WebRtcIlbcfix_EncodeImpl() local
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/
H A Dlimiter.cc38 rtc::ArrayView<float> subframe) { in InterpolateFirstSubframe()
/aosp_15_r20/external/libopus/dnn/
H A Dfargan.c199 int subframe; in fargan_synthesize_impl() local
H A Dfwgan.c285 int subframe; in fwgan_synthesize_impl() local
/aosp_15_r20/external/libopus/src/
H A Danalysis.c166 …downmix_func downmix, const void *_x, opus_val32 *y, opus_val32 S[3], int subframe, int offset, in… in downmix_and_resample()
H A Dopus_encoder.c657 void downmix_float(const void *_x, opus_val32 *y, int subframe, int offset, int c1, int c2, int C) in downmix_float()
681 void downmix_int(const void *_x, opus_val32 *y, int subframe, int offset, int c1, int c2, int C) in downmix_int()