OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_CRC_REGS
(Results
1 - 2
of
2
) sorted by null
/external/aac/libFDK/include/
FDK_crc.h
99
#define
MAX_CRC_REGS
3 /*!< Maximal number of overlapping crc region in ADTS channel pair element is two.
119
CCrcRegData crcRegData[
MAX_CRC_REGS
]; /*!< Multiple crc region description. */
/external/aac/libFDK/src/
FDK_crc.cpp
247
for(i=0;i<
MAX_CRC_REGS
;i++) {
268
hCrcInfo->regStart = (hCrcInfo->regStart+1)%
MAX_CRC_REGS
;
295
hCrcInfo->regStop = (hCrcInfo->regStop+1)%
MAX_CRC_REGS
;
Completed in 25 milliseconds