HomeSort by relevance Sort by last modified time
    Searched refs:bpm (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 138 const int bpm = (int)(vp9_bits_per_mb(frame_kind, q, correction_factor)); local
141 // chosen such that the maximum product of Bpm and MBs fits 31 bits. The
142 // largest Bpm takes 20 bits.
143 return (mbs > (1 << 11)) ? (bpm >> BPER_MB_NORMBITS) * mbs
144 : (bpm * mbs) >> BPER_MB_NORMBITS;
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 627 bpm = 4 variable in class:MidiSegInfo.segInfo
645 IniSetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "BPM", str(mi.beats_per_measure))
664 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
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp 6051 float bpm = getBorderPaddingMargin(toRenderInline(child), childIterator.endOfInline); local
    [all...]

Completed in 158 milliseconds