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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 76 #define MV_MAX ((1 << MV_MAX_BITS) - 1)
77 #define MV_VALS ((MV_MAX << 1) + 1)
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 128 if (v + 1 > MV_MAX) break;
134 if (v + 1 > MV_MAX) break;
vp9_encoder.c     [all...]
vp9_mcomp.c 87 assert(mv->row >= -MV_MAX && mv->row < MV_MAX);
88 assert(mv->col >= -MV_MAX && mv->col < MV_MAX);
    [all...]

Completed in 93 milliseconds