Searched refs:height2 (Results 1 – 2 of 2) sorted by relevance
22 int height2,
511 int height2, in vp9_resize_plane() argument518 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()