Searched refs:av1_highbd_resize_plane (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | resize.c | 1018 void av1_highbd_resize_plane(const uint8_t *const input, int height, int width, in av1_highbd_resize_plane() function 1154 av1_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in av1_highbd_resize_frame420() 1156 av1_highbd_resize_plane(u, height / 2, width / 2, uv_stride, ou, oheight / 2, in av1_highbd_resize_frame420() 1158 av1_highbd_resize_plane(v, height / 2, width / 2, uv_stride, ov, oheight / 2, in av1_highbd_resize_frame420() 1168 av1_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in av1_highbd_resize_frame422() 1170 av1_highbd_resize_plane(u, height, width / 2, uv_stride, ou, oheight, in av1_highbd_resize_frame422() 1172 av1_highbd_resize_plane(v, height, width / 2, uv_stride, ov, oheight, in av1_highbd_resize_frame422() 1182 av1_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in av1_highbd_resize_frame444() 1184 av1_highbd_resize_plane(u, height, width, uv_stride, ou, oheight, owidth, in av1_highbd_resize_frame444() 1186 av1_highbd_resize_plane(v, height, width, uv_stride, ov, oheight, owidth, in av1_highbd_resize_frame444() [all …]
|
D | resize.h | 45 void av1_highbd_resize_plane(const uint8_t *const input, int height, int width,
|