Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.c512 int width2, in vp9_resize_plane() argument
515 uint8_t *intbuf = (uint8_t *)malloc(sizeof(uint8_t) * width2 * height); in vp9_resize_plane()
521 intbuf + width2 * i, width2, tmpbuf); in vp9_resize_plane()
522 for (i = 0; i < width2; ++i) { in vp9_resize_plane()
523 fill_col_to_arr(intbuf + i, width2, height, arrbuf); in vp9_resize_plane()
Dvp9_resize.h23 int width2,