Searched refs:level_constraint (Results 1 – 3 of 3) sorted by relevance
1440 set_level_constraint(&cpi->level_constraint, in init_config()1906 set_level_constraint(&cpi->level_constraint, in vp9_change_config()2208 init_level_constraint(&cpi->level_constraint); in vp9_create_compressor()5181 LevelConstraint *const ls = &cpi->level_constraint;5207 LevelConstraint *const level_constraint = &cpi->level_constraint; local5208 const int8_t level_index = level_constraint->level_index;5325 if (level_index >= 0 && level_constraint->fail_flag == 0) {5328 level_constraint->fail_flag |= (1 << LUMA_PIC_SIZE_TOO_LARGE);5337 level_constraint->fail_flag |= (1 << LUMA_PIC_BREADTH_TOO_LARGE);5347 level_constraint->fail_flag |= (1 << LUMA_SAMPLE_RATE_TOO_LARGE);[all …]
843 LevelConstraint level_constraint; member
1086 if (cpi->oxcf.pass == 2 && cpi->level_constraint.level_index >= 0 && in encoder_encode()1087 !cpi->level_constraint.rc_config_updated) { in encoder_encode()1093 cpi->level_constraint.rc_config_updated = 1; in encoder_encode()