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

  /external/libxaac/decoder/
ixheaacd_pns_js_thumb.c 122 const WORD16 *swb_offset = local
143 WORD32 sfb_width = swb_offset[sfb + 1] - swb_offset[sfb] - 1;
144 WORD32 *ptr_spec = &spec[swb_offset[sfb]];
ixheaacd_channel.c 739 WORD16 *swb_offset; local
748 swb_offset =
764 ptr_scratch, swb_offset, object_type);
780 sfb_width = swb_offset[sfb] - swb_offset[start];
807 index = 1024 - swb_offset[max_sfb];
809 index = frame_size - swb_offset[max_sfb];
836 it_bit_buff, sect_cb, ptr_spec_coef_out, (WORD16 *)swb_offset,
    [all...]
ixheaacd_lt_predict.c 61 const WORD8 *swb_offset = aac_tables_ptr->scale_factor_bands_long[sr_index]; local
66 swb_offset = aac_tables_ptr->scale_fac_bands_512[sr_index];
68 swb_offset = aac_tables_ptr->scale_fac_bands_480[sr_index];
92 WORD8 sfb_width = swb_offset[sfb];
  /external/aac/libAACdec/src/
block.cpp 786 const SHORT *swb_offset = GetScaleFactorBandOffsets( local
817 for (sfb = 0; swb_offset[sfb] < noiseFillingStartOffset; sfb++)
828 int bin_start = swb_offset[sfb];
829 int bin_stop = swb_offset[sfb + 1];
    [all...]

Completed in 176 milliseconds