Searched refs:resize_multistep (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 367 static void resize_multistep(const uint8_t *const input, int length, in resize_multistep() function 439 resize_multistep(input + in_stride * i, width, intbuf + width2 * i, width2, in vp9_resize_plane() 443 resize_multistep(arrbuf, height, arrbuf2, height2, tmpbuf); in vp9_resize_plane()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 565 static void resize_multistep(const uint8_t *const input, int length, in resize_multistep() function 660 resize_multistep(input + in_stride * i, width, intbuf + width2 * i, width2, in av1_resize_plane() 664 resize_multistep(arrbuf, height, arrbuf2, height2, tmpbuf); in av1_resize_plane()
|