HomeSort by relevance Sort by last modified time
    Searched refs:maxr (Results 1 - 7 of 7) sorted by null

  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 409 int maxr = mRadius + mLevels * mRadiusInc + 50; local
426 if (polar.y > maxr) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 185 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \
296 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); local
395 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 185 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \
296 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); local
395 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.c 198 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e;
230 int maxr = MIN(x->mv_row_max * 4, local
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 176 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \
282 const int maxr = MIN(x->mv_row_max * 8, ref_mv->row + MV_MAX); \
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 197 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e;
229 int maxr = MIN(x->mv_row_max * 4, local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 197 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e;
229 int maxr = MIN(x->mv_row_max * 4, local
    [all...]

Completed in 274 milliseconds