Searched refs:layer_stat (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/video_coding/codecs/test/ |
D | videocodec_test_libvpx.cc | 75 for (const auto& layer_stat : rd_stat.second) { in PrintRdPerf() local 80 bitrate_kbps, layer_stat.width, layer_stat.height, in PrintRdPerf() 81 layer_stat.spatial_idx, layer_stat.temporal_idx, in PrintRdPerf() 82 layer_stat.target_bitrate_kbps, layer_stat.bitrate_kbps, in PrintRdPerf() 83 layer_stat.framerate_fps, layer_stat.avg_psnr, layer_stat.avg_psnr_y, in PrintRdPerf() 84 layer_stat.avg_psnr_u, layer_stat.avg_psnr_v, in PrintRdPerf() 85 layer_stat.enc_speed_fps, layer_stat.dec_speed_fps); in PrintRdPerf()
|
D | videocodec_test_fixture_impl.cc | 484 for (const auto& layer_stat : layer_stats) { in AnalyzeAllFrames() local 485 RTC_LOG(LS_INFO) << layer_stat.ToString("recv_") << "\n"; in AnalyzeAllFrames() 490 modifier << "_r" << rate_profile_idx << "_sl" << layer_stat.spatial_idx; in AnalyzeAllFrames() 499 if (layer_stat.temporal_idx == config_.NumberOfTemporalLayers() - 1) { in AnalyzeAllFrames() 500 PrintResultHelper("enc_speed", layer_stat.enc_speed_fps, "fps"); in AnalyzeAllFrames() 502 layer_stat.avg_key_frame_size_bytes, "bytes"); in AnalyzeAllFrames() 503 PrintResultHelper("num_key_frames", layer_stat.num_key_frames, in AnalyzeAllFrames() 508 modifier << "tl" << layer_stat.temporal_idx; in AnalyzeAllFrames() 509 PrintResultHelper("dec_speed", layer_stat.dec_speed_fps, "fps"); in AnalyzeAllFrames() 511 layer_stat.avg_delta_frame_size_bytes, "bytes"); in AnalyzeAllFrames() [all …]
|
D | videocodec_test_stats_impl.cc | 63 for (const auto& layer_stat : layer_stats_) { in GetFrameStatistics() local 64 capacity += layer_stat.second.size(); in GetFrameStatistics() 69 for (const auto& layer_stat : layer_stats_) { in GetFrameStatistics() local 70 std::copy(layer_stat.second.cbegin(), layer_stat.second.cend(), in GetFrameStatistics() 94 VideoStatistics layer_stat = SliceAndCalcVideoStatistic( in SliceAndCalcLayerVideoStatistic() local 96 layer_stats.push_back(layer_stat); in SliceAndCalcLayerVideoStatistic()
|