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_FRAME
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vaapi_vc1.c
61
return (v->fcm == PROGRESSIVE || v->fcm ==
ILACE_FRAME
) &&
in vc1_has_SKIPMB_bitplane()
71
return (v->fcm == PROGRESSIVE || v->fcm ==
ILACE_FRAME
) &&
in vc1_has_DIRECTMB_bitplane()
102
return v->fcm ==
ILACE_FRAME
&&
in vc1_has_FIELDTX_bitplane()
177
(v->fcm ==
ILACE_FRAME
&& v->intcomp))
in vc1_get_LUMSCALE()
193
(v->fcm ==
ILACE_FRAME
&& v->intcomp))
in vc1_get_LUMSHIFT()
H
A
D
vc1_loopfilter.c
136
v->fcm ==
ILACE_FRAME
&& s->mb_x && v->fieldtx_plane[mb_pos - 1],
in ff_vc1_i_overlap_filter()
137
v->fcm ==
ILACE_FRAME
&& v->fieldtx_plane[mb_pos],
in ff_vc1_i_overlap_filter()
141
if (v->fcm !=
ILACE_FRAME
)
in ff_vc1_i_overlap_filter()
181
v->fcm ==
ILACE_FRAME
&& s->mb_x && v->fieldtx_plane[mb_pos - 1],
in ff_vc1_p_overlap_filter()
182
v->fcm ==
ILACE_FRAME
&& v->fieldtx_plane[mb_pos],
in ff_vc1_p_overlap_filter()
186
if (v->fcm !=
ILACE_FRAME
)
in ff_vc1_p_overlap_filter()
222
if (v->fcm ==
ILACE_FRAME
)
in vc1_i_h_loop_filter()
255
if (v->fcm ==
ILACE_FRAME
) {
in vc1_i_v_loop_filter()
H
A
D
vc1_mc.c
216
if (v->fastuvmc && (v->fcm !=
ILACE_FRAME
)) {
in ff_vc1_mc_1mv()
266
if (v->fcm ==
ILACE_FRAME
) {
in ff_vc1_mc_1mv()
458
int fieldmv = (v->fcm ==
ILACE_FRAME
) ? v->blk_mv_type[s->block_index[n]] : 0;
in ff_vc1_mc_4mv_luma()
513
if (v->fcm ==
ILACE_FRAME
) { // not sure if needed for other types of picture
in ff_vc1_mc_4mv_luma()
534
if ((v->fcm ==
ILACE_FRAME
) && fieldmv)
in ff_vc1_mc_4mv_luma()
550
if (v->fcm ==
ILACE_FRAME
)
in ff_vc1_mc_4mv_luma()
878
if (v->fcm ==
ILACE_FRAME
)
in ff_vc1_mc_4mv_chroma4()
1052
if (v->fcm ==
ILACE_FRAME
) {
in ff_vc1_interp_mc()
H
A
D
dxva2_vc1.c
52
if ((v->fcm ==
ILACE_FRAME
&& v->intcomp) || (v->fcm !=
ILACE_FRAME
&& v->mv_mode == MV_PMODE_INTENSITY_COMP)) {
in fill_picture_parameters()
H
A
D
vc1.h
150
ILACE_FRAME
, ///< in the bitstream is reported as 10b
enumerator
H
A
D
vc1.c
1014
if (v->fcm ==
ILACE_FRAME
) { //interlace frame picture
in ff_vc1_parse_frame_header_adv()
1056
if (v->fcm ==
ILACE_FRAME
) { // interlaced frame picture
in ff_vc1_parse_frame_header_adv()
1095
if (v->fcm !=
ILACE_FRAME
) {
in ff_vc1_parse_frame_header_adv()
1171
} else if (v->fcm ==
ILACE_FRAME
) { // frame interlaced
in ff_vc1_parse_frame_header_adv()
1210
if (v->fcm ==
ILACE_FRAME
) {
in ff_vc1_parse_frame_header_adv()
1258
} else if (v->fcm ==
ILACE_FRAME
) {
in ff_vc1_parse_frame_header_adv()
H
A
D
vc1_block.c
86
if (!s->first_slice_line && v->fcm !=
ILACE_FRAME
) {
in vc1_put_blocks_clamped()
120
if (s->mb_y == s->end_mb_y - 1 || v->fcm ==
ILACE_FRAME
) {
in vc1_put_blocks_clamped()
122
if (v->fcm ==
ILACE_FRAME
)
in vc1_put_blocks_clamped()
143
if (v->fcm ==
ILACE_FRAME
)
in vc1_put_blocks_clamped()
800
if (!use_pred && v->fcm ==
ILACE_FRAME
) {
in vc1_decode_i_block_adv()
809
if (v->fcm !=
ILACE_FRAME
)
in vc1_decode_i_block_adv()
1006
if (use_pred && (v->fcm ==
ILACE_FRAME
)) {
in vc1_decode_intra_block()
2845
} else if (v->fcm ==
ILACE_FRAME
) {
in vc1_decode_p_blocks()
2934
} else if (v->fcm ==
ILACE_FRAME
) {
in vc1_decode_b_blocks()
Completed in 14 milliseconds