Searched refs:subframe_size (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg729postfilter.c81 * \param subframe_size size of one subframe
87 int subframe_size)
91 for (n = subframe_size - 1; n >= 0; n--) {
106 * \param subframe_size size of subframe
112 int subframe_size)
146 for(i=0; i<subframe_size + RES_PREV_DATA_SIZE; i++)
155 for (i = 0; i < subframe_size + RES_PREV_DATA_SIZE; i++)
158 for (i = 0; i < subframe_size + RES_PREV_DATA_SIZE; i++)
166 subframe_size);
195 subframe_size);
86 residual_filter(int16_t* out, const int16_t* filter_coeffs, const int16_t* in, int subframe_size) argument
110 long_term_filter(AudioDSPContext *adsp, int pitch_delay_int, const int16_t* residual, int16_t *residual_filt, int subframe_size) argument
424 get_tilt_comp(AudioDSPContext *adsp, int16_t *lp_gn, const int16_t *lp_gd, int16_t* speech, int subframe_size) argument
476 apply_tilt_comp(int16_t* out, int16_t* res_pst, int refl_coeff, int subframe_size, int16_t ht_prev_data) argument
514 ff_g729_postfilter(AudioDSPContext *adsp, int16_t* ht_prev_data, int* voicing, const int16_t *lp_filter_coeffs, int pitch_delay_int, int16_t* residual, int16_t* res_filter_data, int16_t* pos_filter_data, int16_t *speech, int subframe_size) argument
574 ff_g729_adaptive_gain_control(int gain_before, int gain_after, int16_t *speech, int subframe_size, int16_t gain_prev) argument
[all...]
H A Dg729postfilter.h90 * \param subframe_size size of subframe
101 int subframe_size);
108 * \param subframe_size length of subframe
114 int subframe_size, int16_t gain_prev);
H A Dacelp_pitch_delay.h148 * @param subframe_size length of subframe
158 * N - subframe_size
218 int subframe_size,
H A Dacelp_pitch_delay.c101 int subframe_size,
112 mr_energy += (((-6165LL * ff_log2(dsp->scalarproduct_int16(fc_v, fc_v, subframe_size, 0))) >> 3) & ~0x3ff);
122 sqrt(adsp->scalarproduct_int16(fc_v, fc_v, subframe_size));
94 ff_acelp_decode_gain_code( AudioDSPContext *adsp, int gain_corr_factor, const int16_t* fc_v, int mr_energy, const int16_t* quant_energy, const int16_t* ma_prediction_coeff, int subframe_size, int ma_pred_order) argument
H A Devrcdec.c473 int pitch_lag, int subframe_size)
484 for (i = pitch_lag; i < subframe_size; i++)
688 int subframe_size = subframe_sizes[i]; local
708 e->avg_acb_gain, idelay, subframe_size);
709 for (j = 0; j < subframe_size; j++)
713 for (j = 0; j < subframe_size; j++)
717 memmove(e->pitch, e->pitch + subframe_size, ACB_SIZE * sizeof(float));
721 for (j = 0; j < subframe_size; j++)
724 for (j = 0; j < subframe_size; j++)
729 e->synthesis, subframe_size, tm
471 fcb_excitation(EVRCContext *e, const uint16_t *codebook, float *excitation, float pitch_gain, int pitch_lag, int subframe_size) argument
813 int subframe_size = subframe_sizes[i]; local
837 int subframe_size = subframe_sizes[i]; local
[all...]
H A Dsipr16k.c164 int subframe_size, int ma_pred_order)
170 sqrt((0.01 + avpriv_scalarproduct_float_c(fc_v, fc_v, subframe_size)));
161 acelp_decode_gain_codef(float gain_corr_factor, const float *fc_v, float mr_energy, const float *quant_energy, const float *ma_prediction_coeff, int subframe_size, int ma_pred_order) argument
H A Dtakdec.c371 int subframe_size, int prev_subframe_size)
379 return decode_residues(s, decoded, subframe_size);
388 subframe_size += filter_order;
390 if (filter_order > subframe_size)
395 if (filter_order > subframe_size)
457 subframe_size - filter_order)) < 0)
464 x = subframe_size - filter_order;
370 decode_subframe(TAKDecContext *s, int32_t *decoded, int subframe_size, int prev_subframe_size) argument
H A Dg729dec.c79 * MR_ENERGY (mean removed energy) = mean_energy + 10 * log10(2^26 * subframe_size) in (7.13)
264 * @param subframe_size length of the subframe
272 int subframe_size)
277 ff_celp_convolve_circ(fc_new, fc_cur, phase_filter[dstate], subframe_size);
279 for(i=0; i<subframe_size; i++)
266 g729d_get_new_exc( int16_t* out, const int16_t* in, const int16_t* fc_cur, int dstate, int gain_code, int subframe_size) argument
H A Dsipr.c532 int subframe_size = ctx->mode == MODE_16k ? L_SUBFR_16k : SUBFR_SIZE; local
544 frame->nb_samples = mode_par->frames_per_packet * subframe_size *
557 samples += subframe_size * mode_par->subframe_count;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dacelp_pitch_delay.h147 * @param subframe_size length of subframe
157 * N - subframe_size
217 int subframe_size,
H A Dacelp_pitch_delay.c98 int subframe_size,
109 sqrt(dsp->scalarproduct_int16(fc_v, fc_v, subframe_size, 0));
91 ff_acelp_decode_gain_code( DSPContext *dsp, int gain_corr_factor, const int16_t* fc_v, int mr_energy, const int16_t* quant_energy, const int16_t* ma_prediction_coeff, int subframe_size, int ma_pred_order) argument
H A Dsipr16k.c162 int subframe_size, int ma_pred_order)
168 sqrt((0.01 + ff_dot_productf(fc_v, fc_v, subframe_size)));
159 acelp_decode_gain_codef(float gain_corr_factor, const float *fc_v, float mr_energy, const float *quant_energy, const float *ma_prediction_coeff, int subframe_size, int ma_pred_order) argument
H A Dsipr.c530 int subframe_size = ctx->mode == MODE_16k ? L_SUBFR_16k : SUBFR_SIZE; local
542 ctx->frame.nb_samples = mode_par->frames_per_packet * subframe_size *
557 samples += subframe_size * mode_par->subframe_count;

Completed in 81 milliseconds