Home
last modified time | relevance | path

Searched refs:bpm (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.c138 const int bpm = (int)(vp9_bits_per_mb(frame_kind, q, correction_factor)); in estimate_bits_at_q() local
143 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()
/external/sonivox/jet_tools/JetCreator/
DJetUtils.py627 bpm = 4 variable in MidiSegInfo.segInfo
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/icu/source/data/translit/
Dja_Latn_ru.txt35 n } [bpm] → м ; # 群馬 → Гумма
/external/icu4c/data/translit/
Dja_Latn_ru.txt35 n } [bpm] → м ; # 群馬 → Гумма
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp4161 … float bpm = getBorderPaddingMargin(toRenderInline(child), childIterator.endOfInline); in computeInlinePreferredLogicalWidths() local
4162 childMin += bpm; in computeInlinePreferredLogicalWidths()
4163 childMax += bpm; in computeInlinePreferredLogicalWidths()