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

  /external/libxaac/decoder/
ixheaacd_lpp_tran.c 108 WORD32 start_indx, WORD32 stop_idx, WORD32 low_band,
121 p_src = qmf_buffer + low_band + ((start_indx) << 7);
572 WORD32 low_band, high_band; local
584 for (low_band = start_patch; low_band < stop_patch; low_band++) {
585 ixheaacd_lpp_trans_cov_matrix *p_cov_matrix = &cov_matrix_seq[low_band];
641 if (low_band > 1) {
644 degree_alias[low_band] = 0;
646 if (((low_band & 1) == 0) && (k1 < 0))
750 WORD32 start_patch, stop_patch, low_band, high_band; local
859 WORD32 start_patch, stop_patch, low_band, high_band; local
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
splitting_filter.c 128 int16_t* low_band, int16_t* high_band,
160 low_band[i] = WebRtcSpl_SatW32ToW16(tmp);
167 void WebRtcSpl_SynthesisQMF(const int16_t* low_band, const int16_t* high_band,
184 tmp = (int32_t)low_band[i] + (int32_t)high_band[i];
186 tmp = (int32_t)low_band[i] - (int32_t)high_band[i];
  /external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h     [all...]

Completed in 86 milliseconds