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:deemphasis
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/aarch64/
H
A
D
opusdsp_init.c
34
ctx->
deemphasis
= ff_opus_deemphasis_neon;
in ff_opus_dsp_init_aarch64()
/third_party/ffmpeg/libavcodec/
H
A
D
opusdsp.h
26
float (*
deemphasis
)(float *out, float *in, float coeff, int len);
member
H
A
D
opusdsp.c
57
ctx->
deemphasis
= deemphasis_c;
in ff_opus_dsp_init()
H
A
D
opus_celt.c
455
/*
deemphasis
*/
in ff_celt_decode_frame()
456
block->emph_coeff = f->opusdsp.
deemphasis
(output[i],
in ff_celt_decode_frame()
512
* The
deemphasis
functions differ from libopus in that they require
in ff_celt_flush()
/third_party/ffmpeg/libavcodec/x86/
H
A
D
opusdsp_init.c
34
ctx->
deemphasis
= ff_opus_deemphasis_fma3;
in ff_opus_dsp_init_x86()
/third_party/ffmpeg/tests/checkasm/
H
A
D
opusdsp.c
102
if (check_func(ctx.
deemphasis
, "
deemphasis
"))
in checkasm_check_opusdsp()
104
report("
deemphasis
");
in checkasm_check_opusdsp()
/third_party/mesa3d/include/android_stub/system/
H
A
D
radio.h
58
/* FM
deemphasis
variant implemented. A struct radio_hal_fm_band_config can list one or more. */
92
radio_deemphasis_t
deemphasis
; /*
deemphasis
variant */
member
Completed in 4 milliseconds