Searched refs:highbd_fill_col_to_arr (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 692 static void highbd_fill_col_to_arr(uint16_t *img, int stride, int len, in highbd_fill_col_to_arr() function 732 highbd_fill_col_to_arr(intbuf + i, width2, height, arrbuf); in vp9_highbd_resize_plane()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 997 static void highbd_fill_col_to_arr(uint16_t *img, int stride, int len, in highbd_fill_col_to_arr() function 1033 highbd_fill_col_to_arr(intbuf + i, width2, height, arrbuf); in av1_highbd_resize_plane()
|