Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dglobal_motion.c45 #define PATCH_STEP 1 macro
875 for (int i = PATCH_SIZE; i < cur_height - PATCH_SIZE; i += PATCH_STEP) { in compute_flow_field()
876 for (int j = PATCH_SIZE; j < cur_width - PATCH_SIZE; j += PATCH_STEP) { in compute_flow_field()