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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c928 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = {0}; local
948 stats_copy[layer_id] = lc->rc_twopass_stats_in.buf;
955 && stats_copy[layer_id] != NULL) {
956 *stats_copy[layer_id] = stats[i];
957 ++stats_copy[layer_id];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c1276 FIRSTPASS_STATS *stats_copy[VPX_SS_MAX_LAYERS] = {0}; local
1296 stats_copy[layer_id] = lc->rc_twopass_stats_in.buf;
1303 && stats_copy[layer_id] != NULL) {
1304 *stats_copy[layer_id] = stats[i];
1305 ++stats_copy[layer_id];

Completed in 284 milliseconds