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:tg_end
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
av1dec.h
78
uint16_t
tg_end
;
member
H
A
D
vaapi_av1.c
411
for (int i = s->tg_start; i <= s->
tg_end
; i++) {
in vaapi_av1_decode_slice()
421
.
tg_end
= s->
tg_end
,
in vaapi_av1_decode_slice()
H
A
D
av1dec.c
399
s->
tg_end
= tile_group->
tg_end
;
in get_tiles_info()
401
for (tile_num = tile_group->tg_start; tile_num <= tile_group->
tg_end
; tile_num++) {
in get_tiles_info()
405
if (tile_num == tile_group->
tg_end
) {
in get_tiles_info()
1184
if (raw_tile_group && (s->tile_num == raw_tile_group->
tg_end
+ 1)) {
in av1_decode_frame()
H
A
D
nvdec_av1.c
304
if (ctx->nb_slices == s->
tg_end
- s->tg_start + 1) {
in nvdec_av1_decode_slice()
325
for (uint32_t tile_num = s->tg_start; tile_num <= s->
tg_end
; ++tile_num) {
in nvdec_av1_decode_slice()
H
A
D
vdpau_av1.c
289
if (nb_slices == s->
tg_end
- s->tg_start + 1) {
in vdpau_av1_decode_slice()
307
for (uint32_t tile_num = s->tg_start; tile_num <= s->
tg_end
; ++tile_num) {
in vdpau_av1_decode_slice()
H
A
D
av1_frame_split_bsf.c
148
if ((group->
tg_end
== (frame->tile_cols * frame->tile_rows) - 1) &&
in av1_frame_split_filter()
H
A
D
dxva2_av1.c
308
if (ctx_pic->tile_count == h->
tg_end
- h->tg_start + 1) {
in dxva2_av1_decode_slice()
333
for (uint32_t tile_num = h->tg_start; tile_num <= h->
tg_end
; tile_num++) {
in dxva2_av1_decode_slice()
H
A
D
cbs_av1_syntax_template.c
1789
infer(
tg_end
, num_tiles - 1);
in tile_group_obu()
1794
fc(tile_bits,
tg_end
, current->tg_start, num_tiles - 1);
in tile_group_obu()
1797
priv->tile_num = current->
tg_end
+ 1;
in tile_group_obu()
1802
if (current->
tg_end
== num_tiles - 1)
in tile_group_obu()
H
A
D
cbs_av1.h
298
uint16_t
tg_end
;
member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_dec_av1.c
1847
unsigned tg_start,
tg_end
;
in parse_tile_hdr()
local
1862
tg_end
= NumTiles - 1;
in parse_tile_hdr()
1866
tg_end
= av1_f(vlc, tileBits);
in parse_tile_hdr()
1873
for (i = tg_start; i <=
tg_end
; ++i) {
in parse_tile_hdr()
1878
if (tg_start ==
tg_end
) {
in parse_tile_hdr()
1891
if (i !=
tg_end
) {
in parse_tile_hdr()
1904
for (i = tg_start; i <=
tg_end
; ++i) {
in parse_tile_hdr()
Completed in 13 milliseconds