Lines Matching defs:in
3 Redistribution and use in source and binary forms, with or without
10 - Redistributions in binary form must reproduce the above copyright
11 notice, this list of conditions and the following disclaimer in the
17 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
22 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
23 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
54 opus_int16 in[FRAME_SIZE*CHANNELS];
80 in worse quality, but better. */
123 in[i]=pcm_bytes[2*i+1]<<8|pcm_bytes[2*i];
126 nbBytes = opus_encode(encoder, in, FRAME_SIZE, cbits, MAX_PACKET_SIZE);
134 /* Decode the data. In this example, frame_size will be constant because