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:mv_mode2
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vc1.c
732
v->
mv_mode2
= ff_vc1_mv_pmode_table2[lowquant][get_unary(gb, 1, 3)];
in ff_vc1_parse_frame_header()
742
v->s.quarter_sample = (v->
mv_mode2
!= MV_PMODE_1MV_HPEL &&
in ff_vc1_parse_frame_header()
743
v->
mv_mode2
!= MV_PMODE_1MV_HPEL_BILIN);
in ff_vc1_parse_frame_header()
744
v->s.mspel = (v->
mv_mode2
!= MV_PMODE_1MV_HPEL_BILIN);
in ff_vc1_parse_frame_header()
752
v->
mv_mode2
== MV_PMODE_MIXED_MV) ||
in ff_vc1_parse_frame_header()
1103
v->
mv_mode2
= ff_vc1_mv_pmode_table2[lowquant][mvmode2];
in ff_vc1_parse_frame_header_adv()
1139
v->s.quarter_sample = (v->
mv_mode2
!= MV_PMODE_1MV_HPEL &&
in ff_vc1_parse_frame_header_adv()
1140
v->
mv_mode2
!= MV_PMODE_1MV_HPEL_BILIN);
in ff_vc1_parse_frame_header_adv()
1141
v->s.mspel = (v->
mv_mode2
!= MV_PMODE_1MV_HPEL_BILIN);
in ff_vc1_parse_frame_header_adv()
1150
v->
mv_mode2
in ff_vc1_parse_frame_header_adv()
[all...]
H
A
D
vaapi_vc1.c
53
v->
mv_mode2
== MV_PMODE_MIXED_MV));
in vc1_has_MVTYPEMB_bitplane()
156
return get_VAMvModeVC1(v->
mv_mode2
);
in vc1_get_MVMODE2()
342
.
mv_mode2
= vc1_get_MVMODE2(v),
in vaapi_vc1_start_frame()
H
A
D
vc1.h
232
uint8_t
mv_mode2
; ///< Secondary MV coding mode (B-frames)
member
H
A
D
dxva2_vc1.c
134
v->
mv_mode2
== MV_PMODE_MIXED_MV);
in fill_picture_parameters()
H
A
D
vc1_pred.c
230
((v->mv_mode == MV_PMODE_INTENSITY_COMP) && (v->
mv_mode2
== MV_PMODE_MIXED_MV)))
in ff_vc1_pred_mv()
Completed in 13 milliseconds