Home
last modified time | relevance | path

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

/hardware/libhardware/include/hardware/
Dsensors.h739 float bpm; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.c156 const int bpm = (int)(vp9_rc_bits_per_mb(frame_kind, q, correction_factor)); in estimate_bits_at_q() local
161 return (mbs > (1 << 11)) ? (bpm >> BPER_MB_NORMBITS) * mbs in estimate_bits_at_q()
162 : (bpm * mbs) >> BPER_MB_NORMBITS; in estimate_bits_at_q()