Home
last modified time | relevance | path

Searched refs:lsf (Results 251 – 275 of 1878) sorted by relevance

1...<<11121314151617181920>>...76

/dports/sysutils/gstreamer1-plugins-cdio/gst-plugins-ugly-1.16.2/gst/xingmux/
H A Dgstxingmux.c126 gint lsf, mpg25; in parse_header() local
159 lsf = (header & (1 << 19)) ? 0 : 1; in parse_header()
162 lsf = 1; in parse_header()
169 bitrate = mp3types_bitrates[lsf][layer - 1][bitrate] * 1000; in parse_header()
174 samplerate = mp3types_freqs[lsf + mpg25][samplerate]; in parse_header()
187 length = (bitrate * 144) / (samplerate << lsf) + padding; in parse_header()
193 else if (layer == 2 || lsf == 0) in parse_header()
/dports/multimedia/gstreamer1-plugins-x264/gst-plugins-ugly-1.16.2/gst/xingmux/
H A Dgstxingmux.c126 gint lsf, mpg25; in parse_header() local
159 lsf = (header & (1 << 19)) ? 0 : 1; in parse_header()
162 lsf = 1; in parse_header()
169 bitrate = mp3types_bitrates[lsf][layer - 1][bitrate] * 1000; in parse_header()
174 samplerate = mp3types_freqs[lsf + mpg25][samplerate]; in parse_header()
187 length = (bitrate * 144) / (samplerate << lsf) + padding; in parse_header()
193 else if (layer == 2 || lsf == 0) in parse_header()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dlsf_to_poly.c26 int16_t *lsf /* (i) line spectral frequencies in Q13 */ in WebRtcIlbcfix_Lsf2Poly() argument
37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly()
H A Dsimple_lpc_analysis.c30 int16_t *lsf, /* (o) lsf coefficients */ in WebRtcIlbcfix_SimpleLpcAnalysis() argument
86 WebRtcIlbcfix_Poly2Lsf(lsf + k*LPC_FILTERORDER, A); in WebRtcIlbcfix_SimpleLpcAnalysis()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/ilbc/
H A Dlsf_to_poly.c28 int16_t *lsf /* (i) line spectral frequencies in Q13 */ in WebRtcIlbcfix_Lsf2Poly() argument
39 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly()
H A Dsimple_lpc_analysis.c32 int16_t *lsf, /* (o) lsf coefficients */ in WebRtcIlbcfix_SimpleLpcAnalysis() argument
88 WebRtcIlbcfix_Poly2Lsf(lsf + k*LPC_FILTERORDER, A); in WebRtcIlbcfix_SimpleLpcAnalysis()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/coding_ilbc/
H A Dlsf_to_poly.c26 WebRtc_Word16 *lsf /* (i) line spectral frequencies in Q13 */ in WebRtcIlbcfix_Lsf2Poly() argument
37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly()
H A Dsimple_lpc_analysis.c30 WebRtc_Word16 *lsf, /* (o) lsf coefficients */ in WebRtcIlbcfix_SimpleLpcAnalysis() argument
86 WebRtcIlbcfix_Poly2Lsf(lsf + k*LPC_FILTERORDER, A); in WebRtcIlbcfix_SimpleLpcAnalysis()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_coding/codecs/ilbc/
H A Dlsf_to_poly.c26 int16_t *lsf /* (i) line spectral frequencies in Q13 */ in WebRtcIlbcfix_Lsf2Poly() argument
37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dlsf_to_poly.c26 int16_t *lsf /* (i) line spectral frequencies in Q13 */ in WebRtcIlbcfix_Lsf2Poly() argument
37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dlsf_to_poly.c26 int16_t *lsf /* (i) line spectral frequencies in Q13 */ in WebRtcIlbcfix_Lsf2Poly() argument
37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly()
/dports/net/libilbc/libilbc-3.0.4/modules/audio_coding/codecs/ilbc/
H A Dlsf_to_poly.c28 int16_t *lsf /* (i) line spectral frequencies in Q13 */ in WebRtcIlbcfix_Lsf2Poly() argument
39 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dlsf_to_poly.c26 int16_t *lsf /* (i) line spectral frequencies in Q13 */
37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dlsf_to_poly.c26 int16_t *lsf /* (i) line spectral frequencies in Q13 */ in WebRtcIlbcfix_Lsf2Poly() argument
37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dlsf_to_poly.c26 int16_t *lsf /* (i) line spectral frequencies in Q13 */ in WebRtcIlbcfix_Lsf2Poly() argument
37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/ilbc/
H A Dlsf_to_poly.c26 int16_t *lsf /* (i) line spectral frequencies in Q13 */ in WebRtcIlbcfix_Lsf2Poly() argument
37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dlsf_to_poly.c26 int16_t *lsf /* (i) line spectral frequencies in Q13 */ in WebRtcIlbcfix_Lsf2Poly() argument
37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Mpeg3Plugin/libmpeg/audio/
H A Dlayer3.c724 int lsf) in mpeg3audio_III_get_side_info() argument
729 const int *tab = tabs[lsf]; in mpeg3audio_III_get_side_info()
736 if(!lsf) in mpeg3audio_III_get_side_info()
786 if(!lsf || gr_info->block_type == 2) in mpeg3audio_III_get_side_info()
811 if(!lsf) gr_info->preflag = mpeg3bits_getbits(audio->astream, 1); in mpeg3audio_III_get_side_info()
934 int lsf) in mpeg3audio_III_i_stereo() argument
949 tab = lsf + (gr_info->scalefac_compress & lsf); in mpeg3audio_III_i_stereo()
1143 if(audio->lsf) in mpeg3audio_dolayer3()
1152 … if(mpeg3audio_III_get_side_info(audio, &sideinfo, channels, ms_stereo, sfreq, single, audio->lsf)) in mpeg3audio_dolayer3()
1175 if(audio->lsf) in mpeg3audio_dolayer3()
[all …]
/dports/mail/mailutils/mailutils-3.13/examples/cpp/
H A DMakefile.am22 lsf\
45 lsf_SOURCES = lsf.cc
/dports/audio/opencore-amr/opencore-amr-0.1.5/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
H A Ddtx_enc.cpp550 Word16 lsf[M];
681 Lsp_lsf(lsp, lsf, M, pOverflow);
682 Reorder_lsf(lsf, LSF_GAP, M, pOverflow);
683 Lsf_lsp(lsf, lsp, M, pOverflow);
/dports/audio/aacgain/aacgain-1.8/mp3gain/mpglibDBL/
H A Dinterface.c423 int mode,stereo,sampling_frequency,mpeg25,lsf; in sync_buffer() local
426 lsf = (head & (1<<19)) ? 0x0 : 0x1; in sync_buffer()
430 lsf = 1; in sync_buffer()
440 sampling_frequency = ((head>>10)&0x3) + (lsf*3); in sync_buffer()
441 h = ((stereo==fr->stereo) && (lsf==fr->lsf) && (mpeg25==fr->mpeg25) && in sync_buffer()
548 if(mp->fr.lsf) in decodeMP3()
/dports/net/rclone/rclone-1.57.0/docs/content/commands/
H A Drclone_lsl.md34 * `lsf` to list objects and directories in easy to parse format
38 `lsf` is designed to be human and machine readable.
43 The other list commands `lsd`,`lsf`,`lsjson` do not recurse by default - use `-R` to make them recu…
H A Drclone_ls.md34 * `lsf` to list objects and directories in easy to parse format
38 `lsf` is designed to be human and machine readable.
43 The other list commands `lsd`,`lsf`,`lsjson` do not recurse by default - use `-R` to make them recu…
/dports/audio/praat/praat-6.2.03/dwtest/
H A Dtest_LineSpectralFrequencies.praat16 lsf = To LineSpectralFrequencies: 0.0
26 removeObject: lpc1, f1, lsf, lpc2, f2
/dports/net/ilbc/ilbc-rfc3951/src/
H A DMakefile.am10 doCPLC.c gainquant.c hpOutput.c iLBC_define.h lsf.c syntFilter.c \
11 doCPLC.h gainquant.h hpOutput.h iLBC_encode.c lsf.h syntFilter.h

1...<<11121314151617181920>>...76