Searched defs:lsb_depth (Results 1 – 5 of 5) sorted by relevance
/external/libopus/src/ |
D | analysis.c | 423 …celt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func … in tonality_analysis() 918 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) in run_analysis()
|
D | opus_encoder.c | 85 int lsb_depth; member 840 static int is_digital_silence(const opus_val16* pcm, int frame_size, int channels, int lsb_depth) in is_digital_silence() 946 int lsb_depth, in encode_multiframe_packet() 1067 unsigned char *data, opus_int32 out_data_bytes, int lsb_depth, in opus_encode_native()
|
D | opus_multistream_encoder.c | 809 int lsb_depth, in opus_multistream_encode_native()
|
/external/libopus/tests/ |
D | test_opus_encode.c | 231 int lsb_depth = RAND_SAMPLE(lsb_depths); in fuzz_encoder_settings() local
|
/external/libopus/celt/ |
D | celt_encoder.c | 75 int lsb_depth; member 971 int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN, in dynalloc_analysis()
|