Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ff_mdct_end
(Results
1 - 25
of
28
) sorted by relevance
1
2
/third_party/ffmpeg/libavcodec/
H
A
D
fft.h
154
#define
ff_mdct_end
FFT_NAME(
ff_mdct_end
)
macro
157
void
ff_mdct_end
(FFTContext *s);
H
A
D
atrac1.c
327
ff_mdct_end
(&q->mdct_ctx[0]);
in atrac1_decode_end()
328
ff_mdct_end
(&q->mdct_ctx[1]);
in atrac1_decode_end()
329
ff_mdct_end
(&q->mdct_ctx[2]);
in atrac1_decode_end()
H
A
D
mdct_template.c
91
ff_mdct_end
(s);
in ff_mdct_init()
205
av_cold void
ff_mdct_end
(FFTContext *s)
in ff_mdct_end()
function
H
A
D
avfft.c
86
ff_mdct_end
(s);
in av_mdct_end()
H
A
D
ac3enc_float.c
89
ff_mdct_end
(&s->mdct);
in ac3_float_mdct_end()
H
A
D
ac3enc_fixed.c
80
ff_mdct_end
(&s->mdct);
in ac3_fixed_mdct_end()
H
A
D
nellymoserdec.c
183
ff_mdct_end
(&s->imdct_ctx);
in decode_end()
H
A
D
atrac3plusdec.c
89
ff_mdct_end
(&ctx->mdct_ctx);
in atrac3p_decode_close()
90
ff_mdct_end
(&ctx->ipqf_dct_ctx);
in atrac3p_decode_close()
H
A
D
nellymoserenc.c
140
ff_mdct_end
(&s->mdct_ctx);
in encode_end()
H
A
D
wma.c
372
ff_mdct_end
(&s->mdct_ctx[i]);
in ff_wma_end()
H
A
D
on2avc.c
991
ff_mdct_end
(&c->mdct);
in on2avc_decode_close()
992
ff_mdct_end
(&c->mdct_half);
in on2avc_decode_close()
993
ff_mdct_end
(&c->mdct_small);
in on2avc_decode_close()
H
A
D
aacdec_template.c
3528
ff_mdct_end
(&ac->mdct);
3529
ff_mdct_end
(&ac->mdct_small);
3530
ff_mdct_end
(&ac->mdct_ld);
3531
ff_mdct_end
(&ac->mdct_ltp);
H
A
D
atrac3.c
205
ff_mdct_end
(&q->mdct_ctx);
in atrac3_decode_close()
H
A
D
twinvq.c
748
ff_mdct_end
(&tctx->mdct_ctx[i]);
in ff_twinvq_decode_close()
H
A
D
aacsbr_template.c
113
AAC_RENAME_32(
ff_mdct_end
)(&sbr->mdct);
in ff_aac_sbr_ctx_close()
114
AAC_RENAME_32(
ff_mdct_end
)(&sbr->mdct_ana);
in ff_aac_sbr_ctx_close()
H
A
D
dca_lbr.c
951
ff_mdct_end
(&s->imdct);
in init_sample_rate()
1829
ff_mdct_end
(&s->imdct);
in ff_dca_lbr_close()
H
A
D
aacenc.c
906
ff_mdct_end
(&s->mdct1024);
in aac_encode_end()
907
ff_mdct_end
(&s->mdct128);
in aac_encode_end()
H
A
D
ac3dec.c
1859
ff_mdct_end
(&s->imdct_512);
in ac3_decode_end()
1860
ff_mdct_end
(&s->imdct_256);
in ac3_decode_end()
H
A
D
vorbisdec.c
203
ff_mdct_end
(&vc->mdct[0]);
in vorbis_free()
204
ff_mdct_end
(&vc->mdct[1]);
in vorbis_free()
H
A
D
vorbisenc.c
1258
ff_mdct_end
(&venc->mdct[0]);
in vorbis_encode_close()
1259
ff_mdct_end
(&venc->mdct[1]);
in vorbis_encode_close()
H
A
D
dca_core.c
2437
ff_mdct_end
(&s->imdct[0]);
in ff_dca_core_close()
2438
ff_mdct_end
(&s->imdct[1]);
in ff_dca_core_close()
H
A
D
cook.c
339
ff_mdct_end
(&q->mdct_ctx);
in cook_decode_close()
H
A
D
atrac9dec.c
837
ff_mdct_end
(&s->imdct);
in atrac9_decode_close()
/third_party/ffmpeg/tests/checkasm/
H
A
D
synth_filter.c
120
ff_mdct_end
(&imdct);
in checkasm_check_synth_filter()
/third_party/ffmpeg/libavcodec/tests/
H
A
D
fft.c
279
ff_mdct_end
(s);
in mdct_end()
Completed in 37 milliseconds
1
2