OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FDKsbrEnc_EncodeIid
(Results
1 - 3
of
3
) sorted by null
/external/aac/libSBRenc/src/
ps_bitenc.h
139
INT
FDKsbrEnc_EncodeIid
(HANDLE_FDK_BITSTREAM hBitBuf,
ps_encode.cpp
394
bitsIidFreq =
FDKsbrEnc_EncodeIid
(NULL, iidIdxCoarse[0], NULL, psBands, PS_IID_RES_COARSE, PS_DELTA_FREQ, &error);
400
bitsIidTime =
FDKsbrEnc_EncodeIid
(NULL, iidIdxCoarse[0], psData->iidIdxLast, psBands, PS_IID_RES_COARSE, PS_DELTA_TIME, &error);
415
bitsIidFreq =
FDKsbrEnc_EncodeIid
(NULL, iidIdxCoarse[env], NULL, psBands, PS_IID_RES_COARSE, PS_DELTA_FREQ, &error);
416
bitsIidTime =
FDKsbrEnc_EncodeIid
(NULL, iidIdxCoarse[env], iidIdxCoarse[env-1], psBands, PS_IID_RES_COARSE, PS_DELTA_TIME, &error);
431
bitsIidFreq =
FDKsbrEnc_EncodeIid
(NULL, iidIdxFine[0], NULL, psBands, PS_IID_RES_FINE, PS_DELTA_FREQ, &error);
437
bitsIidTime =
FDKsbrEnc_EncodeIid
(NULL, iidIdxFine[0], psData->iidIdxLast, psBands, PS_IID_RES_FINE, PS_DELTA_TIME, &error);
452
bitsIidFreq =
FDKsbrEnc_EncodeIid
(NULL, iidIdxFine[env], NULL, psBands, PS_IID_RES_FINE, PS_DELTA_FREQ, &error);
453
bitsIidTime =
FDKsbrEnc_EncodeIid
(NULL, iidIdxFine[env], iidIdxFine[env-1], psBands, PS_IID_RES_FINE, PS_DELTA_TIME, &error);
[
all
...]
ps_bitenc.cpp
344
INT
FDKsbrEnc_EncodeIid
(HANDLE_FDK_BITSTREAM hBitBuf,
663
bitCnt +=
FDKsbrEnc_EncodeIid
( hBitBuf,
Completed in 33 milliseconds