Searched refs:intbuf (Results 1 – 1 of 1) sorted by relevance
515 uint8_t *intbuf = (uint8_t *)malloc(sizeof(uint8_t) * width2 * height); in vp9_resize_plane() local521 intbuf + width2 * i, width2, tmpbuf); in vp9_resize_plane()523 fill_col_to_arr(intbuf + i, width2, height, arrbuf); in vp9_resize_plane()527 free(intbuf); in vp9_resize_plane()