Searched refs:stats_copy (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1341 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = {0}; local
1361 stats_copy[layer_id] = lc->rc_twopass_stats_in.buf;
1368 && stats_copy[layer_id] != NULL) {
1369 *stats_copy[layer_id] = stats[i];
1370 ++stats_copy[layer_id];

Completed in 36 milliseconds