Searched defs:lsb_depth (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libopus/src/ |
H A D | analysis.c | 432 static int is_digital_silence32(const opus_val32* pcm, int frame_size, int channels, int lsb_depth) in is_digital_silence32() 446 #define is_digital_silence32(pcm, frame_size, channels, lsb_depth) is_digital_silence(pcm, frame_si… argument 449 …celt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func … in tonality_analysis() 960 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) in run_analysis()
|
H A D | opus_encoder.c | 96 int lsb_depth; member 933 int is_digital_silence(const opus_val16* pcm, int frame_size, int channels, int lsb_depth) in is_digital_silence() 1058 unsigned char *data, opus_int32 out_data_bytes, int lsb_depth, in opus_encode_native()
|
H A D | opus_multistream_encoder.c | 810 int lsb_depth, in opus_multistream_encode_native()
|
/aosp_15_r20/external/libopus/tests/ |
H A D | test_opus_encode.c | 258 int lsb_depth = RAND_SAMPLE(lsb_depths); in fuzz_encoder_settings() local
|
/aosp_15_r20/external/libopus/celt/ |
H A D | celt_encoder.c | 75 int lsb_depth; member 982 int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN, in dynalloc_analysis()
|