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:vc1_v_s_overlap
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/
H
A
D
vc1dsp_init_mips.c
50
dsp->
vc1_v_s_overlap
= ff_vc1_v_s_overlap_mmi;
in ff_vc1dsp_init_mips()
/third_party/ffmpeg/libavcodec/
H
A
D
vc1dsp.h
47
void (*
vc1_v_s_overlap
)(int16_t *top, int16_t *bottom);
member
H
A
D
vc1_loopfilter.c
83
v->vc1dsp.
vc1_v_s_overlap
(top_block[1], bottom_block[0]);
in vc1_v_overlap_filter()
87
v->vc1dsp.
vc1_v_s_overlap
(top_block[3], bottom_block[2]);
in vc1_v_overlap_filter()
91
v->vc1dsp.
vc1_v_s_overlap
(bottom_block[0], bottom_block[1]);
in vc1_v_overlap_filter()
95
v->vc1dsp.
vc1_v_s_overlap
(bottom_block[2], bottom_block[3]);
in vc1_v_overlap_filter()
100
v->vc1dsp.
vc1_v_s_overlap
(top_block[block_num], bottom_block[block_num]);
in vc1_v_overlap_filter()
H
A
D
vc1dsp.c
988
dsp->
vc1_v_s_overlap
= vc1_v_s_overlap_c;
in ff_vc1dsp_init()
Completed in 5 milliseconds