Searched defs:subframe (Results 1 – 5 of 5) sorted by relevance
/external/flac/libFLAC/ |
D | stream_encoder_framing.c | 362 FLAC__bool FLAC__subframe_add_constant(const FLAC__Subframe_Constant *subframe, unsigned subframe_b… in FLAC__subframe_add_constant() 375 FLAC__bool FLAC__subframe_add_fixed(const FLAC__Subframe_Fixed *subframe, unsigned residual_samples… in FLAC__subframe_add_fixed() 413 FLAC__bool FLAC__subframe_add_lpc(const FLAC__Subframe_LPC *subframe, unsigned residual_samples, un… in FLAC__subframe_add_lpc() 459 FLAC__bool FLAC__subframe_add_verbatim(const FLAC__Subframe_Verbatim *subframe, unsigned samples, u… in FLAC__subframe_add_verbatim()
|
D | stream_decoder.c | 2548 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 2628 FLAC__Subframe_LPC *subframe = &decoder->private_->frame.subframes[channel].data.lpc; in read_subframe_lpc_() local 2716 FLAC__Subframe_Verbatim *subframe = &decoder->private_->frame.subframes[channel].data.verbatim; in read_subframe_verbatim_() local
|
D | stream_encoder.c | 3597 const FLAC__Subframe *subframe, in add_subframe_() 3639 const FLAC__Subframe *subframe, in spotcheck_subframe_estimate_() 3669 FLAC__Subframe *subframe in evaluate_constant_subframe_() 3702 FLAC__Subframe *subframe, in evaluate_fixed_subframe_() 3766 FLAC__Subframe *subframe, in evaluate_lpc_subframe_() 3840 FLAC__Subframe *subframe in evaluate_verbatim_subframe_()
|
/external/speex/libspeex/ |
D | lsp.c | 614 …x_lsp_t *old_lsp, spx_lsp_t *new_lsp, spx_lsp_t *interp_lsp, int len, int subframe, int nb_subfram… in lsp_interpolate() 646 …x_lsp_t *old_lsp, spx_lsp_t *new_lsp, spx_lsp_t *interp_lsp, int len, int subframe, int nb_subfram… in lsp_interpolate()
|
/external/libopus/src/ |
D | opus_encoder.c | 661 int subframe; in optimize_framesize() local 731 void downmix_float(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) in downmix_float() 766 void downmix_int(const void *_x, opus_val32 *sub, int subframe, int offset, int c1, int c2, int C) in downmix_int()
|