Searched refs:bpm (Results 1 – 5 of 5) sorted by relevance
138 const int bpm = (int)(vp9_bits_per_mb(frame_kind, q, correction_factor)); in estimate_bits_at_q() local143 return (mbs > (1 << 11)) ? (bpm >> BPER_MB_NORMBITS) * mbs in estimate_bits_at_q()144 : (bpm * mbs) >> BPER_MB_NORMBITS; in estimate_bits_at_q()
627 bpm = 4 variable in MidiSegInfo.segInfo664 bpm = IniGetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "BPM", 'int', 0)666 if iMsPerTick == 0 or bpm == 0 or ppqn == 0:668 tb = TimeBase(ppqn, bpm)677 ret.bpm = bpm
35 n } [bpm] → м ; # 群馬 → Гумма
4161 … float bpm = getBorderPaddingMargin(toRenderInline(child), childIterator.endOfInline); in computeInlinePreferredLogicalWidths() local4162 childMin += bpm; in computeInlinePreferredLogicalWidths()4163 childMax += bpm; in computeInlinePreferredLogicalWidths()