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

  /external/icu4c/layout/
GlyphPositionAdjustments.h 26 class Adjustment : public UMemory {
29 inline Adjustment();
30 inline Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff = -1);
31 inline ~Adjustment();
97 Adjustment *fAdjustments;
140 inline GlyphPositionAdjustments::Adjustment::Adjustment()
146 inline GlyphPositionAdjustments::Adjustment::Adjustment(float xPlace, float yPlace, float xAdv, float yAdv, le_int32 baseOff)
152 inline GlyphPositionAdjustments::Adjustment::~Adjustment(
    [all...]
GlyphPositionAdjustments.cpp 22 fAdjustments = (Adjustment *) new Adjustment[glyphCount];
  /external/libvpx/vp8/encoder/
ratectrl.c 175 // % adjustment to target kf size based on seperation from previous frame
352 // adjustment up based on q
355 // frame separation adjustment ( down)
660 int Adjustment;
719 Adjustment = (cpi->kf_bitrate_adjustment <= cpi->kf_overspend_bits) ? cpi->kf_bitrate_adjustment : cpi->kf_overspend_bits;
721 if ( Adjustment > (cpi->per_frame_bandwidth - min_frame_target) )
722 Adjustment = (cpi->per_frame_bandwidth - min_frame_target);
724 cpi->kf_overspend_bits -= Adjustment;
728 cpi->inter_frame_target = cpi->per_frame_bandwidth - Adjustment;
758 // Make rate adjustment to recover bits spent in key fram
    [all...]
onyx_if.c     [all...]

Completed in 532 milliseconds