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

  /external/libxaac/decoder/
ixheaacd_arith_dec.h 27 ia_bit_buf_struct *it_bit_buff, UWORD8 max_sfb,
ixheaacd_bit_extract.h 33 UWORD8 max_sfb[2]; member in struct:__anon30159
43 UWORD8 *max_sfb, ia_bit_buf_struct *it_bit_buff,
82 ia_usac_tmp_core_coder_struct *pstr_core_coder, UWORD8 *max_sfb,
ixheaacd_longblock.c 72 WORD max_sfb = ptr_ics_info->max_sfb; local
97 while (sfb < max_sfb) {
135 if (sfb > max_sfb) {
193 for (sfb = ptr_aac_dec_channel_info->str_ics_info.max_sfb - 1; sfb >= 0;
260 ptr_aac_dec_channel_info->str_ics_info.max_sfb - sfb -
277 ptr_aac_dec_channel_info->str_ics_info.max_sfb - sfb -
ixheaacd_channel.c 147 WORD tot_bands = ptr_aac_dec_channel_info->str_ics_info.max_sfb;
151 max_band = ptr_aac_dec_channel_info->str_ics_info.max_sfb;
368 ptr_ics_info->max_sfb = ixheaacd_read_bits_buf(it_bit_buff, 6);
369 if (ptr_ics_info->max_sfb == 0) ptr_ics_info->num_swb_window = 0;
372 ptr_ics_info->max_sfb = (value & 0x7E) >> 1;
432 ptr_ics_info->max_sfb = (value & 0x780) >> 7;
455 if (ptr_ics_info->max_sfb > ptr_ics_info->num_swb_window) {
555 WORD16 max_sfb = ptr_aac_dec_ch_info->str_ics_info.max_sfb; local
567 for (sfb = 0; sfb < max_sfb; sfb++)
731 WORD sfb, max_sfb; local
    [all...]
ixheaacd_ext_ch_ele.c 266 UWORD8 max_sfb = pstr_core_coder->max_sfb_ste; local
279 for (sfb = 0; sfb < max_sfb; sfb++) {
592 UWORD8 *max_sfb, ia_bit_buf_struct *it_bit_buff,
615 *max_sfb = ixheaacd_read_bits_buf(it_bit_buff, 6);
621 *max_sfb = ixheaacd_read_bits_buf(it_bit_buff, 4);
636 if (*max_sfb > usac_data->pstr_sfb_info[chn]->sfb_per_sbk) {
637 *max_sfb = usac_data->pstr_sfb_info[chn]->sfb_per_sbk;
676 ixheaacd_ics_info(usac_data, left, &pstr_core_coder->max_sfb[left],
685 pstr_core_coder->max_sfb[right] =
688 pstr_core_coder->max_sfb[right]
    [all...]
ixheaacd_spectrum_dec.c 150 WORD32 max_sfb, WORD32 sfb_per_sbk,
164 sect_len = max_sfb;
335 ia_usac_tmp_core_coder_struct *pstr_core_coder, UWORD8 *max_sfb,
371 err_code = ixheaacd_ics_info(usac_data, chn, max_sfb, it_bit_buff,
388 if (*max_sfb == 0) {
399 ixheaacd_scale_factor_data(info, tot_sfb, *max_sfb, info->sfb_per_sbk,
417 if (*max_sfb > 0) {
419 info->sfb_idx_tbl[*max_sfb - 1] / info->group_len[0];
440 it_bit_buff, *max_sfb, arith_reset_flag, noise_filling, chn);
ixheaacd_stereo.c 77 for (sfb = 0; sfb < ptr_aac_dec_channel_info[LEFT]->str_ics_info.max_sfb;
98 ptr_ms_used -= ptr_aac_dec_channel_info[LEFT]->str_ics_info.max_sfb;
147 for (sfb = 0; sfb < ptr_aac_dec_channel_info[RIGHT]->str_ics_info.max_sfb;
ixheaacd_pns_js_thumb.c 136 for (sfb = 0; sfb < ptr_ics_info->max_sfb; sfb++) {
328 ptr_ics_info->max_sfb);
333 ptr_ics_info->max_sfb);
ixheaacd_channelinfo.h 36 WORD16 max_sfb; member in struct:__anon30163
ixheaacd_arith_dec.c     [all...]
ixheaacd_rev_vlc.c 873 ptr_aac_dec_channel_info->str_ics_info.max_sfb;
    [all...]
ixheaacd_huff_code_reorder.c 318 max_band = ptr_ics_info->max_sfb;
    [all...]
  /external/aac/libFDK/include/
FDK_tools_rom.h 301 ics_info, /* ics_reserved_bit, window_sequence, window_shape, max_sfb,
304 max_sfb, enumerator in enum:__anon14839
  /external/aac/libAACdec/src/
block.cpp 803 int max_sfb = local
827 for (sfb = nfStartOffset_sfb; sfb < max_sfb; sfb++) {
    [all...]

Completed in 295 milliseconds