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

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
resample.c 175 #define SUB_BLOCKS_22_8 2
183 // process two blocks of 10/SUB_BLOCKS_22_8 ms (to reduce temp buffer size)
184 for (k = 0; k < SUB_BLOCKS_22_8; k++)
187 // int16_t in[220/SUB_BLOCKS_22_8]
188 // int32_t out[220/SUB_BLOCKS_22_8]
190 WebRtcSpl_LPBy2ShortToInt(in, 220 / SUB_BLOCKS_22_8, tmpmem + 16, state->S_22_22);
193 // int32_t in[220/SUB_BLOCKS_22_8]
194 // int32_t out[160/SUB_BLOCKS_22_8]
205 state->S_22_16[0] = tmpmem[220 / SUB_BLOCKS_22_8 + 8];
206 state->S_22_16[1] = tmpmem[220 / SUB_BLOCKS_22_8 + 9]
    [all...]
  /external/webrtc/src/common_audio/signal_processing/
resample.c 175 #define SUB_BLOCKS_22_8 2
183 // process two blocks of 10/SUB_BLOCKS_22_8 ms (to reduce temp buffer size)
184 for (k = 0; k < SUB_BLOCKS_22_8; k++)
187 // WebRtc_Word16 in[220/SUB_BLOCKS_22_8]
188 // WebRtc_Word32 out[220/SUB_BLOCKS_22_8]
190 WebRtcSpl_LPBy2ShortToInt(in, 220 / SUB_BLOCKS_22_8, tmpmem + 16, state->S_22_22);
193 // WebRtc_Word32 in[220/SUB_BLOCKS_22_8]
194 // WebRtc_Word32 out[160/SUB_BLOCKS_22_8]
205 state->S_22_16[0] = tmpmem[220 / SUB_BLOCKS_22_8 + 8];
206 state->S_22_16[1] = tmpmem[220 / SUB_BLOCKS_22_8 + 9]
    [all...]

Completed in 453 milliseconds