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:gm_params
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
av1dec.c
102
* simply point to the current's frame
gm_params
as they will be initialized
in read_global_param()
106
prev_gm_param = s->cur_frame.
gm_params
[ref][idx];
in read_global_param()
108
prev_gm_param = s->ref[prev_frame].
gm_params
[ref][idx];
in read_global_param()
127
s->cur_frame.
gm_params
[ref][idx] =
in read_global_param()
128
(decode_signed_subexp_with_ref(s->raw_frame_header->
gm_params
[ref][idx],
in read_global_param()
172
int32_t *param = &s->cur_frame.
gm_params
[idx][0];
in get_shear_params_valid()
208
s->cur_frame.
gm_params
[ref][i] = (i % 3 == 2) ?
in global_motion_params()
235
s->cur_frame.
gm_params
[ref][4] = -s->cur_frame.
gm_params
[ref][3];
in global_motion_params()
236
s->cur_frame.
gm_params
[re
in global_motion_params()
[all...]
H
A
D
av1dec.h
47
int32_t
gm_params
[AV1_NUM_REF_FRAMES][6];
member
H
A
D
cbs_av1.h
283
//AV1RawSubexp
gm_params
[AV1_TOTAL_REFS_PER_FRAME][6];
284
uint32_t
gm_params
[AV1_TOTAL_REFS_PER_FRAME][6];
member
H
A
D
nvdec_av1.c
259
ppc->global_motion[i].wmmat[j] = s->cur_frame.
gm_params
[AV1_REF_FRAME_LAST + i][j];
in nvdec_av1_start_frame()
H
A
D
vdpau_av1.c
245
info->global_motion[i].wmmat[j] = s->cur_frame.
gm_params
[AV1_REF_FRAME_LAST + i][j];
in vdpau_av1_start_frame()
H
A
D
vaapi_av1.c
313
pic_param.wm[i - 1].wmmat[j] = s->cur_frame.
gm_params
[i][j];
in vaapi_av1_start_frame()
H
A
D
dxva2_av1.c
147
pp->frame_refs[i].wmmat[j] = h->cur_frame.
gm_params
[AV1_REF_FRAME_LAST + i][j];
in fill_picture_parameters()
H
A
D
cbs_av1_syntax_template.c
1143
subexp(
gm_params
[ref][idx], num_syms, 2, ref, idx);
in global_motion_param()
1145
// Actual
gm_params
value is not reconstructed here.
in global_motion_param()
1183
//
gm_params
[ref][4] = -
gm_params
[ref][3]
in global_motion_params()
1184
//
gm_params
[ref][5] =
gm_params
[ref][2]
in global_motion_params()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_dec_av1.c
1246
r = (ref_params->
gm_params
[ref][idx] >> precDiff) - sub;
in read_global_param()
1248
global_params->
gm_params
[ref][idx] =
in read_global_param()
1263
gmp->
gm_params
[ref][i] = (((i % 3) == 2) ? (1 << AV1_WARPEDMODEL_PREC_BITS) : 0);
in global_motion_params()
1273
gmp->
gm_params
[ref][i] = (((i % 3) == 2) ? (1 << AV1_WARPEDMODEL_PREC_BITS) : 0);
in global_motion_params()
1285
gmp->
gm_params
[ref][i] = (((i % 3) == 2) ? (1 << AV1_WARPEDMODEL_PREC_BITS) : 0);
in global_motion_params()
1307
gmp->
gm_params
[ref][4] = -gmp->
gm_params
[ref][3];
in global_motion_params()
1308
gmp->
gm_params
[ref][5] = gmp->
gm_params
[ref][2];
in global_motion_params()
1782
priv->picture.av1.picture_parameter.wm[i].wmmat[j] = hdr->gmp.
gm_params
[
in frame_header_obu()
[all...]
H
A
D
vid_dec_av1.h
323
int
gm_params
[AV1_NUM_REF_FRAMES][6];
member
Completed in 12 milliseconds