Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dfilters_arm4.h36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) in normalize16() argument
66 while (max_val>max_scale) in normalize16()
Dfilters_bfin.h36 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) in normalize16() argument
57 while (max_val>max_scale) in normalize16()
Dfilters.h47 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len);
Dfilters.c269 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len) in normalize16() argument
285 while (max_val>max_scale) in normalize16()
/external/pdfium/third_party/freetype/src/pshinter/
Dpshglob.c711 FT_Fixed max_scale; in psh_globals_new() local
729 max_scale = FT_DivFix( 1000, max_height ); in psh_globals_new()
730 globals->blues.blue_scale = priv->blue_scale < max_scale in psh_globals_new()
732 : max_scale; in psh_globals_new()
/external/freetype/src/pshinter/
Dpshglob.c711 FT_Fixed max_scale; in psh_globals_new() local
729 max_scale = FT_DivFix( 1000, max_height ); in psh_globals_new()
730 globals->blues.blue_scale = priv->blue_scale < max_scale in psh_globals_new()
732 : max_scale; in psh_globals_new()