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

  /external/aac/libSBRenc/src/
tran_det.h 98 FIXP_DBL tran_thr; /* Master threshold for transient signals */ member in struct:__anon1834
tran_det.cpp 609 && (h_sbrTran->transients[i - 1] > h_sbrTran->tran_thr);
624 && (h_sbrTran->transients[i - 1] > h_sbrTran->tran_thr);
685 h_sbrTransientDetector->tran_thr = (FIXP_DBL)((params->tran_thr << (32-24-1)) / no_rows);
sbr_encoder.cpp 476 config->tran_thr = 13000;
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 166 INT tran_thr; /*!< SBR transient detector threshold (* 100). */ member in struct:sbrConfiguration

Completed in 69 milliseconds