HomeSort by relevance Sort by last modified time
    Searched refs:lg (Results 1 - 25 of 48) sorted by null

1 2

  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
residu.h 76 Word16 lg /* (i) : size of filtering */
syn_filt.h 74 Word16 lg, /* (i) : size of filtering */
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
residu.h 76 Word16 lg /* (i) : size of filtering */
syn_filt.h 74 Word16 lg, /* (i) : size of filtering */
  /external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
preemph_amrwb_dec.cpp 49 int16 lg (i) : lenght of filtering
117 int16 lg /* (i) : lenght of filtering */
123 for (i = lg - 1; i != 0; i--)
scale_signal.cpp 48 int16 lg, (i) : size of x[]
117 int16 lg, /* (i) : size of x[] */
131 for (i = 0; i < lg; i++)
144 for (i = lg >> 1; i != 0; i--)
pvamrwbdecoder_acelp.h 89 int16 lg, /* input: length of input */
166 int16 lg, /* input: length of input */
175 int16 lg, /* lenght of signal */
181 int16 lg, /* lenght of signal */
188 int16 lg, /* input: length of input */
197 int16 lg /* (i) : lenght of filtering */
215 int16 lg, /* (i) : size of filtering */
227 int16 lg /* (i) : size of filtering */
308 int16 lg, /* (i) : size of x[] */
highpass_400hz_at_12k8.cpp 48 int16 lg, lenght of signal
145 int16 lg, /* lenght of signal */
161 for (i = 0; i < lg; i++)
highpass_50hz_at_12k8.cpp 48 int16 lg, lenght of signal
147 int16 lg, /* lenght of signal */
165 for (i = lg; i != 0; i--)
oversamp_12k8_to_16k.cpp 48 int16 lg, lenght of signal
201 int16 lg, /* input: length of input */
215 lg*sizeof(*sig12k8));
217 lg_up = lg + (lg >> 2); /* 5/4 of lg */
222 (void *)(signal + lg),
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
preemph_amrwb_dec.cpp 49 int16 lg (i) : lenght of filtering
117 int16 lg /* (i) : lenght of filtering */
123 for (i = lg - 1; i != 0; i--)
scale_signal.cpp 48 int16 lg, (i) : size of x[]
117 int16 lg, /* (i) : size of x[] */
131 for (i = 0; i < lg; i++)
144 for (i = lg >> 1; i != 0; i--)
pvamrwbdecoder_acelp.h 89 int16 lg, /* input: length of input */
166 int16 lg, /* input: length of input */
175 int16 lg, /* lenght of signal */
181 int16 lg, /* lenght of signal */
188 int16 lg, /* input: length of input */
197 int16 lg /* (i) : lenght of filtering */
215 int16 lg, /* (i) : size of filtering */
227 int16 lg /* (i) : size of filtering */
308 int16 lg, /* (i) : size of x[] */
highpass_400hz_at_12k8.cpp 48 int16 lg, lenght of signal
145 int16 lg, /* lenght of signal */
161 for (i = 0; i < lg; i++)
highpass_50hz_at_12k8.cpp 48 int16 lg, lenght of signal
147 int16 lg, /* lenght of signal */
165 for (i = lg; i != 0; i--)
oversamp_12k8_to_16k.cpp 48 int16 lg, lenght of signal
201 int16 lg, /* input: length of input */
215 lg*sizeof(*sig12k8));
217 lg_up = lg + (lg >> 2); /* 5/4 of lg */
222 (void *)(signal + lg),
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
post_pro.h 127 Word16 lg, /* i : lenght of signal */
post_pro.cpp 242 lg = length of the input signal (Word16)
288 Word16 lg //i : length of signal
294 for (i = 0; i < lg; i++)
347 Word16 lg, /* i : length of signal */
363 for (i = 0; i < lg; i++)
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
pre_proc.h 107 Word16 lg /* Lenght of signal */
pre_proc.cpp 440 lg = length of signal (Word16)
481 Word16 lg) // lenght of signal
486 for (i = 0; i < lg; i++)
542 Word16 lg) /* length of signal */
553 for (i = lg; i != 0; i--)
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
post_pro.h 127 Word16 lg, /* i : lenght of signal */
post_pro.cpp 242 lg = length of the input signal (Word16)
288 Word16 lg //i : length of signal
294 for (i = 0; i < lg; i++)
347 Word16 lg, /* i : length of signal */
363 for (i = 0; i < lg; i++)
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pre_proc.h 107 Word16 lg /* Lenght of signal */
  /cts/tests/tests/graphics/src/android/graphics/cts/
LinearGradientTest.java 52 LinearGradient lg; local
56 lg = new LinearGradient(0, 0, 0, 40, color, position, TileMode.CLAMP);
57 b = drawLinearGradient(lg);
72 lg = new LinearGradient(0, 0, 0, 40, Color.RED, Color.BLUE, TileMode.CLAMP);
73 b= drawLinearGradient(lg);
84 private Bitmap drawLinearGradient(LinearGradient lg) {
86 paint.setShader(lg);
  /bionic/libm/bsdsrc/
b_tgamma.c 280 struct Double lg, lsine; local
299 lg = large_gam(y);
301 lg.a -= lsine.a; /* exact (opposite signs) */
302 lg.b -= lsine.b;
303 y = -(lg.a + lg.b);
304 z = (y + lg.a) + lg.b;

Completed in 203 milliseconds

1 2