Searched refs:height2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_resize.h | 22 int height2, 74 int height2,
|
D | vp9_resize.c | 515 int height2, in vp9_resize_plane() argument 522 uint8_t *arrbuf = (uint8_t *)malloc(sizeof(uint8_t) * (height + height2)); in vp9_resize_plane() 526 assert(height2 > 0); in vp9_resize_plane() 532 resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf); in vp9_resize_plane() 533 fill_arr_to_col(output + i, out_stride, height2, arrbuf + height); in vp9_resize_plane() 810 int height2, in vp9_highbd_resize_plane() argument 818 uint16_t *arrbuf = (uint16_t *)malloc(sizeof(uint16_t) * (height + height2)); in vp9_highbd_resize_plane() 825 highbd_resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf, in vp9_highbd_resize_plane() 827 highbd_fill_arr_to_col(CONVERT_TO_SHORTPTR(output + i), out_stride, height2, in vp9_highbd_resize_plane()
|
/external/opencv/cvaux/src/ |
D | cvepilines.cpp | 1384 double height1,height2; in icvGetQuadsTransform() local 1442 height2 = MAX(tmpHeight1,tmpHeight2); in icvGetQuadsTransform() 1654 warpHeight = MAX(height1,height2); in icvGetQuadsTransform()
|