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

  /external/speex/libspeex/
filters_arm4.h 36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len)
66 while (max_val>max_scale)
filters.h 47 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len);
filters_bfin.h 36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len)
57 while (max_val>max_scale)
filters.c 269 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len)
285 while (max_val>max_scale)
  /external/chromium_org/third_party/freetype/src/pshinter/
pshglob.c 711 FT_Fixed max_scale; local
729 max_scale = FT_DivFix( 1000, max_height );
730 globals->blues.blue_scale = priv->blue_scale < max_scale
732 : max_scale;
  /external/freetype/src/pshinter/
pshglob.c 711 FT_Fixed max_scale; local
729 max_scale = FT_DivFix( 1000, max_height );
730 globals->blues.blue_scale = priv->blue_scale < max_scale
732 : max_scale;

Completed in 50 milliseconds