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_ZERO128
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavutil/x86/
H
A
D
intreadwrite.h
82
#define
AV_ZERO128
AV_ZERO128
macro
83
static av_always_inline void
AV_ZERO128
(void *d)
in AV_ZERO128()
function
/third_party/ffmpeg/libavcodec/
H
A
D
h264_cavlc.c
633
AV_ZERO128
(sl->mb_luma_dc[p]+0);
in decode_luma_residual()
634
AV_ZERO128
(sl->mb_luma_dc[p]+8);
in decode_luma_residual()
635
AV_ZERO128
(sl->mb_luma_dc[p]+16);
in decode_luma_residual()
636
AV_ZERO128
(sl->mb_luma_dc[p]+24);
in decode_luma_residual()
H
A
D
h264_cabac.c
1879
AV_ZERO128
(sl->mb_luma_dc[p]+0);
in decode_cabac_luma_residual()
1880
AV_ZERO128
(sl->mb_luma_dc[p]+8);
in decode_cabac_luma_residual()
1881
AV_ZERO128
(sl->mb_luma_dc[p]+16);
in decode_cabac_luma_residual()
1882
AV_ZERO128
(sl->mb_luma_dc[p]+24);
in decode_cabac_luma_residual()
H
A
D
h264dec.h
724
AV_ZERO128
(mvd_dst);
in write_back_motion_list()
H
A
D
svq3.c
945
AV_ZERO128
(s->mb_luma_dc[0] + 0);
in svq3_decode_mb()
946
AV_ZERO128
(s->mb_luma_dc[0] + 8);
in svq3_decode_mb()
H
A
D
dca_core.c
768
AV_ZERO128
(s->subband_samples[ch][band] - DCA_ADPCM_COEFFS);
in erase_adpcm_history()
1277
AV_ZERO128
(s->x96_subband_samples[ch][band] - DCA_ADPCM_COEFFS);
in erase_x96_adpcm_history()
H
A
D
h264_mvpred.h
625
AV_ZERO128
(mv_cache[0 - 1 * 8]);
in fill_decode_caches()
H
A
D
vp9block.c
1321
case 16:
AV_ZERO128
(&v); break; \
in ff_vp9_decode_block()
H
A
D
h264_slice.c
2352
AV_ZERO128
(mv_dst - 1 * 8);
in fill_filter_caches_inter()
H
A
D
vp8.c
1710
AV_ZERO128
(td->non_zero_count_cache);
in intra_predict()
/third_party/ffmpeg/libavutil/
H
A
D
intreadwrite.h
636
#ifndef
AV_ZERO128
637
# define
AV_ZERO128
(d) \
macro
Completed in 25 milliseconds