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:VP8_MVMODE_SPLIT
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp8.h
65
VP8_MVMODE_SPLIT
enumerator
233
int8_t mode[
VP8_MVMODE_SPLIT
+ 1];
H
A
D
vp8.c
303
for (i = MODE_I4x4; i <=
VP8_MVMODE_SPLIT
; i++) {
in update_lf_deltas()
1018
return &mb->bmv[mb->mode ==
VP8_MVMODE_SPLIT
? vp8_mbsplits[mb->partitioning][subblock] : 0];
in get_bmv_ptr()
1090
mb->mode =
VP8_MVMODE_SPLIT
;
in vp7_decode_mvs()
1185
cnt[CNT_SPLITMV] = ((mb_edge[VP8_EDGE_LEFT]->mode ==
VP8_MVMODE_SPLIT
) +
in vp8_decode_mvs()
1186
(mb_edge[VP8_EDGE_TOP]->mode ==
VP8_MVMODE_SPLIT
)) * 2 +
in vp8_decode_mvs()
1187
(mb_edge[VP8_EDGE_TOPLEFT]->mode ==
VP8_MVMODE_SPLIT
);
in vp8_decode_mvs()
1190
mb->mode =
VP8_MVMODE_SPLIT
;
in vp8_decode_mvs()
1483
if (mb->mode != MODE_I4x4 && (is_vp7 || mb->mode !=
VP8_MVMODE_SPLIT
)) {
in decode_mb_coeffs()
2157
mb->mode ==
VP8_MVMODE_SPLIT
;
in filter_level_for_mb()
2462
if (mb->mode != MODE_I4x4 && mb->mode !=
VP8_MVMODE_SPLIT
) {
in decode_mb_row_no_filter()
[all...]
Completed in 5 milliseconds