Searched refs:highbd_fill_arr_to_col (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.c | 702 static void highbd_fill_arr_to_col(uint16_t *img, int stride, int len, in highbd_fill_arr_to_col() function 734 highbd_fill_arr_to_col(CONVERT_TO_SHORTPTR(output + i), out_stride, height2, in vp9_highbd_resize_plane()
|
/external/libaom/libaom/av1/common/ |
D | resize.c | 1007 static void highbd_fill_arr_to_col(uint16_t *img, int stride, int len, in highbd_fill_arr_to_col() function 1035 highbd_fill_arr_to_col(CONVERT_TO_SHORTPTR(output + i), out_stride, height2, in av1_highbd_resize_plane()
|