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

  /external/speex/libspeex/
preprocess.c 184 int ps_size; /**< Number of points in the power spectrum */ member in struct:SpeexPreprocessState_
205 spx_word16_t *frame; /**< Processing frame (2*ps_size) */
206 spx_word16_t *ft; /**< Processing frame in freq domain (2*ps_size) */
403 /* Round ps_size down to the nearest power of two */
406 st->ps_size = st->frame_size;
409 if (st->ps_size & ~i)
411 st->ps_size &= ~i;
419 if (st->ps_size < 3*st->frame_size/4)
420 st->ps_size = st->ps_size * 3 / 2
    [all...]
  /external/chromium_org/media/tools/player_x11/
gl_video_renderer.cc 202 int ps_size = sizeof(kFragmentShader); local
203 glShaderSource(fragment_shader, 1, &ps_source, &ps_size);

Completed in 858 milliseconds