Searched refs:MAX_FIRST_STEP (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.h35 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS - 1)) macro
H A Dmcomp.c75 Len = MAX_FIRST_STEP;
119 Len = MAX_FIRST_STEP;
1078 * the number of iterations 0 = initial step (MAX_FIRST_STEP) pel :
1079 * 1 = (MAX_FIRST_STEP/2) pel, 2 = (MAX_FIRST_STEP/4) pel... etc.
1190 * number of iterations 0 = initial step (MAX_FIRST_STEP) pel : 1 =
1191 * (MAX_FIRST_STEP/2) pel, 2 = (MAX_FIRST_STEP/4) pel... etc.
H A Drdopt.c1188 if (sr > MAX_FIRST_STEP) {
1189 sr = MAX_FIRST_STEP;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.h28 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS - 1)) macro
H A Dvp9_mcomp.c124 for (len = MAX_FIRST_STEP; len > 0; len /= 2) {
142 for (len = MAX_FIRST_STEP; len > 0; len /= 2) {
1602 // 0 = initial step (MAX_FIRST_STEP) pel
1603 // 1 = (MAX_FIRST_STEP/2) pel,
1604 // 2 = (MAX_FIRST_STEP/4) pel...

Completed in 353 milliseconds