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

  /frameworks/av/media/libstagefright/codecs/aacdec/
ps_bstr_decoding.cpp 142 ps_dec->noEnv = 0;
147 for (env = 0; env < ps_dec->noEnv; env++)
187 } /* for (env=0; env<ps_dec->noEnv; env++) */
189 if (ps_dec->noEnv == 0)
191 ps_dec->noEnv = 1;
195 pv_memmove(ps_dec->aaIidIndex[ps_dec->noEnv-1],
202 pv_memset((void *)ps_dec->aaIidIndex[ps_dec->noEnv-1],
208 pv_memmove(ps_dec->aaIccIndex[ps_dec->noEnv-1],
214 pv_memset((void *)ps_dec->aaIccIndex[ps_dec->noEnv-1],
221 ps_dec->aaIidIndex[ps_dec->noEnv-1]
    [all...]
ps_read_data.cpp 274 ps_dec->noEnv = aFixNoEnvDecode[ buf_getbits(hBitBuf, 2)];
278 ps_dec->noEnv = 1 + buf_getbits(hBitBuf, 2);
279 for (env = 1; env < ps_dec->noEnv + 1; env++)
306 for (env = 0; env < ps_dec->noEnv; env++)
344 for (env = 0; env < ps_dec->noEnv; env++)
s_ps_dec.h 88 UInt32 noEnv;
  /external/aac/libSBRdec/src/
psbitdec.cpp 266 /* => keep latest data constant (i.e. FIX with noEnv=0) */
267 pBsData->noEnv = 0;
273 for (env=0; env<pBsData->noEnv; env++) {
305 } /* for (env=0; env<pBsData->noEnv; env++) */
307 /* handling of FIX noEnv=0 */
308 if (pBsData->noEnv==0) {
309 /* set noEnv=1, keep last parameters or force 0 if not enabled */
310 pBsData->noEnv = 1;
314 pBsData->aaIidIndex[pBsData->noEnv-1][gr] =
320 pBsData->aaIidIndex[pBsData->noEnv-1][gr] = 0
    [all...]
psdec.h 218 UCHAR noEnv; /*!< The number of envelopes per frame */

Completed in 602 milliseconds