OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxr
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Browser/src/com/android/browser/view/
PieMenu.java
350
int
maxr
= mRadius + mLevels * mRadiusInc + 50;
local
358
if (polar.y >
maxr
) {
/external/libvpx/vp8/encoder/
mcomp.c
190
#define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <=
maxr
) s else e;
216
int
maxr
= MIN(x->mv_row_max << 2, (ref_mv->row >> 1) + ((1 << mvlong_width) - 1));
local
[
all
...]
Completed in 51 milliseconds