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

  /external/aac/libSBRenc/src/
sbrenc_freq_sca.h 128 const INT stop_freq, INT *k0, INT *k2);
sbrenc_freq_sca.cpp 117 static INT getStopFreq(INT fsCore, const INT stop_freq);
265 static INT getStopFreq(INT fsCore, const INT stop_freq) {
345 for (i = 0; i < stop_freq; i++) {
  /external/libxaac/decoder/
ixheaacd_env_extr_part.h 64 WORD16 stop_freq; member in struct:__anon26552
ixheaacd_freq_sca.c 212 ixheaacd_calc_stop_band(WORD32 fs, const WORD32 stop_freq, FLOAT32 upsamp_fac) {
255 for (i = 0; i < stop_freq; i++) {
262 const WORD32 stop_freq, FLOAT32 upsamp_fac,
267 /*Update stop_freq struct */
268 if (stop_freq < 14) {
269 *ptr_k2 = ixheaacd_calc_stop_band(samp_freq, stop_freq, upsamp_fac);
270 } else if (stop_freq == 14) {
306 ptr_header_data->stop_freq, upsamp_fac, &k0, &k2);
ixheaacd_env_extr.c 362 pstr_sbr_header->stop_freq =
416 pstr_sbr_header->stop_freq = pstr_sbr_dflt_header->stop_freq;
433 pstr_sbr_header->stop_freq =
482 (prev_header_info.stop_freq != pstr_sbr_header->stop_freq) ||
    [all...]
ixheaacd_create.c 623 usac_def_header.stop_freq = ptr_usac_sbr_config->dflt_stop_freq;
ixheaacd_sbrdec_initfuncs.c 722 ptr_sbr_dflt_header->stop_freq = ptr_usac_dflt_header->stop_freq;
    [all...]
ixheaacd_headerdecode.c 424 sbr_header_data->stop_freq = (tmp & 0x780) >> 7;
    [all...]

Completed in 114 milliseconds