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

  /frameworks/base/media/libstagefright/codecs/aacdec/
s_tnsfilt.h 35 Description: Had to add "start_coef" and "stop_coef" in order to preserve
115 Int start_coef; member in struct:__anon9275
apply_tns.cpp 229 * between start_coef and stop_stop is <= 0.
232 num_TNS_coef = (pFilt->stop_coef - pFilt->start_coef);
239 &(pCoef[pFilt->start_coef]),
340 pTempCoef = pCoef + pFilt->start_coef;
382 &(pCoef[pFilt->start_coef]),
get_tns.cpp 464 pFilt->start_coef = SCALE_FACTOR_BAND_OFFSET(tempInt);
546 tempInt = pFilt->stop_coef - pFilt->start_coef;

Completed in 710 milliseconds