Searched refs:vbrmax (Results 1 – 3 of 3) sorted by relevance
784 v = vbrmax - vbrsf[sfb]; in short_block_constrain()807 vbrmax -= delta; in short_block_constrain()817 if (vbrmax < maxminsfb) { in short_block_constrain()818 vbrmax = maxminsfb; in short_block_constrain()935 vbrmax -= delta; in long_block_constrain()936 if (vbrmax < maxminsfb) { in long_block_constrain()937 vbrmax = maxminsfb; in long_block_constrain()1017 int gain, vbrmax = 0; in tryGlobalStepsize() local1026 if (vbrmax < gain) { in tryGlobalStepsize()1027 vbrmax = gain; in tryGlobalStepsize()[all …]