/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | stream_encoder_framing.c | 393 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 D | stream_decoder.c | 2703 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 D | stream_encoder.c | 3791 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 D | analyze.c | 75 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 D | metric_status.R | 84 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 D | decode_residual.c | 47 size_t subcount, subframe; in WebRtcIlbcfix_DecodeResidual() local
|
H A D | encode.c | 59 size_t subcount, subframe; in WebRtcIlbcfix_EncodeImpl() local
|
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/ |
H A D | limiter.cc | 38 rtc::ArrayView<float> subframe) { in InterpolateFirstSubframe()
|
/aosp_15_r20/external/libopus/dnn/ |
H A D | fargan.c | 199 int subframe; in fargan_synthesize_impl() local
|
H A D | fwgan.c | 285 int subframe; in fwgan_synthesize_impl() local
|
/aosp_15_r20/external/libopus/src/ |
H A D | analysis.c | 166 …downmix_func downmix, const void *_x, opus_val32 *y, opus_val32 S[3], int subframe, int offset, in… in downmix_and_resample()
|
H A D | opus_encoder.c | 657 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()
|