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

  /external/aac/libSBRdec/src/
psdec.cpp 113 SBR_ERROR ResetPsDec( HANDLE_PS_DEC h_ps_d );
115 void ResetPsDeCor( HANDLE_PS_DEC h_ps_d );
142 HANDLE_PS_DEC h_ps_d; local
147 h_ps_d = GetRam_ps_dec();
148 if (h_ps_d == NULL) {
154 h_ps_d = *h_PS_DEC;
160 h_ps_d->noSubSamples = 30; /* col */
163 h_ps_d->noSubSamples = 32; /* col */
166 h_ps_d->noSubSamples = -1;
170 if (h_ps_d->noSubSamples > MAX_NUM_CO
    [all...]
sbrdecoder.cpp 1328 HANDLE_PS_DEC h_ps_d = self->hParametricStereoDec; local
    [all...]

Completed in 173 milliseconds