Searched refs:opus_int16 (Results 251 - 257 of 257) sorted by relevance

<<11

/external/libopus/celt/
H A Dcelt_encoder.c890 int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN,
891 int isTransient, int vbr, int constrained_vbr, const opus_int16 *eBands, int LM,
1145 const opus_int16 *eBands;
1304 const opus_int16 *eBands;
2109 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes)
2118 VARDECL(opus_int16, in);
2126 ALLOC(in, C*N, opus_int16);
2142 int opus_custom_encode(CELTEncoder * OPUS_RESTRICT st, const opus_int16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes)
2161 ((opus_int16*)pcm)[j] = FLOAT2INT16(in[j]);
H A Dfixed_debug.h510 static OPUS_INLINE opus_int16 SATURATE16(opus_int32 a)
H A Dquant_bands.c368 opus_int16 frac = 1<<fine_quant[i];
/external/chromium_org/third_party/opus/src/src/
H A Dopus_multistream_encoder.c903 const opus_int16 *short_src;
905 short_src = (const opus_int16 *)src;
959 const opus_int16 *pcm,
/external/libopus/src/
H A Dopus_multistream_encoder.c903 const opus_int16 *short_src;
905 short_src = (const opus_int16 *)src;
959 const opus_int16 *pcm,
/external/chromium_org/third_party/opus/src/celt/
H A Dfixed_debug.h510 static OPUS_INLINE opus_int16 SATURATE16(opus_int32 a)
H A Dquant_bands.c368 opus_int16 frac = 1<<fine_quant[i];

Completed in 175 milliseconds

<<11