Searched defs:lsb_depth (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Danalysis.c192 void tonality_analysis(TonalityAnalysisState *tonal, AnalysisInfo *info_out, const CELTMode *celt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix) argument
384 noise_floor = 5.7e-4f/(1<<(IMAX(0,lsb_depth-8)));
621 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info)
634 tonality_analysis(analysis, NULL, celt_mode, analysis_pcm, IMIN(480, pcm_len), offset, c1, c2, C, lsb_depth, downmix);
619 run_analysis(TonalityAnalysisState *analysis, const CELTMode *celt_mode, const void *analysis_pcm, int analysis_frame_size, int frame_size, int c1, int c2, int C, opus_int32 Fs, int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) argument
H A Dopus_multistream_encoder.c676 int lsb_depth,
851 len = opus_encode_native(enc, buf, frame_size, tmp_data, curr_max, lsb_depth,
668 opus_multistream_encode_native( OpusMSEncoder *st, opus_copy_channel_in_func copy_channel_in, const void *pcm, int analysis_frame_size, unsigned char *data, opus_int32 max_data_bytes, int lsb_depth, downmix_func downmix ) argument
H A Dopus_encoder.c80 int lsb_depth; member in struct:OpusEncoder
231 st->lsb_depth = 24;
926 unsigned char *data, opus_int32 out_data_bytes, int lsb_depth,
983 lsb_depth = IMIN(lsb_depth, st->lsb_depth);
998 lsb_depth, downmix, &analysis_info);
1324 celt_encoder_ctl(celt_enc, OPUS_SET_LSB_DEPTH(lsb_depth));
1379 tmp_data+i*bytes_per_frame, bytes_per_frame, lsb_depth,
2364 st->lsb_depth
925 opus_encode_native(OpusEncoder *st, const opus_val16 *pcm, int frame_size, unsigned char *data, opus_int32 out_data_bytes, int lsb_depth, const void *analysis_pcm, opus_int32 analysis_size, int c1, int c2, int analysis_channels, downmix_func downmix) argument
[all...]
/external/libopus/src/
H A Danalysis.c192 void tonality_analysis(TonalityAnalysisState *tonal, AnalysisInfo *info_out, const CELTMode *celt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix) argument
384 noise_floor = 5.7e-4f/(1<<(IMAX(0,lsb_depth-8)));
621 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info)
634 tonality_analysis(analysis, NULL, celt_mode, analysis_pcm, IMIN(480, pcm_len), offset, c1, c2, C, lsb_depth, downmix);
619 run_analysis(TonalityAnalysisState *analysis, const CELTMode *celt_mode, const void *analysis_pcm, int analysis_frame_size, int frame_size, int c1, int c2, int C, opus_int32 Fs, int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info) argument
H A Dopus_multistream_encoder.c676 int lsb_depth,
851 len = opus_encode_native(enc, buf, frame_size, tmp_data, curr_max, lsb_depth,
668 opus_multistream_encode_native( OpusMSEncoder *st, opus_copy_channel_in_func copy_channel_in, const void *pcm, int analysis_frame_size, unsigned char *data, opus_int32 max_data_bytes, int lsb_depth, downmix_func downmix ) argument
H A Dopus_encoder.c80 int lsb_depth; member in struct:OpusEncoder
231 st->lsb_depth = 24;
926 unsigned char *data, opus_int32 out_data_bytes, int lsb_depth,
983 lsb_depth = IMIN(lsb_depth, st->lsb_depth);
998 lsb_depth, downmix, &analysis_info);
1324 celt_encoder_ctl(celt_enc, OPUS_SET_LSB_DEPTH(lsb_depth));
1379 tmp_data+i*bytes_per_frame, bytes_per_frame, lsb_depth,
2364 st->lsb_depth
925 opus_encode_native(OpusEncoder *st, const opus_val16 *pcm, int frame_size, unsigned char *data, opus_int32 out_data_bytes, int lsb_depth, const void *analysis_pcm, opus_int32 analysis_size, int c1, int c2, int analysis_channels, downmix_func downmix) argument
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c76 int lsb_depth; member in struct:OpusCustomEncoder
193 st->lsb_depth=24;
890 int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN,
911 +QCONST16(.5f,DB_SHIFT)+SHL16(9-lsb_depth,DB_SHIFT)-SHL16(eMeans[i],6)
1451 silence = (sample_max <= (opus_val16)1/(1<<st->lsb_depth));
1764 st->lsb_depth, mode->logN, isTransient, st->vbr, st->constrained_vbr,
2258 st->lsb_depth=value;
2264 *value=st->lsb_depth;
889 dynalloc_analysis(const opus_val16 *bandLogE, const opus_val16 *bandLogE2, int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN, int isTransient, int vbr, int constrained_vbr, const opus_int16 *eBands, int LM, int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc) argument
/external/libopus/celt/
H A Dcelt_encoder.c76 int lsb_depth; member in struct:OpusCustomEncoder
193 st->lsb_depth=24;
890 int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN,
911 +QCONST16(.5f,DB_SHIFT)+SHL16(9-lsb_depth,DB_SHIFT)-SHL16(eMeans[i],6)
1451 silence = (sample_max <= (opus_val16)1/(1<<st->lsb_depth));
1764 st->lsb_depth, mode->logN, isTransient, st->vbr, st->constrained_vbr,
2258 st->lsb_depth=value;
2264 *value=st->lsb_depth;
889 dynalloc_analysis(const opus_val16 *bandLogE, const opus_val16 *bandLogE2, int nbEBands, int start, int end, int C, int *offsets, int lsb_depth, const opus_int16 *logN, int isTransient, int vbr, int constrained_vbr, const opus_int16 *eBands, int LM, int effectiveBytes, opus_int32 *tot_boost_, int lfe, opus_val16 *surround_dynalloc) argument

Completed in 159 milliseconds