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
348 UCHAR sbrData[(6)][MAX_PAYLOAD_SIZE]
/external/aac/libSBRenc/src/
Dsbr.h126 UCHAR payloadDelayLine[1+DELAY_FRAMES][MAX_PAYLOAD_SIZE];
Dsbr_encoder.cpp890 MAX_PAYLOAD_SIZE*sizeof(UCHAR), in FDKsbrEnc_EnvEncodeFrame()
1038 if(hSbrElement->payloadDelayLineSize[hEnvEncoder->nBitstrDelay] > (MAX_PAYLOAD_SIZE<<3)) in FDKsbrEnc_EnvEncodeFrame()
1502 …FDKinitBitStream(&hSbrElement->CmonData.sbrBitbuf, bitstreamBuffer, MAX_PAYLOAD_SIZE*sizeof(UCHAR)… in FDKsbrEnc_EnvInit()
2108 UCHAR sbrData[(6)][MAX_PAYLOAD_SIZE] in sbrEncoder_EncodeFrame() argument
2173 sizeof(UCHAR) * (hSbrEncoder->nBitstrDelay*MAX_PAYLOAD_SIZE) ); in sbrEncoder_UpdateBuffers()
/external/aac/libAACenc/src/
Daacenc_lib.cpp215 UCHAR extPayloadData [(1)][(6)][MAX_PAYLOAD_SIZE];