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_idct_add8
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/
H
A
D
h264dsp_init_mips.c
43
c->
h264_idct_add8
= ff_h264_idct_add8_8_mmi;
in ff_h264dsp_init_mips()
45
c->
h264_idct_add8
= ff_h264_idct_add8_422_8_mmi;
in ff_h264dsp_init_mips()
129
c->
h264_idct_add8
= ff_h264_idct_add8_msa;
in ff_h264dsp_init_mips()
131
c->
h264_idct_add8
= ff_h264_idct_add8_422_msa;
in ff_h264dsp_init_mips()
/third_party/ffmpeg/libavcodec/loongarch/
H
A
D
h264dsp_init_loongarch.c
67
c->
h264_idct_add8
= ff_h264_idct_add8_lasx;
in ff_h264dsp_init_loongarch()
69
c->
h264_idct_add8
= ff_h264_idct_add8_422_lasx;
in ff_h264dsp_init_loongarch()
/third_party/ffmpeg/libavcodec/x86/
H
A
D
h264dsp_init.c
203
c->
h264_idct_add8
= ff_h264_idct_add8_422_8_mmx;
in ff_h264dsp_init_x86()
219
c->
h264_idct_add8
= ff_h264_idct_add8_8_sse2;
in ff_h264dsp_init_x86()
293
c->
h264_idct_add8
= ff_h264_idct_add8_10_sse2;
in ff_h264dsp_init_x86()
295
c->
h264_idct_add8
= ff_h264_idct_add8_422_10_sse2;
in ff_h264dsp_init_x86()
341
c->
h264_idct_add8
= ff_h264_idct_add8_10_avx;
in ff_h264dsp_init_x86()
343
c->
h264_idct_add8
= ff_h264_idct_add8_422_10_avx;
in ff_h264dsp_init_x86()
/third_party/ffmpeg/libavcodec/
H
A
D
h264dsp.c
90
c->
h264_idct_add8
= FUNC(ff_h264_idct_add8, depth);\
in ff_h264dsp_init()
92
c->
h264_idct_add8
= FUNC(ff_h264_idct_add8_422, depth);\
in ff_h264dsp_init()
H
A
D
h264dsp.h
96
void (*
h264_idct_add8
)(uint8_t **dst /*align 16*/, const int *blockoffset,
member
H
A
D
h264_mb_template.c
242
h->h264dsp.
h264_idct_add8
(dest, block_offset,
in hl_decode_mb()
/third_party/ffmpeg/libavcodec/arm/
H
A
D
h264dsp_init_arm.c
101
c->
h264_idct_add8
= ff_h264_idct_add8_neon;
in h264dsp_init_neon()
/third_party/ffmpeg/libavcodec/aarch64/
H
A
D
h264dsp_init_aarch64.c
147
c->
h264_idct_add8
= ff_h264_idct_add8_neon;
in ff_h264dsp_init_aarch64()
/third_party/ffmpeg/libavcodec/ppc/
H
A
D
h264dsp.c
799
c->
h264_idct_add8
= h264_idct_add8_altivec;
in ff_h264dsp_init_ppc()
Completed in 5 milliseconds