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/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp 133 float max_scale; member in struct:_Ewk_View_Private_Data::__anon18006::__anon18007
629 priv->settings.zoom_range.max_scale = ZOOM_MAX;
    [all...]
ewk_view.h 529 EAPI void ewk_view_viewport_attributes_get(Evas_Object *o, float* w, float* h, float* init_scale, float* max_scale, float* min_scale, float* device_pixel_ratio , Eina_Bool* user_scalable);
530 EAPI Eina_Bool ewk_view_zoom_range_set(Evas_Object* o, float min_scale, float max_scale);

Completed in 372 milliseconds