Searched refs:S_24_48 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/common_audio/signal_processing/ |
D | resample_48khz.c | 87 WebRtcSpl_UpBy2IntToShort(tmpmem, 240, out, state->S_24_48); in WebRtcSpl_Resample16khzTo48khz() 95 memset(state->S_24_48, 0, 8 * sizeof(WebRtc_Word32)); in WebRtcSpl_ResetResample16khzTo48khz() 176 WebRtcSpl_UpBy2IntToShort(tmpmem, 240, out, state->S_24_48); in WebRtcSpl_Resample8khzTo48khz() 185 memset(state->S_24_48, 0, 8 * sizeof(WebRtc_Word32)); in WebRtcSpl_ResetResample8khzTo48khz()
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
D | resample_48khz.c | 87 WebRtcSpl_UpBy2IntToShort(tmpmem, 240, out, state->S_24_48); in WebRtcSpl_Resample16khzTo48khz() 95 memset(state->S_24_48, 0, 8 * sizeof(int32_t)); in WebRtcSpl_ResetResample16khzTo48khz() 176 WebRtcSpl_UpBy2IntToShort(tmpmem, 240, out, state->S_24_48); in WebRtcSpl_Resample8khzTo48khz() 185 memset(state->S_24_48, 0, 8 * sizeof(int32_t)); in WebRtcSpl_ResetResample8khzTo48khz()
|
/external/webrtc/src/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 531 WebRtc_Word32 S_24_48[8]; member 559 WebRtc_Word32 S_24_48[8]; member
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 888 int32_t S_24_48[8]; member 914 int32_t S_24_48[8]; member
|