Home
last modified time | relevance | path

Searched refs:ww (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Dp_med_ol.c40 Word16 *ww, *we, *hp_wsp; in Pitch_med_ol() local
52 ww = &corrweight[198]; in Pitch_med_ol()
74 R0 = Mpy_32_16(hi, lo, *ww); in Pitch_med_ol()
75 ww--; in Pitch_med_ol()
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
Dp_ol_wgh.cpp595 const Word16 *ww; in Lag_max() local
600 ww = &corrweight[250]; in Lag_max()
612 t0 = Mpy_32_16(t0_h, t0_l, *ww, pOverflow); in Lag_max()
613 ww--; in Lag_max()
/frameworks/av/services/camera/libcameraservice/
DCameraFlashlight.cpp435 int32_t ww = streamConfigs.data.i32[i + 1]; in getSmallestSurfaceSize() local
438 if (w * h > ww * hh) { in getSmallestSurfaceSize()
439 w = ww; in getSmallestSurfaceSize()
450 int32_t ww = availableProcessedSizes.data.i32[i]; in getSmallestSurfaceSize() local
452 if (w * h > ww * hh) { in getSmallestSurfaceSize()
453 w = ww; in getSmallestSurfaceSize()
/frameworks/base/docs/html/distribute/users/
Dbuild-buzz.jd219 "https://apps.admob.com/admob/signup?subid=us-en-et-dac&_adc=ww-ww-et-admob2&hl=en">
/frameworks/base/docs/html/training/custom-views/
Dcustom-drawing.jd156 float ww = (float)w - xpad;
160 float diameter = Math.min(ww, hh);