Searched refs:fill_col_to_arr (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 405 static void fill_col_to_arr(uint8_t *img, int stride, int len, uint8_t *arr) { in fill_col_to_arr() function 442 fill_col_to_arr(intbuf + i, width2, height, arrbuf); in vp9_resize_plane()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 606 static void fill_col_to_arr(uint8_t *img, int stride, int len, uint8_t *arr) { in fill_col_to_arr() function 663 fill_col_to_arr(intbuf + i, width2, height, arrbuf); in av1_resize_plane()
|