Searched refs:av1_resize_plane (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | resize.c | 644 void av1_resize_plane(const uint8_t *const input, int height, int width, in av1_resize_plane() function 1114 av1_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in av1_resize_frame420() 1115 av1_resize_plane(u, height / 2, width / 2, uv_stride, ou, oheight / 2, in av1_resize_frame420() 1117 av1_resize_plane(v, height / 2, width / 2, uv_stride, ov, oheight / 2, in av1_resize_frame420() 1126 av1_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in av1_resize_frame422() 1127 av1_resize_plane(u, height, width / 2, uv_stride, ou, oheight, owidth / 2, in av1_resize_frame422() 1129 av1_resize_plane(v, height, width / 2, uv_stride, ov, oheight, owidth / 2, in av1_resize_frame422() 1138 av1_resize_plane(y, height, width, y_stride, oy, oheight, owidth, oy_stride); in av1_resize_frame444() 1139 av1_resize_plane(u, height, width, uv_stride, ou, oheight, owidth, in av1_resize_frame444() 1141 av1_resize_plane(v, height, width, uv_stride, ov, oheight, owidth, in av1_resize_frame444() [all …]
|
D | resize.h | 23 void av1_resize_plane(const uint8_t *const input, int height, int width,
|
/external/libaom/libaom/av1/encoder/ |
D | global_motion.c | 646 av1_resize_plane(frm, frm_height, frm_width, frm_stride, in compute_flow_pyramids() 677 av1_resize_plane(frm_pyr->level_buffer + frm_pyr->level_loc[level - 1], in compute_flow_pyramids()
|