Home | History | Annotate | Download | only in encoder

Lines Matching refs:height2

515                       int height2,
522 uint8_t *arrbuf = (uint8_t *)malloc(sizeof(uint8_t) * (height + height2));
526 assert(height2 > 0);
532 resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf);
533 fill_arr_to_col(output + i, out_stride, height2, arrbuf + height);
810 int height2,
818 uint16_t *arrbuf = (uint16_t *)malloc(sizeof(uint16_t) * (height + height2));
825 highbd_resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf,
827 highbd_fill_arr_to_col(CONVERT_TO_SHORTPTR(output + i), out_stride, height2,