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:cb_offset
(Results
1 - 16
of
16
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
indeo3.c
101
uint8_t
cb_offset
; ///< needed for selecting VQ tables
member
635
prim_indx = (code >> 4) + ctx->
cb_offset
;
in decode_cell()
636
second_indx = (code & 0xF) + ctx->
cb_offset
;
in decode_cell()
638
vq_index += ctx->
cb_offset
;
in decode_cell()
931
ctx->
cb_offset
= bytestream2_get_byte(&gb);
in decode_frame_headers()
H
A
D
nvdec_av1.c
201
.
cb_offset
= film_grain->
cb_offset
,
in nvdec_av1_start_frame()
H
A
D
vdpau_av1.c
188
info->
cb_offset
= film_grain->
cb_offset
;
in vdpau_av1_start_frame()
H
A
D
vaapi_av1.c
223
.
cb_offset
= film_grain->
cb_offset
,
in vaapi_av1_start_frame()
H
A
D
dxva2_av1.c
259
pp->film_grain.
cb_offset
= film_grain->
cb_offset
;
in fill_picture_parameters()
H
A
D
cbs_av1.h
157
uint16_t
cb_offset
;
member
H
A
D
av1dec.c
909
aom->uv_offset[0] = film_grain->
cb_offset
;
in export_film_grain()
H
A
D
cbs_av1_syntax_template.c
1289
fb(9,
cb_offset
);
in film_grain_params()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H
A
D
nv50_transfer.c
541
uint32_t
cb_offset
= nv50->constbuf[s][i].offset;
in nv50_cb_push()
local
544
if (
cb_offset
<= offset &&
in nv50_cb_push()
545
cb_offset
+ nv50->constbuf[s][i].size >= offset + words * 4) {
in nv50_cb_push()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H
A
D
nvc0_transfer.c
554
uint32_t
cb_offset
= nvc0->constbuf[s][i].offset;
in nvc0_cb_push()
local
557
if (
cb_offset
<= offset &&
in nvc0_cb_push()
558
cb_offset
+ nvc0->constbuf[s][i].size >= offset + words * 4) {
in nvc0_cb_push()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_dec_av1.h
349
uint16_t
cb_offset
;
member
H
A
D
vid_dec_av1.c
1413
fgp->
cb_offset
= av1_f(vlc, 9);
in film_grain_params()
1833
priv->picture.av1.picture_parameter.film_grain_info.
cb_offset
= hdr->fgp.
cb_offset
;
in frame_header_obu()
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_av1.c
340
context->desc.av1.picture_parameter.film_grain_info.
cb_offset
= av1->film_grain_info.
cb_offset
;
in vlVaHandlePictureParameterBufferAV1()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_vcn_dec.h
907
unsigned short
cb_offset
;
member
/third_party/mesa3d/src/gallium/include/pipe/
H
A
D
p_video_state.h
873
uint16_t
cb_offset
;
member
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
radeon_vcn_dec.c
1039
fg_params->
cb_offset
= pic->picture_parameter.film_grain_info.
cb_offset
;
in get_av1_msg()
Completed in 27 milliseconds