Searched refs:rc_stats_buf (Results 1 – 1 of 1) sorted by relevance
85 char *rc_stats_buf; member951 char *p = (char*)realloc(si->rc_stats_buf, new_size); in vpx_svc_encode()956 si->rc_stats_buf = p; in vpx_svc_encode()960 memcpy(si->rc_stats_buf + si->rc_stats_buf_used, in vpx_svc_encode()1124 if (si->rc_stats_buf) { in vpx_svc_release()1125 free(si->rc_stats_buf); in vpx_svc_release()1141 return si->rc_stats_buf; in vpx_svc_get_rc_stats_buffer()