Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.h22 int height2,
Dvp9_resize.c511 int height2, in vp9_resize_plane() argument
518 uint8_t *arrbuf = (uint8_t *)malloc(sizeof(uint8_t) * (height + height2)); in vp9_resize_plane()
524 resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf); in vp9_resize_plane()
525 fill_arr_to_col(output + i, out_stride, height2, arrbuf + height); in vp9_resize_plane()