Lines Matching refs:OpusProjectionDecoder
41 struct OpusProjectionDecoder struct
92 static MappingMatrix *get_dec_demixing_matrix(OpusProjectionDecoder *st) in get_dec_demixing_matrix()
96 align(sizeof(OpusProjectionDecoder))); in get_dec_demixing_matrix()
99 static OpusMSDecoder *get_multistream_decoder(OpusProjectionDecoder *st) in get_multistream_decoder()
103 align(sizeof(OpusProjectionDecoder) + in get_multistream_decoder()
122 return align(sizeof(OpusProjectionDecoder)) + matrix_size + decoder_size; in opus_projection_decoder_get_size()
125 int opus_projection_decoder_init(OpusProjectionDecoder *st, opus_int32 Fs, in opus_projection_decoder_init()
176 OpusProjectionDecoder *opus_projection_decoder_create( in opus_projection_decoder_create()
182 OpusProjectionDecoder *st; in opus_projection_decoder_create()
191 st = (OpusProjectionDecoder *)opus_alloc(size); in opus_projection_decoder_create()
213 int opus_projection_decode(OpusProjectionDecoder *st, const unsigned char *data, in opus_projection_decode()
222 int opus_projection_decode(OpusProjectionDecoder *st, const unsigned char *data, in opus_projection_decode()
233 int opus_projection_decode_float(OpusProjectionDecoder *st, const unsigned char *data, in opus_projection_decode_float()
242 int opus_projection_decoder_ctl(OpusProjectionDecoder *st, int request, ...) in opus_projection_decoder_ctl()
254 void opus_projection_decoder_destroy(OpusProjectionDecoder *st) in opus_projection_decoder_destroy()