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:ILACE_FIELD
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vaapi_vc1.c
112
return v->fcm ==
ILACE_FIELD
&&
in vc1_has_FORWARDMB_bitplane()
143
if ((v->fcm == PROGRESSIVE || v->fcm ==
ILACE_FIELD
) &&
in vc1_get_MVMODE()
153
if ((v->fcm == PROGRESSIVE || v->fcm ==
ILACE_FIELD
) &&
in vc1_get_MVMODE2()
163
v->fcm ==
ILACE_FIELD
&&
in vc1_get_INTCOMPFIELD()
179
else if (v->fcm ==
ILACE_FIELD
&& v->mv_mode == MV_PMODE_INTENSITY_COMP)
in vc1_get_LUMSCALE()
195
else if (v->fcm ==
ILACE_FIELD
&& v->mv_mode == MV_PMODE_INTENSITY_COMP)
in vc1_get_LUMSHIFT()
208
v->fcm ==
ILACE_FIELD
&&
in vc1_get_LUMSCALE2()
218
v->fcm ==
ILACE_FIELD
&&
in vc1_get_LUMSHIFT2()
303
.picture_type = (v->fcm ==
ILACE_FIELD
? vc1_get_FPTYPE(v) : vc1_get_PTYPE(v)),
in vaapi_vc1_start_frame()
481
if (v->fcm ==
ILACE_FIELD
)
in vaapi_vc1_decode_slice()
[all...]
H
A
D
dxva2_vc1.c
87
pp->bSecondField = v->interlace && v->fcm ==
ILACE_FIELD
&& v->second_field;
in fill_picture_parameters()
141
pp->bMV_RPS = (v->fcm ==
ILACE_FIELD
&& pp->bPicBackwardPrediction) ? v->refdist + 9 : 0;
in fill_picture_parameters()
H
A
D
vc1.h
151
ILACE_FIELD
///< in the bitstream is reported as 11b
enumerator
H
A
D
vc1_loopfilter.c
396
(v->fcm ==
ILACE_FIELD
&& mv_f[0] != mv_f[1]))
in vc1_p_h_loop_filter()
450
(v->fcm ==
ILACE_FIELD
&& mv_f[0] != mv_f[block_num > 3 ? s->mb_stride : s->b8_stride]))
in vc1_p_v_loop_filter()
H
A
D
vc1_block.c
2835
if (v->fcm ==
ILACE_FIELD
|| (v->fcm == PROGRESSIVE && v->mv_type_is_raw) || v->skip_is_raw)
in vc1_decode_p_blocks()
2841
if (v->fcm ==
ILACE_FIELD
) {
in vc1_decode_p_blocks()
2924
if (v->fcm ==
ILACE_FIELD
|| v->skip_is_raw || v->dmb_is_raw)
in vc1_decode_b_blocks()
2930
if (v->fcm ==
ILACE_FIELD
) {
in vc1_decode_b_blocks()
H
A
D
vc1.c
860
if (v->fcm !=
ILACE_FIELD
|| v->field_mode!=1)
in ff_vc1_parse_frame_header_adv()
875
if (fcm ==
ILACE_FIELD
)
in ff_vc1_parse_frame_header_adv()
Completed in 11 milliseconds