Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dglobal_motion.c201 static int64_t warp_error(WarpedMotionParams *wm, const uint8_t *const ref, in warp_error() function
257 return warp_error(wm, ref, width, height, stride, dst, p_col, p_row, p_width, in av1_warp_error()
Dencodeframe.c5402 const int64_t warp_error = av1_refine_integerized_param( in compute_global_motion_for_ref_frame() local
5410 if (warp_error < best_warp_error) { in compute_global_motion_for_ref_frame()
5411 best_warp_error = warp_error; in compute_global_motion_for_ref_frame()