HomeSort by relevance Sort by last modified time
    Searched refs:start_band (Results 1 - 20 of 20) sorted by null

  /external/libxaac/decoder/
ixheaacd_common_rom.h 39 WORD32 start_band[10][16]; member in struct:__anon26505
ixheaacd_tns_usac.h 29 WORD32 start_band; member in struct:__anon26619
ixheaacd_pred_vec_block.c 33 WORD32 start_band, end_band; local
39 start_band = first_bnd_idx;
40 end_band = start_band + ptr_pvc_data->nb_high_per_grp - 1;
43 for (k = start_band; k <= end_band; k++) {
46 start_band += ptr_pvc_data->nb_high_per_grp;
50 end_band = start_band + ptr_pvc_data->nb_high_per_grp - 1;
66 WORD32 lbw, start_band, end_band; local
74 start_band = first_bnd_idx - lbw * PVC_NB_LOW + lbw * ksg;
75 end_band = start_band + lbw - 1;
76 if (start_band >= 0)
    [all...]
ixheaacd_rev_vlc.c 1010 WORD32 band, bnds, start_band, end_band, group; local
1039 start_band = conceal_min;
1046 for (band = start_band; band <= end_band; band++) {
1111 start_band = 0;
1128 start_band = conceal_max + 1;
1130 for (band = start_band; band < ptr_rvlc->max_sfb_transmitted; band++) {
1135 start_band = 0;
1143 WORD32 band, bnds, group, start_band; local
1198 WORD32 band, bnds, group, start_band; local
1255 WORD32 band, bnds, start_band, end_band, group; local
    [all...]
ixheaacd_env_calc.c 241 WORD32 start_band = 0; local
245 start_band = (pstr_freq_band_data->freq_band_tbl_lim[c] - skip_bands);
252 if ((start_band < stop_band)) {
253 ixheaacd_avggain_calc(ptr_enrg_orig, nrg_est, start_band, stop_band,
271 WORD16 *ptr_nrg_gain = &nrg_gain[2 * start_band];
272 WORD16 *p_noise_level = &noise_level_mant[2 * start_band];
274 for (k = stop_band - start_band; k != 0; k--) {
307 WORD16 *ptr_nrg_gain = &nrg_gain[2 * start_band];
308 WORD16 *ptr_enrg_est_buf = &nrg_est[2 * start_band];
309 WORD16 *p_noise_level = &noise_level_mant[2 * start_band];
    [all...]
ixheaacd_channel.c 926 WORD start_band, coef_res; local
    [all...]
ixheaacd_sbr_dec.c 148 WORD32 start_band = x_over_qmf[max_stretch - 1] - 1; local
158 start_band--;
171 qmf_buf_real[col][band] = qmf_buf_real[col][start_band - i];
172 qmf_buf_imag[col][band] = qmf_buf_imag[col][start_band - i];
1183 WORD32 start_band = ptr_header_data->pstr_freq_band_data->qmf_sb_prev; local
    [all...]
ixheaacd_sbrdec_lpfuncs.c 432 WORD32 start_band, end_band; local
446 start_band = ixheaacd_min32(old_lsb, new_lsb);
473 pp_overlap_buffer_real, pp_overlap_buffer_imag, start_band, end_band, 0,
477 start_band, end_band, 0, start_slot, reserve,
486 start_band = target_lsb;
497 start_band, end_band, 0, start_slot, delta_scale,
    [all...]
ixheaacd_channelinfo.h 73 WORD16 start_band; member in struct:__anon26488
ixheaacd_sbr_dec.h 30 WORD32 start_band; member in struct:__anon26599
ixheaacd_sbrdecoder.c 136 WORD32 start_band; local
141 start_band = ptr_header_data->pstr_freq_band_data->qmf_sb_prev;
145 for (k = start_band; k < stop_band; k++) {
151 for (k = start_band; k < stop_band; k++) {
ixheaacd_hbe_trans.c 108 ptr_hbe_txposer->start_band = p_freq_band_tab[LOW][0];
112 4 * ((ptr_hbe_txposer->start_band + 4) / 8 + 1);
114 ixheaacd_start_subband2kL_tbl[ptr_hbe_txposer->start_band];
194 p_freq_band_tab[LOW][sfb] <= patch * ptr_hbe_txposer->start_band)
197 if ((patch * ptr_hbe_txposer->start_band -
205 patch * ptr_hbe_txposer->start_band)
266 for (qmf_band_idx = ptr_hbe_txposer->start_band;
    [all...]
ixheaacd_tns.c 222 start = filt->start_band;
ixheaacd_pns_js_thumb.c 327 start = ixheaacd_min32(ixheaacd_min32(filter->start_band, tns_max_bands),
ixheaacd_spectrum_dec.c 127 top = tns_filt->start_band =
  /external/aac/libFDK/include/
FDK_qmf_domain.h 320 * \param start_band Start index of QMF bands to be obtained.
329 const int start_band, const int stop_band,
  /external/libopus/src/
opus_decoder.c 221 int start_band; local
397 start_band = 0;
428 start_band = 17;
481 celt_decoder_ctl(celt_dec, CELT_SET_START_BAND(start_band));
opus_encoder.c 1087 int start_band = 0; local
    [all...]
  /external/aac/libFDK/src/
FDK_qmf_domain.cpp 606 const int start_band, const int stop_band,
620 int b = start_band;
627 FDK_ASSERT(start_band >= 0);
    [all...]
  /external/aac/libSBRenc/src/
tran_det.cpp 554 int YBufferWriteOffset, int YBufferSzShift, int noCols, int start_band,
590 for (i = start_band; i < stop_band; i++) {
    [all...]

Completed in 256 milliseconds