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:multires
(Results
1 - 14
of
14
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
nvdec_vc1.c
83
.
multires
= v->
multires
,
in nvdec_vc1_start_frame()
H
A
D
vdpau_vc1.c
92
info->
multires
= v->
multires
;
in vdpau_vc1_start_frame()
H
A
D
vc1.h
184
int
multires
; ///< frame-level RESPIC syntax element present
member
H
A
D
vaapi_vc1.c
272
.
multires
= v->
multires
,
in vaapi_vc1_start_frame()
H
A
D
dxva2_vc1.c
115
(v->
multires
<< 5) |
in fill_picture_parameters()
H
A
D
vc1.c
315
v->
multires
= get_bits1(gb);
in ff_vc1_decode_sequence_header()
392
v->s.loop_filter, v->
multires
, v->fastuvmc, v->extended_mv,
in ff_vc1_decode_sequence_header()
640
v->
multires
= get_bits(gb, 2) == 1;
in ff_vc1_parse_frame_header()
711
if (v->
multires
&& v->s.pict_type != AV_PICTURE_TYPE_B)
in ff_vc1_parse_frame_header()
H
A
D
mss2.c
767
v->
multires
= 0;
in wmv9_init()
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_vc1.c
62
context->desc.vc1.
multires
= vc1->sequence_fields.bits.
multires
;
in vlVaHandlePictureParameterBufferVC1()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H
A
D
nouveau_vp3_video_bsp.c
64
uint8_t
multires
; // 0c
member
176
vc->
multires
= d->
multires
; // 0c
in nouveau_vp3_fill_picparm_vc1_bsp()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H
A
D
decode.c
339
picture->
multires
= picture_info->
multires
;
in vlVdpDecoderRenderVC1()
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_video_state.h
270
uint8_t
multires
;
member
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
radeon_uvd.c
508
result.pps_info_flags |= pic->
multires
<< 21;
in get_vc1_msg()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_uvd.c
810
result.pps_info_flags |= pic->
multires
<< 21;
in get_vc1_msg()
H
A
D
radeon_vcn_dec.c
1437
result.pps_info_flags |= pic->
multires
<< 21;
in get_vc1_msg()
Completed in 18 milliseconds