Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.c367 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/
Dresize.c565 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()