Home
last modified time | relevance | path

Searched refs:lsb_depth (Results 1 – 6 of 6) sorted by relevance

/external/libopus/src/
Danalysis.h101 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info);
Danalysis.c205 …lt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func do… in tonality_analysis() argument
416 noise_floor = 5.7e-4f/(1<<(IMAX(0,lsb_depth-8))); in tonality_analysis()
648 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) in run_analysis() argument
661 …ysis(analysis, celt_mode, analysis_pcm, IMIN(480, pcm_len), offset, c1, c2, C, lsb_depth, downmix); in run_analysis()
Dopus_private.h104 unsigned char *data, opus_int32 out_data_bytes, int lsb_depth,
Dopus_encoder.c81 int lsb_depth; member
233 st->lsb_depth = 24; in opus_encoder_init()
938 unsigned char *data, opus_int32 out_data_bytes, int lsb_depth, in opus_encode_native() argument
998 lsb_depth = IMIN(lsb_depth, st->lsb_depth); in opus_encode_native()
1013 lsb_depth, downmix, &analysis_info); in opus_encode_native()
1352 celt_encoder_ctl(celt_enc, OPUS_SET_LSB_DEPTH(lsb_depth)); in opus_encode_native()
1407 tmp_data+i*bytes_per_frame, bytes_per_frame, lsb_depth, in opus_encode_native()
2409 st->lsb_depth=value; in opus_encoder_ctl()
2419 *value = st->lsb_depth; in opus_encoder_ctl()
Dopus_multistream_encoder.c825 int lsb_depth, in opus_multistream_encode_native() argument
1021 len = opus_encode_native(enc, buf, frame_size, tmp_data, curr_max, lsb_depth, in opus_multistream_encode_native()
/external/libopus/celt/
Dcelt_encoder.c75 int lsb_depth; member
191 st->lsb_depth=24; in opus_custom_encoder_init_arch()
931 int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN, in dynalloc_analysis() argument
951 +QCONST16(.5f,DB_SHIFT)+SHL16(9-lsb_depth,DB_SHIFT)-SHL16(eMeans[i],6) in dynalloc_analysis()
1521 silence = (sample_max <= (opus_val16)1/(1<<st->lsb_depth)); in celt_encode_with_ec()
1836 st->lsb_depth, mode->logN, isTransient, st->vbr, st->constrained_vbr, in celt_encode_with_ec()
2315 st->lsb_depth=value; in opus_custom_encoder_ctl()
2321 *value=st->lsb_depth; in opus_custom_encoder_ctl()