Searched refs:frame_error (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | warped_motion.c | 824 static int64_t frame_error(const uint8_t *const ref, int stride, in frame_error() function 860 gm_sumerr += frame_error(tmp, WARP_ERROR_BLOCK, dst + j + i * p_stride, in warp_error() 875 return frame_error(ref, stride, dst, p_width, p_height, p_stride); in av1_frame_error()
|