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

  /frameworks/av/media/libstagefright/codecs/aacdec/
apply_tns.cpp 206 TNSfilt *pFilt;
215 pFilt = pTNS_frame_info->filt;
222 tempInt = pFilt->order;
232 num_TNS_coef = (pFilt->stop_coef - pFilt->start_coef);
239 &(pCoef[pFilt->start_coef]),
241 pFilt->direction,
243 pFilt->q_lpc,
244 pFilt->order,
249 num_tns_bands = (pFilt->stop_band - pFilt->start_band)
    [all...]
get_tns.cpp 365 TNSfilt *pFilt;
417 pFilt = pTnsFrameInfo->filt;
455 pFilt->stop_coef = SCALE_FACTOR_BAND_OFFSET(tempInt);
457 pFilt->stop_band = tempInt;
464 pFilt->start_coef = SCALE_FACTOR_BAND_OFFSET(tempInt);
466 pFilt->start_band = tempInt;
471 pFilt->order = tempInt;
477 pFilt->order = max_order;
482 * pFilt->direction = [1,-1]
487 pFilt->direction = (-(Int)tempInt) | 0x1
    [all...]

Completed in 31 milliseconds