Searched refs:compute_flow_pyramids (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | global_motion.c | 626 static void compute_flow_pyramids(unsigned char *frm, const int frm_width, in compute_flow_pyramids() function 822 compute_flow_pyramids(frm_buffer, frm_width, frm_height, frm->y_stride, in compute_global_motion_disflow_based() 828 compute_flow_pyramids(ref_buffer, ref_width, ref_height, ref->y_stride, in compute_global_motion_disflow_based()
|