Lines Matching refs:opus_int
42 opus_int nChannelsAPI;
43 opus_int nChannelsInternal;
44 opus_int prev_decode_only_middle;
51 opus_int silk_Get_Decoder_Size( /* O Returns error code … in silk_Get_Decoder_Size()
52 …opus_int *decSizeBytes /* O Number of bytes in SILK decoder state … in silk_Get_Decoder_Size()
55 opus_int ret = SILK_NO_ERROR; in silk_Get_Decoder_Size()
63 opus_int silk_InitDecoder( /* O Returns error code … in silk_InitDecoder()
67 opus_int n, ret = SILK_NO_ERROR; in silk_InitDecoder()
81 opus_int silk_Decode( /* O Returns error code … in silk_Decode()
84 …opus_int lostFlag, /* I 0: no loss, 1 loss, 2 decode fec … in silk_Decode()
85 …opus_int newPacketFlag, /* I Indicates first decoder call for this … in silk_Decode()
92 opus_int i, n, decode_only_middle = 0, ret = SILK_NO_ERROR; in silk_Decode()
102 opus_int has_side; in silk_Decode()
103 opus_int stereo_to_mono; in silk_Decode()
128 opus_int fs_kHz_dec; in silk_Decode()
204 opus_int condCoding; in silk_Decode()
284 opus_int FrameIndex; in silk_Decode()
285 opus_int condCoding; in silk_Decode()
389 opus_int silk_get_TOC(
391 …const opus_int nBytesIn, /* I Number of input bytes …
392 …const opus_int nFramesPerPayload, /* I Number of SILK frames per payload …
396 opus_int i, flags, ret = SILK_NO_ERROR;