Searched refs:ww (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dp_ol_wgh.cpp485 const Word16 *ww, *we;
488 ww = &corrweight[250];
500 t0 = Mpy_32_16 (t0_h, t0_l, *ww);
501 ww--;
595 const Word16 *ww; local
600 ww = &corrweight[250];
612 t0 = Mpy_32_16(t0_h, t0_l, *ww, pOverflow);
613 ww--;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dp_med_ol.c40 Word16 *ww, *we, *hp_wsp; local
52 ww = &corrweight[198];
74 R0 = Mpy_32_16(hi, lo, *ww);
75 ww--;
/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.cpp435 int32_t ww = streamConfigs.data.i32[i + 1]; local
438 if (w * h > ww * hh) {
439 w = ww;
450 int32_t ww = availableProcessedSizes.data.i32[i]; local
452 if (w * h > ww * hh) {
453 w = ww;

Completed in 62 milliseconds