Searched refs:total_stats (Results 1 – 17 of 17) sorted by relevance
/external/v8/src/ |
D | compilation-statistics.cc | 65 const CompilationStatistics::BasicStats& total_stats) { in WriteLine() argument 70 double percent = stats.delta_.PercentOf(total_stats.delta_); in WriteLine() 73 static_cast<double>(total_stats.total_allocated_bytes_); in WriteLine()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 236 double av_err = (cpi->twopass.total_stats.ssim_weighted_pred_err / in calculate_modified_err() 237 cpi->twopass.total_stats.count); in calculate_modified_err() 358 (cpi->twopass.total_stats.count - in frame_max_bits() 370 zero_stats(&cpi->twopass.total_stats); in vp8_init_first_pass() 374 output_stats(cpi, cpi->output_pkt_list, &cpi->twopass.total_stats); in vp8_end_first_pass() 802 accumulate_stats(&cpi->twopass.total_stats, &fps); in vp8_first_pass() 1017 if ((cpi->ni_frames > ((int)cpi->twopass.total_stats.count >> 8)) && in estimate_max_q() 1072 clip_iiratio = cpi->twopass.total_stats.intra_error / in estimate_cq() 1073 DOUBLE_DIVIDE_CHECK(cpi->twopass.total_stats.coded_error); in estimate_cq() 1261 zero_stats(&cpi->twopass.total_stats); in vp8_init_second_pass() [all …]
|
D | onyx_int.h | 567 FIRSTPASS_STATS total_stats; member
|
/external/libaom/libaom/av1/encoder/ |
D | firstpass.h | 131 FIRSTPASS_STATS total_stats; member
|
D | firstpass.c | 140 av1_twopass_zero_stats(&cpi->twopass.total_stats); in av1_init_first_pass() 144 output_stats(&cpi->twopass.total_stats, cpi->output_pkt_list); in av1_end_first_pass() 808 accumulate_stats(&twopass->total_stats, &fps); in av1_first_pass()
|
D | pass2_strategy.c | 49 const FIRSTPASS_STATS *const stats = &twopass->total_stats; in calculate_modified_err() 1506 frames_left = (int)(twopass->total_stats.count - current_frame->frame_number); in av1_get_second_pass_params() 1644 av1_twopass_zero_stats(&twopass->total_stats); in av1_init_second_pass() 1649 stats = &twopass->total_stats; in av1_init_second_pass()
|
D | ratectrl.c | 1837 if (cpi->twopass.total_stats.count != 0.) { in vbr_rate_correction() 1839 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.cc | 366 void SendStatisticsProxy::Notify(const BitrateStatistics& total_stats, in Notify() argument 374 stats->total_bitrate_bps = total_stats.bitrate_bps; in Notify()
|
D | send_statistics_proxy.h | 86 void Notify(const BitrateStatistics& total_stats,
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.h | 149 FIRSTPASS_STATS total_stats; member
|
D | vp9_firstpass.c | 238 twopass->total_stats.weight / twopass->total_stats.count; in get_distribution_av_err() 243 return (twopass->total_stats.coded_error * av_weight) / in get_distribution_av_err() 244 twopass->total_stats.count; in get_distribution_av_err() 312 zero_stats(&cpi->twopass.total_stats); in vp9_init_first_pass() 316 output_stats(&cpi->twopass.total_stats, cpi->output_pkt_list); in vp9_end_first_pass() 1427 accumulate_stats(&twopass->total_stats, &fps); in vp9_first_pass() 1640 zero_stats(&twopass->total_stats); in vp9_init_second_pass() 1645 stats = &twopass->total_stats; in vp9_init_second_pass() 3163 (int)(twopass->total_stats.count - cm->current_video_frame); in vp9_rc_get_second_pass_params()
|
D | vp9_svc_layercontext.c | 408 twopass->total_stats.spatial_layer_id = i; in vp9_init_second_pass_spatial_svc()
|
D | vp9_ratectrl.c | 2440 int frame_window = VPXMIN(16, ((int)cpi->twopass.total_stats.count - in vbr_rate_correction()
|
/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()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 1090 FIRSTPASS_STATS *stats = &twopass->total_stats; in encoder_encode()
|