Searched refs:stats_copy (Results 1 – 1 of 1) sorted by relevance
2187 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = { 0 }; in vp9_create_compressor() local2207 stats_copy[layer_id] = lc->rc_twopass_stats_in.buf; in vp9_create_compressor()2214 stats_copy[layer_id] != NULL) { in vp9_create_compressor()2215 *stats_copy[layer_id] = stats[i]; in vp9_create_compressor()2216 ++stats_copy[layer_id]; in vp9_create_compressor()