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

  /frameworks/base/media/libstagefright/codecs/aacdec/
pns_left.cpp 172 num_bands = pFrameInfo->sfb_per_win[window_start];
184 FOR (sfb = num_bands; sfb > 0; sfb--)
238 tot_sfb = tot_sfb + num_bands * wins_in_group;
239 pFactors = pFactors + num_bands * wins_in_group;
358 Int num_bands = pFrameInfo->sfb_per_win[partition]; local
378 for (sfb = 0; sfb < num_bands; sfb++)
418 pFactors += num_bands;
ms_synt.cpp 50 num_bands = Number of scalefactor bands.
199 start_indx = start_indx + num_bands;
276 const Int num_bands,
397 start_indx += num_bands;
sbr_update_freq_scale.cpp 305 Int32 num_bands)
315 for (i = 1; i <= num_bands; i++)
317 /* float temp=(start * pow( (float)stop/start, (float)i/num_bands)); */
321 tmp_q1 = fxp_mul32_Q20(tmp_q1, (i << 27) / num_bands);
apply_tns.cpp 316 } /* for(tempInt = num_bands; tempInt > 0; tempInt--)*/
378 } /* for(tempInt = num_bands; tempInt > 0; tempInt--)*/
ms_synt.h 84 const Int num_bands,
sbr_update_freq_scale.h 91 Int32 num_bands);
  /external/webp/src/enc/
vp8enci.h 55 NUM_BANDS = 8,
186 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 924 bytes
187 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 7.4k
188 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 11.4k
387 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
389 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
tree.c 23 VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
350 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
488 for (b = 0; b < NUM_BANDS; ++b) {
cost.c 360 for (band = 0; band < NUM_BANDS; ++band) {
frame.c 168 for (b = 0; b < NUM_BANDS; ++b) {
  /external/freetype/src/smooth/
ftgrays.c 1722 int volatile n, num_bands; local
    [all...]
  /external/webp/src/dec/
vp8i.h 63 NUM_BANDS = 8,
130 uint8_t coeffs_[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
tree.c 87 CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
392 CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
543 for (b = 0; b < NUM_BANDS; ++b) {
  /hardware/msm7k/libaudio/
AudioHardware.h 70 uint16_t num_bands; member in struct:android::rx_iir_filter
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 128 uint16_t num_bands; member in struct:android::rx_iir_filter

Completed in 606 milliseconds