Searched refs:max_scale (Results 1 – 6 of 6) sorted by relevance
/external/speex/libspeex/ |
D | filters_arm4.h | 36 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()
|
D | filters_bfin.h | 36 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()
|
D | filters.h | 47 int normalize16(const spx_sig_t *x, spx_word16_t *y, spx_sig_t max_scale, int len);
|
D | filters.c | 269 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/freetype/src/pshinter/ |
D | pshglob.c | 711 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/libxaac/decoder/ |
D | ixheaacd_lpfuncs.c | 548 WORD16 q_shift, max_scale; in ixheaacd_imdct_process() local 573 max_scale = 31 + imdct_scale[0]; in ixheaacd_imdct_process() 575 q_shift = max_scale + (-16 - 6 - 1); in ixheaacd_imdct_process()
|