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

  /external/opencore/codecs_v2/audio/aac/dec/src/
unpack_idx.cpp 80 const UInt div_mod[18] = An array with the values for 1/mod
294 const Int div_mod[18] = /* mod index Q-format */ variable
385 temp_spec = ((Int32) codeword_indx * div_mod[mod]) >> Q_FORMAT_MOD;
496 temp_spec = ((Int32) codeword_indx * div_mod[mod]) >> Q_FORMAT_MOD;
564 temp_spec = ((Int32) codeword_indx * div_mod[mod]) >> Q_FORMAT_MOD;
  /frameworks/base/media/libstagefright/codecs/aacdec/
unpack_idx.cpp 80 const UInt div_mod[18] = An array with the values for 1/mod
294 const Int div_mod[18] = /* mod index Q-format */ variable
385 temp_spec = ((Int32) codeword_indx * div_mod[mod]) >> Q_FORMAT_MOD;
496 temp_spec = ((Int32) codeword_indx * div_mod[mod]) >> Q_FORMAT_MOD;
564 temp_spec = ((Int32) codeword_indx * div_mod[mod]) >> Q_FORMAT_MOD;

Completed in 579 milliseconds