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

  /frameworks/base/media/libstagefright/codecs/aacdec/
esc_iquant_scaling.cpp 174 b_high = (tmp_coef >> 16);
177 mult_high = ( (Int32) b_high * scale );
210 b_high = (mult_high >> 16);
213 mult_high = ( (Int32) b_high * 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 296 const unsigned b_high = LCD_BRIGHTNESS_HIGH; local
340 alpha = ((alpha - b_high)*alpha_range) / (b_max - b_high);
    [all...]

Completed in 261 milliseconds