Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.c497 static void fill_arr_to_col(uint8_t *img, int stride, int len, uint8_t *arr) { in fill_arr_to_col() function
525 fill_arr_to_col(output + i, out_stride, height2, arrbuf + height); in vp9_resize_plane()