Home
last modified time | relevance | path

Searched refs:av1_highbd_resize_plane (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/av1/common/
Dresize.c1017 void av1_highbd_resize_plane(const uint8_t *const input, int height, int width, in av1_highbd_resize_plane() function
1151 av1_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in av1_highbd_resize_frame420()
1153 av1_highbd_resize_plane(u, height / 2, width / 2, uv_stride, ou, oheight / 2, in av1_highbd_resize_frame420()
1155 av1_highbd_resize_plane(v, height / 2, width / 2, uv_stride, ov, oheight / 2, in av1_highbd_resize_frame420()
1165 av1_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in av1_highbd_resize_frame422()
1167 av1_highbd_resize_plane(u, height, width / 2, uv_stride, ou, oheight, in av1_highbd_resize_frame422()
1169 av1_highbd_resize_plane(v, height, width / 2, uv_stride, ov, oheight, in av1_highbd_resize_frame422()
1179 av1_highbd_resize_plane(y, height, width, y_stride, oy, oheight, owidth, in av1_highbd_resize_frame444()
1181 av1_highbd_resize_plane(u, height, width, uv_stride, ou, oheight, owidth, in av1_highbd_resize_frame444()
1183 av1_highbd_resize_plane(v, height, width, uv_stride, ov, oheight, owidth, in av1_highbd_resize_frame444()
[all …]
Dresize.h45 void av1_highbd_resize_plane(const uint8_t *const input, int height, int width,