Searched defs:vpx_calloc (Results 1 – 2 of 2) sorted by relevance
131 # define vpx_calloc(num, size) xvpx_calloc(num, size, __FILE__, __LINE__) macro
141 void *vpx_calloc(size_t num, size_t size) { in vpx_calloc() function