Searched refs:level_constraint (Results 1 – 3 of 3) sorted by relevance
1271 set_level_constraint(&cpi->level_constraint, in init_config()1816 set_level_constraint(&cpi->level_constraint, in vp9_change_config()2096 init_level_constraint(&cpi->level_constraint); in vp9_create_compressor()4800 LevelConstraint *const ls = &cpi->level_constraint;4825 LevelConstraint *const level_constraint = &cpi->level_constraint; local4826 const int8_t level_index = level_constraint->level_index;4938 if (level_index >= 0 && level_constraint->fail_flag == 0) {4941 level_constraint->fail_flag |= (1 << LUMA_PIC_SIZE_TOO_LARGE);4951 level_constraint->fail_flag |= (1 << LUMA_SAMPLE_RATE_TOO_LARGE);4959 level_constraint->fail_flag |= (1 << TOO_MANY_COLUMN_TILE);[all …]
716 LevelConstraint level_constraint; member
1076 if (cpi->oxcf.pass == 2 && cpi->level_constraint.level_index >= 0 && in encoder_encode()1077 !cpi->level_constraint.rc_config_updated) { in encoder_encode()1095 cpi->level_constraint.rc_config_updated = 1; in encoder_encode()