Home
last modified time | relevance | path

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

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