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:NoiseContext
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
noise_bsf.c
62
typedef struct
NoiseContext
{
struct
76
}
NoiseContext
;
typedef
80
NoiseContext
*s = ctx->priv_data;
in noise_init()
128
NoiseContext
*s = ctx->priv_data;
in noise()
205
NoiseContext
*s = bsf->priv_data;
in noise_close()
212
#define OFFSET(x) offsetof(
NoiseContext
, x)
231
.priv_data_size = sizeof(
NoiseContext
),
/third_party/ffmpeg/libavfilter/
H
A
D
vf_noise.h
48
typedef struct
NoiseContext
{
struct
57
}
NoiseContext
;
typedef
62
void ff_noise_init_x86(
NoiseContext
*n);
H
A
D
vf_noise.c
42
#define OFFSET(x) offsetof(
NoiseContext
, x)
70
static av_cold int init_noise(
NoiseContext
*n, int comp)
in init_noise()
150
NoiseContext
*n = inlink->dst->priv;
in config_input()
192
int width, int start, int end,
NoiseContext
*n, int comp)
in noise()
226
NoiseContext
*s = ctx->priv;
in filter_slice()
246
NoiseContext
*n = ctx->priv;
in filter_frame()
286
NoiseContext
*n = ctx->priv;
in init()
317
NoiseContext
*n = ctx->priv;
in uninit()
343
.priv_size = sizeof(
NoiseContext
),
/third_party/ffmpeg/libavfilter/x86/
H
A
D
vf_noise.c
101
av_cold void ff_noise_init_x86(
NoiseContext
*n)
in ff_noise_init_x86()
Completed in 3 milliseconds