HomeSort by relevance Sort by last modified time
    Searched defs:global_gain (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dequantize_sample.cpp 195 int32 global_gain; local
222 global_gain = gr_info->global_gain;
223 int32 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3];
224 global_gain = 12 + (global_gain >> 2);
255 global_gain = (gr_info->global_gain);
256 global_gain -= (1 + gr_info->scalefac_scale) *
259 two_raise_one_fourth = pow_2_1_fourth[global_gain&0x3]
    [all...]
pvmp3_dec_defs.h 142 int32 global_gain; member in struct:__anon51228
  /external/libxaac/decoder/
ixheaacd_acelp_info.h 32 WORD32 global_gain[NUM_FRAMES]; member in struct:__anon30155
ixheaacd_spectrum_dec.c 225 WORD16 global_gain, pWORD16 factors, pUWORD8 groups,
230 WORD16 factor = global_gain;
349 WORD16 global_gain; local
359 global_gain = ixheaacd_read_bits_buf(it_bit_buff, 8);
407 ixheaacd_section_data(usac_data, it_bit_buff, info, global_gain,
ixheaacd_channelinfo.h 311 WORD16 global_gain; member in struct:__anon30183
  /external/aac/libFDK/include/
FDK_tools_rom.h 300 global_gain, enumerator in enum:__anon14839

Completed in 138 milliseconds