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:bmv
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp8.c
931
VP56mv *left_mv = left_mb->
bmv
;
in decode_splitmvs()
932
VP56mv *cur_mv = mb->
bmv
;
in decode_splitmvs()
939
top_mv = top_mb->
bmv
;
in decode_splitmvs()
974
mb->
bmv
[n].y = mb->mv.y +
in decode_splitmvs()
976
mb->
bmv
[n].x = mb->mv.x +
in decode_splitmvs()
979
AV_ZERO32(&mb->
bmv
[n]);
in decode_splitmvs()
982
AV_WN32A(&mb->
bmv
[n], above);
in decode_splitmvs()
985
AV_WN32A(&mb->
bmv
[n], left);
in decode_splitmvs()
1018
return &mb->
bmv
[mb->mode == VP8_MVMODE_SPLIT ? vp8_mbsplits[mb->partitioning][subblock] : 0];
in get_bmv_ptr()
1091
mb->mv = mb->
bmv
[decode_splitmv
in vp7_decode_mvs()
1988
VP56mv *
bmv
= mb->
bmv
;
inter_predict()
local
[all...]
H
A
D
vp8.h
94
VP56mv
bmv
[16];
member
/third_party/ffmpeg/tests/fate/
H
A
D
audio.mak
16
FATE_SAMPLES_AUDIO-$(call DEMDEC, BMV, BMV_AUDIO) += fate-
bmv
-audio
17
fate-
bmv
-audio: CMD = framecrc -i $(TARGET_SAMPLES)/
bmv
/SURFING-partial.BMV -vn
H
A
D
video.mak
70
FATE_VIDEO-$(call FRAMECRC, BMV, BMV_VIDEO, SCALE_FILTER) += fate-
bmv
-video
71
fate-
bmv
-video: CMD = framecrc -i $(TARGET_SAMPLES)/
bmv
/SURFING-partial.BMV -pix_fmt rgb24 -an -vf scale
/third_party/ffmpeg/libavformat/
H
A
D
Makefile
147
OBJS-$(CONFIG_BMV_DEMUXER) +=
bmv
.o
Completed in 6 milliseconds