Searched refs:arrbuf (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_resize.c518 uint8_t *arrbuf = (uint8_t *)malloc(sizeof(uint8_t) * (height + height2)); local
523 fill_col_to_arr(intbuf + i, width2, height, arrbuf);
524 resize_multistep(arrbuf, height, arrbuf + height, height2, tmpbuf);
525 fill_arr_to_col(output + i, out_stride, height2, arrbuf + height);
529 free(arrbuf);

Completed in 242 milliseconds