Home
last modified time | relevance | path

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

/external/libvpx/
Dvpxenc.c223 size_t new_sz = stats->buf_alloc_sz + 64 * 1024; in stats_write() local
224 char *new_ptr = realloc(stats->buf.buf, new_sz); in stats_write()
230 stats->buf_alloc_sz = new_sz; in stats_write()