Searched refs:width2 (Results 1 – 2 of 2) sorted by relevance
512 int width2, in vp9_resize_plane() argument515 uint8_t *intbuf = (uint8_t *)malloc(sizeof(uint8_t) * width2 * height); in vp9_resize_plane()521 intbuf + width2 * i, width2, tmpbuf); in vp9_resize_plane()522 for (i = 0; i < width2; ++i) { in vp9_resize_plane()523 fill_col_to_arr(intbuf + i, width2, height, arrbuf); in vp9_resize_plane()
23 int width2,