Searched refs:SUB_BLOCKS_22_16 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
H A Dresample.c42 #define SUB_BLOCKS_22_16 5 macro
50 // process two blocks of 10/SUB_BLOCKS_22_16 ms (to reduce temp buffer size)
51 for (k = 0; k < SUB_BLOCKS_22_16; k++)
54 // int16_t in[220/SUB_BLOCKS_22_16]
55 // int32_t out[440/SUB_BLOCKS_22_16]
57 WebRtcSpl_UpBy2ShortToInt(in, 220 / SUB_BLOCKS_22_16, tmpmem + 16, state->S_22_44);
60 // int32_t in[440/SUB_BLOCKS_22_16]
61 // int32_t out[320/SUB_BLOCKS_22_16]
72 state->S_44_32[0] = tmpmem[440 / SUB_BLOCKS_22_16 + 8];
73 state->S_44_32[1] = tmpmem[440 / SUB_BLOCKS_22_16
[all...]

Completed in 130 milliseconds