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

  /external/libxaac/decoder/
ixheaacd_pvc_dec.h 27 UWORD8 num_time_slots; member in struct:__anon26597
ixheaacd_sbr_dec.c 82 for (i = 0; i < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; i++) {
105 for (i = 0; i < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; i++) {
242 for (idx = 0; idx < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; idx++) {
342 for (; i < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; i++) {
382 for (; i < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; i++) {
408 for (i = 0; i < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; i++) {
430 for (i = 0; i < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; i++) {
506 for (i = 0; i < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; i++) {
609 no_bins = (ptr_header_data->num_time_slots * ptr_header_data->time_step);
674 ->qmf_buf_real[ptr_sbr_dec->str_codec_qmf_bank.num_time_slots][0]
    [all...]
ixheaacd_pred_vec_block.c 117 for (time_slot_idx = 0; time_slot_idx < ptr_pvc_data->num_time_slots;
191 ptr_pvc_data->num_time_slots = 4;
195 ptr_pvc_data->num_time_slots = 16;
211 ptr_pvc_data->num_time_slots = 3;
215 ptr_pvc_data->num_time_slots = 12;
ixheaacd_env_extr_part.h 55 WORD16 num_time_slots; member in struct:__anon26552
ixheaacd_sbrdecoder.c 94 WORD32 num_time_slots = ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; local
168 WORD32 xpos_delay = num_time_slots * k;
170 xpos_delay = num_time_slots * k - 32;
175 ptr_sbr_dec->ph_vocod_qmf_real[num_time_slots + i],
178 ptr_sbr_dec->ph_vocod_qmf_imag[num_time_slots + i],
185 ptr_sbr_dec->qmf_buf_imag + op_delay + xpos_delay, num_time_slots,
194 num_time_slots,
284 ptr_frame_data[k]->num_time_slots = ptr_header_data[0]->num_time_slots;
    [all...]
ixheaacd_sbrdec_initfuncs.c 475 ptr_header_data->num_time_slots =
478 ptr_header_data->num_time_slots =
483 ptr_header_data->num_time_slots =
611 ->str_sbr_dec.str_codec_qmf_bank.num_time_slots =
614 ->str_sbr_dec.str_codec_qmf_bank.num_time_slots =
    [all...]
ixheaacd_env_extr.h 69 WORD32 num_time_slots; member in struct:__anon26550
ixheaacd_qmf_dec.c 705 WORD32 num_time_slots = qmf_bank->num_time_slots; local
805 num_time_slots, ov_lb_shift, low_pow_flag);
812 split, num_time_slots, lb_shift, low_pow_flag);
816 qmf_bank->usb, 0, num_time_slots, hb_shift,
823 for (i = 0; i < num_time_slots; i++) {
846 for (i = 0; i < num_time_slots; i++) {
872 for (i = 0; i < num_time_slots; i++) {
    [all...]
ixheaacd_env_extr.c 511 ia_frame_info_struct *pstr_frame_info, WORD16 num_time_slots,
541 if (end_pos < num_time_slots) return 0;
725 ptr_header_data->num_time_slots,
745 ptr_frame_data->num_time_slots = ptr_header_data->num_time_slots;
751 ptr_header_data->num_time_slots,
898 ptr_frame_data[i]->num_time_slots = ptr_header_data->num_time_slots;
913 ptr_header_data->num_time_slots, audio_object_type))
    [all...]
ixheaacd_qmf_dec.h 35 WORD16 num_time_slots; member in struct:__anon26598
ixheaacd_sbrdec_lpfuncs.c 211 cur_start_pos = ptr_prev_data->end_position - ptr_header_data->num_time_slots;
212 cur_stop_pos = ptr_header_data->num_time_slots;
440 (ptr_frame_data_prev->end_position - ptr_header_data->num_time_slots));
    [all...]
ixheaacd_env_dec.c 254 (ptr_prev_data->end_position - ptr_header_data->num_time_slots);
644 ptr_prev_data_ch_0->end_position - ptr_header_data->num_time_slots;
ixheaacd_env_calc.c 930 num_cols = (ptr_header_data->num_time_slots * ptr_header_data->time_step);
    [all...]
  /external/libxaac/decoder/armv7/
ixheaacd_qmf_dec_armv7.c 95 WORD32 num_time_slots = qmf_bank->num_time_slots; local
157 for (i = 0; i < num_time_slots; i++) {
  /external/libxaac/decoder/armv8/
ixheaacd_qmf_dec_armv8.c 338 WORD32 num_time_slots = qmf_bank->num_time_slots; local
400 for (i = 0; i < num_time_slots; i++) {
    [all...]
  /external/libxaac/decoder/generic/
ixheaacd_qmf_dec_generic.c 575 WORD32 num_time_slots = qmf_bank->num_time_slots; local
637 for (i = 0; i < num_time_slots; i++) {
    [all...]

Completed in 248 milliseconds