Home
last modified time | relevance | path

Searched refs:AACPCEInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Daacenc.h93 typedef struct AACPCEInfo { struct
100 } AACPCEInfo; argument
137 static const AACPCEInfo aac_pce_configs[] = {
383 AACPCEInfo pce; ///< PCE data, if needed
Daacenc.c58 AACPCEInfo *pce = &s->pce; in put_pce()