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:AV_ZERO64
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavutil/x86/
H
A
D
intreadwrite.h
53
#define
AV_ZERO64
AV_ZERO64
macro
54
static av_always_inline void
AV_ZERO64
(void *d)
in AV_ZERO64()
function
/third_party/ffmpeg/libavutil/
H
A
D
intreadwrite.h
632
#ifndef
AV_ZERO64
633
# define
AV_ZERO64
(d) AV_ZERO(64, d)
macro
639
AV_ZERO64
(d); \
640
AV_ZERO64
((char*)(d)+8); \
/third_party/ffmpeg/libavcodec/
H
A
D
vp8dsp.c
78
AV_ZERO64
(dc + i * 4);
in vp7_luma_dc_wht_c()
110
AV_ZERO64
(block + i * 4);
in vp7_idct_add_c()
173
AV_ZERO64
(dc + i * 4);
in vp8_luma_dc_wht_c()
H
A
D
vp9mvs.c
297
AV_ZERO64
(mv);
in ff_vp9_fill_mv()
H
A
D
h264_mvpred.h
702
AV_ZERO64
(mvd_cache[0 - 1 * 8]);
in fill_decode_caches()
H
A
D
h264_loopfilter.c
641
AV_ZERO64
(bS);
in filter_mb_dir()
H
A
D
vp9block.c
1320
case 8:
AV_ZERO64
(&v); break; \
in ff_vp9_decode_block()
H
A
D
vp8.c
2457
AV_ZERO64
(td->left_nnz);
in decode_mb_row_no_filter()
/third_party/ffmpeg/libavcodec/mips/
H
A
D
vp8dsp_mmi.c
1073
AV_ZERO64
(dc + 0);
in ff_vp8_luma_dc_wht_mmi()
1074
AV_ZERO64
(dc + 4);
in ff_vp8_luma_dc_wht_mmi()
1075
AV_ZERO64
(dc + 8);
in ff_vp8_luma_dc_wht_mmi()
1076
AV_ZERO64
(dc + 12);
in ff_vp8_luma_dc_wht_mmi()
Completed in 19 milliseconds