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:__anon30276
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++) {
243 for (idx = 0; idx < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; idx++) {
343 for (; i < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; i++) {
383 for (; i < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; i++) {
409 for (i = 0; i < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; i++) {
431 for (i = 0; i < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; i++) {
507 for (i = 0; i < ptr_sbr_dec->str_codec_qmf_bank.num_time_slots; i++) {
610 no_bins = (ptr_header_data->num_time_slots * ptr_header_data->time_step);
679 ->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:__anon30231
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,
282 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:__anon30229
ixheaacd_qmf_dec.c 707 WORD32 num_time_slots = qmf_bank->num_time_slots; local
807 num_time_slots, ov_lb_shift, low_pow_flag);
814 split, num_time_slots, lb_shift, low_pow_flag);
818 qmf_bank->usb, 0, num_time_slots, hb_shift,
825 for (i = 0; i < num_time_slots; i++) {
848 for (i = 0; i < num_time_slots; i++) {
874 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:__anon30277
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;
444 (ptr_frame_data_prev->end_position - ptr_header_data->num_time_slots));
    [all...]
ixheaacd_env_dec.c 255 (ptr_prev_data->end_position - ptr_header_data->num_time_slots);
670 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 350 WORD32 num_time_slots = qmf_bank->num_time_slots; local
412 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 1241 milliseconds