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:h264_idct8_add4
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/
H
A
D
h264dsp_init_mips.c
40
c->
h264_idct8_add4
= ff_h264_idct8_add4_8_mmi;
in ff_h264dsp_init_mips()
126
c->
h264_idct8_add4
= ff_h264_idct8_add4_msa;
in ff_h264dsp_init_mips()
/third_party/ffmpeg/libavcodec/loongarch/
H
A
D
h264dsp_init_loongarch.c
64
c->
h264_idct8_add4
= ff_h264_idct8_add4_lasx;
in ff_h264dsp_init_loongarch()
/third_party/ffmpeg/libavcodec/x86/
H
A
D
h264dsp_init.c
217
c->
h264_idct8_add4
= ff_h264_idct8_add4_8_sse2;
in ff_h264dsp_init_x86()
300
c->
h264_idct8_add4
= ff_h264_idct8_add4_10_sse2;
in ff_h264dsp_init_x86()
348
c->
h264_idct8_add4
= ff_h264_idct8_add4_10_avx;
in ff_h264dsp_init_x86()
/third_party/ffmpeg/libavcodec/arm/
H
A
D
h264dsp_init_arm.c
104
c->
h264_idct8_add4
= ff_h264_idct8_add4_neon;
in h264dsp_init_neon()
/third_party/ffmpeg/libavcodec/
H
A
D
h264dsp.h
93
void (*
h264_idct8_add4
)(uint8_t *dst /*align 16*/, const int *blockoffset,
member
H
A
D
h264dsp.c
88
c->
h264_idct8_add4
= FUNC(ff_h264_idct8_add4, depth);\
in ff_h264dsp_init()
H
A
D
h264_mb.c
773
h->h264dsp.
h264_idct8_add4
(dest_y, block_offset,
in hl_decode_mb_idct_luma()
/third_party/ffmpeg/libavcodec/aarch64/
H
A
D
h264dsp_init_aarch64.c
150
c->
h264_idct8_add4
= ff_h264_idct8_add4_neon;
in ff_h264dsp_init_aarch64()
/third_party/ffmpeg/tests/checkasm/
H
A
D
h264dsp.c
263
idct = h.
h264_idct8_add4
;
in check_idct_multiple()
264
name = "
h264_idct8_add4
";
in check_idct_multiple()
/third_party/ffmpeg/libavcodec/ppc/
H
A
D
h264dsp.c
805
c->
h264_idct8_add4
= h264_idct8_add4_altivec;
in ff_h264dsp_init_ppc()
Completed in 7 milliseconds