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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.h 35 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS - 1))
mcomp.c 75 Len = MAX_FIRST_STEP;
119 Len = MAX_FIRST_STEP;
    [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 28 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS - 1))
vp9_mcomp.c 124 for (len = MAX_FIRST_STEP; len > 0; len /= 2) {
142 for (len = MAX_FIRST_STEP; len > 0; len /= 2) {
    [all...]

Completed in 405 milliseconds