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

/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
H A Dpitch_ol.cpp99 rmax = pointer to max(<s[i]*s[j]>), (Word32)
106 rmax contains the newly calculated max(<s[i]*s[j]>)
183 Word32 *rmax, // o : max(<s[i]*s[j]>)
233 *rmax = max;
301 Word32 *rmax, /* o : max(<s[i]*s[j]>) */
377 *rmax = max;
481 rmax = pointer to max(<s[i]*s[j]>), (Word32)
489 rmax contains the newly calculated max(<s[i]*s[j]>)
560 rmax = rmax
292 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
608 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...]
/external/qemu/
H A Dconsole.h93 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
/external/bison/src/
H A Dvcg.h914 int rmax;
913 int rmax; member in struct:graph
/external/quake/quake/src/WinQuake/
H A Dpr_cmds.cpp135 vec3_t rmin, rmax; local
151 VectorCopy (max, rmax);
169 rmax[0] = rmax[1] = rmax[2] = -9999;
190 if (transformed[l] > rmax[l])
191 rmax[l] = transformed[l];
200 VectorCopy (rmax, e->u.v.maxs);
/external/libxml2/
H A Dxmlschemas.c16676 xmlSchemaCheckParticleRangeOK(int rmin, int rmax, argument
16682 (rmax > bmax))

Completed in 187 milliseconds