HomeSort by relevance Sort by last modified time
    Searched defs:start_band (Results 1 - 13 of 13) 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_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_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_sbr_dec.h 30 WORD32 start_band; member in struct:__anon26599
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_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_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...]
  /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...]

Completed in 253 milliseconds