Searched refs:top_trunc (Results 1 – 1 of 1) sorted by relevance
261 int top_trunc = top_fixed >> 16; in FindFlowAtPoint_ESM() local265 left_trunc >= 0 && top_trunc >= 0 && in FindFlowAtPoint_ESM()267 (top_trunc + patch_size) < img_J.height_less_one_) { in FindFlowAtPoint_ESM()269 const uint8_t* j_row = img_J[top_trunc] + left_trunc; in FindFlowAtPoint_ESM()362 top_trunc = top_fixed >> 16; in FindFlowAtPoint_ESM()365 if (left_trunc < 0 || top_trunc < 0 || in FindFlowAtPoint_ESM()367 (top_trunc + patch_size) >= J_y.height_less_one_) { in FindFlowAtPoint_ESM()