Home
last modified time | relevance | path

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

/external/libopus/src/
Danalysis.h82 …lt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func do…
88 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info);
Danalysis.c192 …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
384 noise_floor = 5.7e-4f/(1<<(IMAX(0,lsb_depth-8))); in tonality_analysis()
621 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) in run_analysis() argument
634 …nalysis, NULL, celt_mode, analysis_pcm, IMIN(480, pcm_len), offset, c1, c2, C, lsb_depth, downmix); in run_analysis()
Dopus_private.h106 unsigned char *data, opus_int32 out_data_bytes, int lsb_depth,
Dopus_encoder.c80 int lsb_depth; member
231 st->lsb_depth = 24; in opus_encoder_init()
926 unsigned char *data, opus_int32 out_data_bytes, int lsb_depth, in opus_encode_native() argument
983 lsb_depth = IMIN(lsb_depth, st->lsb_depth); in opus_encode_native()
998 lsb_depth, downmix, &analysis_info); in opus_encode_native()
1324 celt_encoder_ctl(celt_enc, OPUS_SET_LSB_DEPTH(lsb_depth)); in opus_encode_native()
1379 tmp_data+i*bytes_per_frame, bytes_per_frame, lsb_depth, in opus_encode_native()
2364 st->lsb_depth=value; in opus_encoder_ctl()
2374 *value = st->lsb_depth; in opus_encoder_ctl()
Dopus_multistream_encoder.c676 int lsb_depth, in opus_multistream_encode_native() argument
851 len = opus_encode_native(enc, buf, frame_size, tmp_data, curr_max, lsb_depth, in opus_multistream_encode_native()
/external/libopus/celt/
Dcelt_encoder.c76 int lsb_depth; member
193 st->lsb_depth=24; in opus_custom_encoder_init_arch()
890 int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN, in dynalloc_analysis() argument
911 +QCONST16(.5f,DB_SHIFT)+SHL16(9-lsb_depth,DB_SHIFT)-SHL16(eMeans[i],6) in dynalloc_analysis()
1451 silence = (sample_max <= (opus_val16)1/(1<<st->lsb_depth)); in celt_encode_with_ec()
1764 st->lsb_depth, mode->logN, isTransient, st->vbr, st->constrained_vbr, in celt_encode_with_ec()
2258 st->lsb_depth=value; in opus_custom_encoder_ctl()
2264 *value=st->lsb_depth; in opus_custom_encoder_ctl()