Lines Matching refs:opus_int
46 …opus_int VADFlag; /* Voice activity for packet …
47 …opus_int VADFlags[ SILK_MAX_FRAMES_PER_PACKET ]; /* Voice activity for each frame in packet …
48 …opus_int inbandFECFlag; /* Flag indicating if packet contains in-band …
58 opus_int silk_Get_Encoder_Size( /* O Returns error code …
59 …opus_int *encSizeBytes /* O Number of bytes in SILK encoder state …
65 opus_int silk_InitEncoder( /* O Returns error code …
76 opus_int silk_Encode( /* O Returns error code …
80 …opus_int nSamplesIn, /* I Number of samples in input vector …
83 …const opus_int prefillFlag, /* I Flag to indicate prefilling buffers no…
94 opus_int silk_Get_Decoder_Size( /* O Returns error code …
95 …opus_int *decSizeBytes /* O Number of bytes in SILK decoder state …
101 opus_int silk_InitDecoder( /* O Returns error code …
108 opus_int silk_Decode( /* O Returns error code …
111 …opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec …
112 …opus_int newPacketFlag, /* I Indicates first decoder call for this …
123 opus_int silk_get_TOC(
125 …const opus_int nBytesIn, /* I Number of input bytes …
126 …const opus_int nFramesPerPayload, /* I Number of SILK frames per payload …