HomeSort by relevance Sort by last modified time
    Searched refs:fill_arr_to_col (Results 1 - 2 of 2) sorted by null

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

Completed in 52 milliseconds