HomeSort by relevance Sort by last modified time
    Searched refs:total_stats (Results 1 - 13 of 13) sorted by null

  /external/v8/src/
compilation-statistics.cc 65 const CompilationStatistics::BasicStats& total_stats) {
70 double percent = stats.delta_.PercentOf(total_stats.delta_);
73 static_cast<double>(total_stats.total_allocated_bytes_);
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.h 133 FIRSTPASS_STATS total_stats; member in struct:__anon24788
vp9_firstpass.c 245 const FIRSTPASS_STATS *const stats = &twopass->total_stats;
267 const FIRSTPASS_STATS *const stats = &twopass->total_stats;
307 zero_stats(&cpi->twopass.total_stats);
314 output_stats(&cpi->svc.layer_context[i].twopass.total_stats,
318 output_stats(&cpi->twopass.total_stats, cpi->output_pkt_list);
    [all...]
vp9_svc_layercontext.c 364 twopass->total_stats.spatial_layer_id = i;
    [all...]
vp9_ratectrl.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 236 double av_err = (cpi->twopass.total_stats.ssim_weighted_pred_err /
237 cpi->twopass.total_stats.count);
358 (cpi->twopass.total_stats.count -
370 zero_stats(&cpi->twopass.total_stats);
374 output_stats(cpi, cpi->output_pkt_list, &cpi->twopass.total_stats);
802 accumulate_stats(&cpi->twopass.total_stats, &fps);
    [all...]
onyx_int.h 562 FIRSTPASS_STATS total_stats; member in struct:VP8_COMP::twopass_rc
  /external/webrtc/webrtc/video/
send_statistics_proxy.h 86 void Notify(const BitrateStatistics& total_stats,
vie_channel.h 347 virtual void Notify(const BitrateStatistics& total_stats,
352 callback_->Notify(total_stats, retransmit_stats, ssrc);
send_statistics_proxy.cc 366 void SendStatisticsProxy::Notify(const BitrateStatistics& total_stats,
374 stats->total_bitrate_bps = total_stats.bitrate_bps;
  /external/webrtc/webrtc/
common_types.h 256 virtual void Notify(const BitrateStatistics& total_stats,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_unittest.cc     [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 2410 milliseconds