HomeSort by relevance Sort by last modified time
    Searched refs:lsb_depth (Results 1 - 6 of 6) sorted by null

  /external/libopus/src/
analysis.h 82 const CELTMode *celt_mode, const void *x, int len, int offset, int c1, int c2, int C, int lsb_depth, downmix_func downmix);
88 int lsb_depth, downmix_func downmix, AnalysisInfo *analysis_info);
opus_private.h 106 unsigned char *data, opus_int32 out_data_bytes, int lsb_depth,
opus_encoder.c 80 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);
    [all...]
analysis.c 192 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)
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);
opus_multistream_encoder.c 676 int lsb_depth,
851 len = opus_encode_native(enc, buf, frame_size, tmp_data, curr_max, lsb_depth,
    [all...]
  /external/libopus/celt/
celt_encoder.c 76 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)
    [all...]

Completed in 64 milliseconds