Home
last modified time | relevance | path

Searched refs:SUB_BLOCKS_16_22 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Dresample.c112 #define SUB_BLOCKS_16_22 4 macro
121 for (k = 0; k < SUB_BLOCKS_16_22; k++) in WebRtcSpl_Resample16khzTo22khz()
127 WebRtcSpl_UpBy2ShortToInt(in, 160 / SUB_BLOCKS_16_22, tmpmem + 8, state->S_16_32); in WebRtcSpl_Resample16khzTo22khz()
142 state->S_32_22[0] = tmpmem[320 / SUB_BLOCKS_16_22]; in WebRtcSpl_Resample16khzTo22khz()
143 state->S_32_22[1] = tmpmem[320 / SUB_BLOCKS_16_22 + 1]; in WebRtcSpl_Resample16khzTo22khz()
144 state->S_32_22[2] = tmpmem[320 / SUB_BLOCKS_16_22 + 2]; in WebRtcSpl_Resample16khzTo22khz()
145 state->S_32_22[3] = tmpmem[320 / SUB_BLOCKS_16_22 + 3]; in WebRtcSpl_Resample16khzTo22khz()
146 state->S_32_22[4] = tmpmem[320 / SUB_BLOCKS_16_22 + 4]; in WebRtcSpl_Resample16khzTo22khz()
147 state->S_32_22[5] = tmpmem[320 / SUB_BLOCKS_16_22 + 5]; in WebRtcSpl_Resample16khzTo22khz()
148 state->S_32_22[6] = tmpmem[320 / SUB_BLOCKS_16_22 + 6]; in WebRtcSpl_Resample16khzTo22khz()
[all …]