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

  /external/webrtc/src/common_audio/signal_processing_library/main/source/
sin_table_1024.c 19 WebRtc_Word16 WebRtcSpl_kSinTable1024[] =
complex_fft.c 40 /* The 1024-value is a constant given from the size of WebRtcSpl_kSinTable1024[],
48 k = 10 - 1; /* Constant for given WebRtcSpl_kSinTable1024[]. Do not change
63 * WebRtcSpl_kSinTable1024[], and should not be changed depending on the input
66 wr = WebRtcSpl_kSinTable1024[j + 256];
67 wi = -WebRtcSpl_kSinTable1024[j];
105 * WebRtcSpl_kSinTable1024[], and should not be changed depending on the input
108 wr = WebRtcSpl_kSinTable1024[j + 256];
109 wi = -WebRtcSpl_kSinTable1024[j];
complex_ifft.c 41 /* The 1024-value is a constant given from the size of WebRtcSpl_kSinTable1024[],
51 k = 10 - 1; /* Constant for given WebRtcSpl_kSinTable1024[]. Do not change
84 * WebRtcSpl_kSinTable1024[], and should not be changed depending on the input
87 wr = WebRtcSpl_kSinTable1024[j + 256];
88 wi = WebRtcSpl_kSinTable1024[j];
118 * WebRtcSpl_kSinTable1024[], and should not be changed depending on the input
121 wr = WebRtcSpl_kSinTable1024[j + 256];
122 wi = WebRtcSpl_kSinTable1024[j];
  /external/webrtc/src/common_audio/signal_processing_library/main/interface/
signal_processing_library.h 189 extern WebRtc_Word16 WebRtcSpl_kSinTable1024[];
    [all...]

Completed in 313 milliseconds