Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.c488 static void fill_col_to_arr(uint8_t *img, int stride, int len, uint8_t *arr) { in fill_col_to_arr() function
523 fill_col_to_arr(intbuf + i, width2, height, arrbuf); in vp9_resize_plane()