Home
last modified time | relevance | path

Searched refs:level_stats (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dlevel.c698 AV1LevelStats *const level_stats = &this_level_info->level_stats; in av1_init_level_info() local
699 level_stats->min_cropped_tile_width = INT_MAX; in av1_init_level_info()
700 level_stats->min_cropped_tile_height = INT_MAX; in av1_init_level_info()
701 level_stats->min_frame_width = INT_MAX; in av1_init_level_info()
702 level_stats->min_frame_height = INT_MAX; in av1_init_level_info()
703 level_stats->tile_width_is_valid = 1; in av1_init_level_info()
704 level_stats->min_cr = 1e8; in av1_init_level_info()
784 const AV1LevelStats *const level_stats = &level_info->level_stats; in check_level_constraints() local
836 if (level_stats->max_tile_size > MAX_TILE_SIZE) { in check_level_constraints()
841 if (level_stats->max_superres_tile_width > MAX_TILE_WIDTH) { in check_level_constraints()
[all …]
Dlevel.h152 AV1LevelStats level_stats; member
/external/libwebm/
Dwebm_info.cc699 vp9_parser::Vp9LevelStats* level_stats) { in PrintVP9Info() argument
722 level_stats->AddFrame(*parser, time_ns); in PrintVP9Info()
838 vp9_parser::Vp9LevelStats* level_stats) { in OutputCluster() argument
1029 level_stats); in OutputCluster()
1272 vp9_parser::Vp9LevelStats level_stats; in main() local
1276 &clusters_size, &stats, &parser, &level_stats)) in main()
1314 level_stats.set_duration(segment->GetInfo()->GetDuration()); in main()
1315 const vp9_parser::Vp9Level level = level_stats.GetLevel(); in main()
1322 level_stats.GetMaxLumaSampleRate(), level_stats.GetMaxLumaPictureSize(), in main()
1323 level_stats.GetMaxLumaPictureBreadth(), level_stats.GetAverageBitRate(), in main()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c647 Vp9LevelStats *const level_stats = &level_info->level_stats; in init_level_info() local
650 memset(level_stats, 0, sizeof(*level_stats)); in init_level_info()
5559 Vp9LevelStats *const level_stats = &level_info->level_stats; local
5571 level_stats->total_compressed_size += *size;
5573 level_stats->total_uncompressed_size +=
5576 level_stats->time_encoded =
5582 if (!level_stats->seen_first_altref) {
5583 level_stats->seen_first_altref = 1;
5584 } else if (level_stats->frames_since_last_altref <
5586 level_spec->min_altref_distance = level_stats->frames_since_last_altref;
[all …]
Dvp9_encoder.h471 Vp9LevelStats level_stats; member