Home
last modified time | relevance | path

Searched refs:MAX_PAYLOAD_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/aac/libSBRenc/include/
Dsbr_encoder.h102 #define MAX_PAYLOAD_SIZE 256 macro
373 UCHAR sbrData[(8)][MAX_PAYLOAD_SIZE]
/external/aac/libSBRenc/src/
Dsbr.h127 UCHAR payloadDelayLine[1+DELAY_FRAMES][MAX_PAYLOAD_SIZE];
Dsbr_encoder.cpp959 MAX_PAYLOAD_SIZE*sizeof(UCHAR), in FDKsbrEnc_EnvEncodeFrame()
1108 if(hSbrElement->payloadDelayLineSize[hEnvEncoder->nBitstrDelay] > (MAX_PAYLOAD_SIZE<<3)) in FDKsbrEnc_EnvEncodeFrame()
1583 …FDKinitBitStream(&hSbrElement->CmonData.sbrBitbuf, bitstreamBuffer, MAX_PAYLOAD_SIZE*sizeof(UCHAR)… in FDKsbrEnc_EnvInit()
2215 UCHAR sbrData[(8)][MAX_PAYLOAD_SIZE] in sbrEncoder_EncodeFrame() argument
2282 sizeof(UCHAR) * (hSbrEncoder->nBitstrDelay*MAX_PAYLOAD_SIZE) ); in sbrEncoder_UpdateBuffers()
/external/aac/libAACenc/src/
Daacenc_lib.cpp218 UCHAR extPayloadData [(1)][(8)][MAX_PAYLOAD_SIZE];