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 33 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1))
mcomp.c 66 Len = MAX_FIRST_STEP;
113 Len = MAX_FIRST_STEP;
    [all...]
rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.h 24 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1))
vp9_mcomp.c 109 for (len = MAX_FIRST_STEP; len > 0; len /= 2) {
145 for (len = MAX_FIRST_STEP; len > 0; len /= 2) {
    [all...]

Completed in 259 milliseconds