Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_resize.h22 int height2,
74 int height2,
Dvp9_resize.c515 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/
Dcvepilines.cpp1384 double height1,height2; in icvGetQuadsTransform() local
1442 height2 = MAX(tmpHeight1,tmpHeight2); in icvGetQuadsTransform()
1654 warpHeight = MAX(height1,height2); in icvGetQuadsTransform()