Home
last modified time | relevance | path

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

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