Searched refs:OpusProjectionDecoder (Results 1 – 3 of 3) sorted by relevance
41 struct OpusProjectionDecoder struct92 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()[all …]
109 typedef struct OpusProjectionDecoder OpusProjectionDecoder; typedef397 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT OpusProjectionDecoder *opus_projection_decoder_create(448 OpusProjectionDecoder *st,488 OpusProjectionDecoder *st,527 OpusProjectionDecoder *st,550 OPUS_EXPORT int opus_projection_decoder_ctl(OpusProjectionDecoder *st, int request, ...) OPUS_ARG_N…557 OPUS_EXPORT void opus_projection_decoder_destroy(OpusProjectionDecoder *st);
197 OpusProjectionDecoder *st_dec = NULL; in test_creation_arguments()292 OpusProjectionDecoder *st_dec; in test_encode_decode()