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:hqdn3d
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavfilter/x86/
H
A
D
vf_hqdn3d_init.c
41
av_cold void ff_hqdn3d_init_x86(HQDN3DContext *
hqdn3d
)
in ff_hqdn3d_init_x86()
argument
44
hqdn3d
->denoise_row[8] = ff_hqdn3d_row_8_x86;
in ff_hqdn3d_init_x86()
45
hqdn3d
->denoise_row[9] = ff_hqdn3d_row_9_x86;
in ff_hqdn3d_init_x86()
46
hqdn3d
->denoise_row[10] = ff_hqdn3d_row_10_x86;
in ff_hqdn3d_init_x86()
47
hqdn3d
->denoise_row[16] = ff_hqdn3d_row_16_x86;
in ff_hqdn3d_init_x86()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_hqdn3d.h
47
void ff_hqdn3d_init_x86(HQDN3DContext *
hqdn3d
);
H
A
D
vf_hqdn3d.c
374
AVFILTER_DEFINE_CLASS(
hqdn3d
);
variable
394
.name = "
hqdn3d
",
/third_party/ffmpeg/tests/fate/
H
A
D
filter-video.mak
147
FATE_FILTER_VSYNTH_PGMYUV-$(CONFIG_HQDN3D_FILTER) += fate-filter-
hqdn3d
148
fate-filter-
hqdn3d
: CMD = framecrc -c:v pgmyuv -i $(SRC) -vf
hqdn3d
323
FATE_FILTER_SAMPLES-$(call FILTERDEMDEC, PERMS HQDN3D, SMJPEG, MJPEG) += fate-filter-
hqdn3d
-sample
324
fate-filter-
hqdn3d
-sample: tests/data/filtergraphs/
hqdn3d
325
fate-filter-
hqdn3d
-sample: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/smjpeg/scenwin.mjpg -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/
hqdn3d
-an
Completed in 4 milliseconds