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:fieldtx_plane
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
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()
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()
292
fieldtx = v->
fieldtx_plane
[mb_pos - s->mb_stride - 1];
in ff_vc1_i_loop_filter()
298
fieldtx = v->
fieldtx_plane
[mb_pos - s->mb_stride];
in ff_vc1_i_loop_filter()
307
fieldtx = v->
fieldtx_plane
[mb_pos - 1];
in ff_vc1_i_loop_filter()
313
fieldtx = v->
fieldtx_plane
[mb_pos];
in ff_vc1_i_loop_filter()
933
fieldtx = v->
fieldtx_plane
[mb_pos - s->mb_stride - 1];
in ff_vc1_p_intfr_loop_filter()
948
fieldtx = v->
fieldtx_plane
[mb_po
in ff_vc1_p_intfr_loop_filter()
[all...]
H
A
D
vc1.h
343
uint8_t*
fieldtx_plane
;
member
H
A
D
vc1_block.c
123
fieldtx = v->
fieldtx_plane
[s->mb_y * s->mb_stride + s->mb_x - 1];
in vc1_put_blocks_clamped()
144
fieldtx = v->
fieldtx_plane
[s->mb_y * s->mb_stride + s->mb_x];
in vc1_put_blocks_clamped()
1588
fieldtx = v->
fieldtx_plane
[mb_pos] = get_bits1(gb);
in vc1_decode_p_mb_intfr()
1637
fieldtx = v->
fieldtx_plane
[mb_pos] = ff_vc1_mbmode_intfrp[v->fourmvswitch][idx_mbmode][1];
in vc1_decode_p_mb_intfr()
1717
v->
fieldtx_plane
[mb_pos] = 0;
in vc1_decode_p_mb_intfr()
2233
fieldtx = v->
fieldtx_plane
[mb_pos] = get_bits1(gb);
in vc1_decode_b_mb_intfr()
2342
fieldtx = v->
fieldtx_plane
[mb_pos] = ff_vc1_mbmode_intfrp[0][idx_mbmode][1];
in vc1_decode_b_mb_intfr()
2517
v->
fieldtx_plane
[mb_pos] = 0;
in vc1_decode_b_mb_intfr()
2719
v->
fieldtx_plane
[mb_pos] = get_bits1(&v->s.gb);
in vc1_decode_i_blocks_adv()
H
A
D
vc1dec.c
338
v->
fieldtx_plane
= av_mallocz(s->mb_stride * mb_height);
in ff_vc1_decode_init_alloc_tables()
342
!v->
fieldtx_plane
|| !v->acpred_plane || !v->over_flags_plane)
in ff_vc1_decode_init_alloc_tables()
606
av_freep(&v->
fieldtx_plane
);
in ff_vc1_decode_end()
H
A
D
vaapi_vc1.c
417
ff_bp[0] = pic_param.bitplane_present.flags.bp_field_tx ? v->
fieldtx_plane
: NULL;
in vaapi_vc1_start_frame()
H
A
D
vc1.c
1015
status = bitplane_decoding(v->
fieldtx_plane
, &v->fieldtx_is_raw, v);
in ff_vc1_parse_frame_header_adv()
Completed in 12 milliseconds