Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.c515 uint8_t *intbuf = (uint8_t *)malloc(sizeof(uint8_t) * width2 * height); in vp9_resize_plane() local
521 intbuf + width2 * i, width2, tmpbuf); in vp9_resize_plane()
523 fill_col_to_arr(intbuf + i, width2, height, arrbuf); in vp9_resize_plane()
527 free(intbuf); in vp9_resize_plane()