Home
last modified time | relevance | path

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

/external/libopus/silk/
DAPI.h66 …void *encState, /* I/O State …
77 …void *encState, /* I/O State …
Denc_API.c48 …const void *encState, /* I State …
71 …void *encState, /* I/O State … in silk_InitEncoder() argument
79 psEnc = (silk_encoder *)encState; in silk_InitEncoder()
93 if( ret += silk_QueryEncoder( encState, encStatus ) ) { in silk_InitEncoder()
104 …const void *encState, /* I State … in silk_QueryEncoder() argument
110 silk_encoder *psEnc = (silk_encoder *)encState; in silk_QueryEncoder()
141 …void *encState, /* I/O State … in silk_Encode() argument
155 silk_encoder *psEnc = ( silk_encoder * )encState; in silk_Encode()