Searched refs:is_still_picture (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | level.c | 264 int is_still_picture, int64_t decoded_sample_rate) { in get_min_cr() argument 265 if (is_still_picture) return 0.8; in get_min_cr() 275 const AV1LevelStats *const level_stats, int tier, int is_still_picture) { in check_level_constraints() argument 276 const double min_cr = get_min_cr(target_level_spec, tier, is_still_picture, in check_level_constraints() 556 const int is_still_picture = seq_params->still_picture; in av1_update_level_info() local 606 target_level_spec, level_spec, level_stats, tier, is_still_picture); in av1_update_level_info() 628 const int is_still_picture = seq_params->still_picture; in av1_get_seq_level_idx() local 638 target_level_spec, level_spec, level_stats, tier, is_still_picture); in av1_get_seq_level_idx()
|