Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dcorner_match.c86 int width, int height, int frm_stride, in improve_correspondence() argument
105 frm, frm_stride, correspondences[i].x, correspondences[i].y, ref, in improve_correspondence()
132 frm_stride, correspondences[i].x + x, correspondences[i].y + y); in improve_correspondence()
147 int width, int height, int frm_stride, in av1_determine_correspondence() argument
170 frm, frm_stride, frm_corners[2 * i], frm_corners[2 * i + 1], ref, in av1_determine_correspondence()
180 template_norm = compute_variance(frm, frm_stride, frm_corners[2 * i], in av1_determine_correspondence()
191 improve_correspondence(frm, ref, width, height, frm_stride, ref_stride, in av1_determine_correspondence()
Dcorner_match.h30 int width, int height, int frm_stride,
Dglobal_motion.c425 int frm_height, int frm_stride, int *frm_corners, int num_frm_corners, in compute_global_motion_feature_based() argument
449 (int *)ref_corners, num_ref_corners, frm_width, frm_height, frm_stride, in compute_global_motion_feature_based()
758 const int frm_height, const int frm_stride, in compute_flow_pyramids() argument
777 av1_resize_plane(frm, frm_height, frm_width, frm_stride, in compute_flow_pyramids()
912 int frm_height, int frm_stride, int *frm_corners, int num_frm_corners, in compute_global_motion_disflow_based() argument
944 compute_flow_pyramids(frm_buffer, frm_width, frm_height, frm_stride, n_levels, in compute_global_motion_disflow_based()
994 int frm_height, int frm_stride, int *frm_corners, in av1_compute_global_motion() argument
1003 type, frm_buffer, frm_width, frm_height, frm_stride, frm_corners, in av1_compute_global_motion()
1008 type, frm_buffer, frm_width, frm_height, frm_stride, frm_corners, in av1_compute_global_motion()
Dglobal_motion.h92 int frm_height, int frm_stride, int *frm_corners,
/external/libhevc/encoder/
Dihevce_plugin.c1952 WORD32 frm_stride; in ihevce_encode() local
1962 frm_stride = ps_ctxt->i4_frm_stride; in ihevce_encode()
1981 ps_curr_inp->s_input_buf.i4_y_strd = frm_stride; in ihevce_encode()
1986 ps_curr_inp->s_input_buf.i4_uv_strd = frm_stride; in ihevce_encode()