Searched refs:MAX_FIRST_STEP (Results 1 – 7 of 7) sorted by relevance
30 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS - 1)) macro
73 Len = MAX_FIRST_STEP; in vp8_init_dsmotion_compensation()117 Len = MAX_FIRST_STEP; in vp8_init3smotion_compensation()
1188 if (sr > MAX_FIRST_STEP) { in vp8_cal_step_param()1189 sr = MAX_FIRST_STEP; in vp8_cal_step_param()
28 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS - 1)) macro
124 for (len = MAX_FIRST_STEP; len > 0; len /= 2) { in vp9_init_dsmotion_compensation()142 for (len = MAX_FIRST_STEP; len > 0; len /= 2) { in vp9_init3smotion_compensation()
127 for (len = MAX_FIRST_STEP; len > 0; len /= 2) { in av1_init_dsmotion_compensation()148 for (len = MAX_FIRST_STEP; len > 0; len /= 2) { in av1_init3smotion_compensation()