Searched refs:total_stats (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/ |
D | compilation-statistics.cc | 59 const CompilationStatistics::BasicStats& total_stats) { in WriteLine() argument 64 double percent = stats.delta_.PercentOf(total_stats.delta_); in WriteLine() 67 static_cast<double>(total_stats.total_allocated_bytes_); in WriteLine()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 266 double av_err = ( cpi->twopass.total_stats.ssim_weighted_pred_err / in calculate_modified_err() 267 cpi->twopass.total_stats.count ); in calculate_modified_err() 385 …max_bits = (int)(((double)cpi->twopass.bits_left / (cpi->twopass.total_stats.count - (double)cpi->… in frame_max_bits() 397 zero_stats(&cpi->twopass.total_stats); in vp8_init_first_pass() 402 output_stats(cpi, cpi->output_pkt_list, &cpi->twopass.total_stats); in vp8_end_first_pass() 854 accumulate_stats(&cpi->twopass.total_stats, &fps); in vp8_first_pass() 1083 ((int)cpi->twopass.total_stats.count >> 8)) && in estimate_max_q() 1141 clip_iiratio = cpi->twopass.total_stats.intra_error / in estimate_cq() 1142 DOUBLE_DIVIDE_CHECK(cpi->twopass.total_stats.coded_error); in estimate_cq() 1338 zero_stats(&cpi->twopass.total_stats); in vp8_init_second_pass() [all …]
|
D | onyx_int.h | 582 FIRSTPASS_STATS total_stats; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.h | 98 FIRSTPASS_STATS total_stats; member
|
D | vp9_firstpass.c | 257 const FIRSTPASS_STATS *const stats = &twopass->total_stats; in calculate_modified_err() 290 zero_stats(&cpi->twopass.total_stats); in vp9_init_first_pass() 297 output_stats(&cpi->svc.layer_context[i].twopass.total_stats, in vp9_end_first_pass() 301 output_stats(&cpi->twopass.total_stats, cpi->output_pkt_list); in vp9_end_first_pass() 1091 accumulate_stats(&twopass->total_stats, &fps); in vp9_first_pass() 1278 zero_stats(&twopass->total_stats); in vp9_init_second_pass() 1284 stats = &twopass->total_stats; in vp9_init_second_pass() 2596 frames_left = (int)(twopass->total_stats.count - in vp9_rc_get_second_pass_params() 2599 frames_left = (int)(twopass->total_stats.count - in vp9_rc_get_second_pass_params()
|
D | vp9_svc_layercontext.c | 342 twopass->total_stats.spatial_layer_id = i; in vp9_init_second_pass_spatial_svc()
|
D | vp9_ratectrl.c | 1782 if (cpi->twopass.total_stats.count) { in vbr_rate_correction() 1784 cpi->twopass.total_stats.count); in vbr_rate_correction()
|
/external/webrtc/webrtc/video/ |
D | vie_channel.h | 347 virtual void Notify(const BitrateStatistics& total_stats, in Notify() argument 352 callback_->Notify(total_stats, retransmit_stats, ssrc); in Notify()
|
D | send_statistics_proxy.h | 86 void Notify(const BitrateStatistics& total_stats,
|
D | send_statistics_proxy.cc | 366 void SendStatisticsProxy::Notify(const BitrateStatistics& total_stats, in Notify() argument 374 stats->total_bitrate_bps = total_stats.bitrate_bps; in Notify()
|
/external/webrtc/webrtc/ |
D | common_types.h | 256 virtual void Notify(const BitrateStatistics& total_stats,
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_unittest.cc | 1033 void Notify(const BitrateStatistics& total_stats, in TEST_F() argument 1038 total_stats_ = total_stats; in TEST_F()
|