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

  /frameworks/av/media/libstagefright/codecs/aacdec/
esc_iquant_scaling.cpp 173 b_low = (tmp_coef & 0xFFFF);
176 mult_low = ( (UInt32) b_low * scale );
209 b_low = (mult_high & 0xFFFF);
212 mult_low = ( (UInt32) b_low * scale );
tns_ar_filter.cpp 68 Eliminated casting to UInt and Int in b_low and b_high, they are
huffspec_fxp.cpp 59 Description: Typecast b_low and b_high to 32-bits before multiplication, this
  /external/qemu/android/skin/
window.c 295 const unsigned b_low = LCD_BRIGHTNESS_LOW; local
309 if (alpha < b_low)
314 alpha = alpha_min + ((alpha - b_min)*alpha_range) / (b_low - b_min);
    [all...]

Completed in 98 milliseconds