Searched defs:rmax (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dpitch_ol.cpp100 rmax = pointer to max(<s[i]*s[j]>), (Word32)
107 rmax contains the newly calculated max(<s[i]*s[j]>)
184 Word32 *rmax, // o : max(<s[i]*s[j]>)
234 *rmax = max;
302 Word32 *rmax, /* o : max(<s[i]*s[j]>) */
378 *rmax = max;
482 rmax = pointer to max(<s[i]*s[j]>), (Word32)
490 rmax contains the newly calculated max(<s[i]*s[j]>)
561 rmax = rmax
293 Lag_max( Word32 corr[], Word16 scal_sig[], Word16 scal_fac, Word16 scal_flag, Word16 L_frame, Word16 lag_max, Word16 lag_min, Word16 *cor_max, Word32 *rmax, Word32 *r0, Flag dtx, Flag *pOverflow ) argument
609 Lag_max_wrapper( Word32 corr[], Word16 scal_sig[], Word16 scal_fac, Word16 scal_flag, Word16 L_frame, Word16 lag_max, Word16 lag_min, Word16 *cor_max, Word32 *rmax, Word32 *r0, Flag dtx, Flag *pOverflow ) argument
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptGL.java88 private void validateRange(int umin, int upref, int rmin, int rmax) { argument
89 if (umin < rmin || umin > rmax) {

Completed in 89 milliseconds