Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dmcomp.h37 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1)) macro
Dmcomp.c66 Len = MAX_FIRST_STEP; in vp8_init_dsmotion_compensation()
113 Len = MAX_FIRST_STEP; in vp8_init3smotion_compensation()
Drdopt.c1377 if (sr > MAX_FIRST_STEP) sr = MAX_FIRST_STEP; in vp8_cal_step_param()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_mcomp.h29 #define MAX_FIRST_STEP (1 << (MAX_MVSEARCH_STEPS-1)) macro
Dvp9_mcomp.c111 for (len = MAX_FIRST_STEP; len > 0; len /= 2) { in vp9_init_dsmotion_compensation()
132 for (len = MAX_FIRST_STEP; len > 0; len /= 2) { in vp9_init3smotion_compensation()