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:prev_idx
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aaccoder_trellis.h
53
int
prev_idx
; ///< pointer to the previous path point
member
77
path[0][cb].
prev_idx
= -1;
in codebook_trellis_rate()
89
path[swb+1][0].
prev_idx
= next_mincb;
in codebook_trellis_rate()
93
path[swb+1][0].
prev_idx
= 0;
in codebook_trellis_rate()
101
path[swb+1][cb].
prev_idx
= -1;
in codebook_trellis_rate()
113
path[swb+1][cb].
prev_idx
= -1;
in codebook_trellis_rate()
121
path[swb+1][cb].
prev_idx
= -1;
in codebook_trellis_rate()
138
path[swb+1][cb].
prev_idx
= mincb;
in codebook_trellis_rate()
142
path[swb+1][cb].
prev_idx
= cb;
in codebook_trellis_rate()
167
idx = path[ppos-path[ppos][cb].run+1][cb].
prev_idx
;
in codebook_trellis_rate()
[all...]
H
A
D
aaccoder.c
69
int
prev_idx
; ///< pointer to the previous path point
member
95
path[0][cb].
prev_idx
= -1;
in encode_window_bands_info()
102
path[swb+1][cb].
prev_idx
= cb;
in encode_window_bands_info()
116
path[swb+1][cb].
prev_idx
= -1;
in encode_window_bands_info()
134
path[swb+1][cb].
prev_idx
= mincb;
in encode_window_bands_info()
138
path[swb+1][cb].
prev_idx
= cb;
in encode_window_bands_info()
163
idx = path[ppos-path[ppos][cb].run+1][cb].
prev_idx
;
in encode_window_bands_info()
/third_party/mesa3d/src/freedreno/afuc/
H
A
D
emu-ds.c
82
unsigned
prev_idx
= ds->prev_draw_state_sel;
in emu_set_draw_state_reg()
local
83
ds->state[
prev_idx
].sds_base = emu_get_reg64(emu, &SDS_BASE);
in emu_set_draw_state_reg()
84
ds->state[
prev_idx
].sds_dwords = emu_get_reg32(emu, &SDS_DWORDS);
in emu_set_draw_state_reg()
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
vp8l_enc.c
194
uint32_t
prev_idx
= 0u;
in CoOccurrenceBuild()
local
206
prev_idx
= idx_map[SearchColorNoIdx(palette_sorted, pix, num_colors)];
in CoOccurrenceBuild()
209
line_current[x] =
prev_idx
;
in CoOccurrenceBuild()
212
if (x > 0 &&
prev_idx
!= line_current[x - 1]) {
in CoOccurrenceBuild()
214
++cooccurrence[
prev_idx
* num_colors + left_idx];
in CoOccurrenceBuild()
215
++cooccurrence[left_idx * num_colors +
prev_idx
];
in CoOccurrenceBuild()
217
if (y > 0 &&
prev_idx
!= line_top[x]) {
in CoOccurrenceBuild()
219
++cooccurrence[
prev_idx
* num_colors + top_idx];
in CoOccurrenceBuild()
220
++cooccurrence[top_idx * num_colors +
prev_idx
];
in CoOccurrenceBuild()
1542
uint32_t
prev_idx
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_debug.c
363
for (unsigned
prev_idx
= 0;
prev_idx
< cs->num_prev; ++
prev_idx
) {
in si_parse_current_ib()
364
struct radeon_cmdbuf_chunk *chunk = &cs->prev[
prev_idx
];
in si_parse_current_ib()
/third_party/eudev/src/shared/
H
A
D
hashmap.c
530
static unsigned
prev_idx
(HashmapBase *h, unsigned idx) {
in prev_idx()
function
629
idx =
prev_idx
(HASHMAP_BASE(h), idx);
in hashmap_iterate_in_insertion_order()
636
i->
prev_idx
= idx;
in hashmap_iterate_in_insertion_order()
693
i->
prev_idx
= idx;
in hashmap_iterate_in_internal_order()
725
i->
prev_idx
== h->debug.last_rem_idx));
in hashmap_iterate_entry()
1495
idx_old =
prev_idx
(HASHMAP_BASE(h), idx_old);
in hashmap_remove_and_replace()
H
A
D
hashmap.h
63
unsigned
prev_idx
; /* idx in previous iteration */
member
/third_party/ffmpeg/libavcodec/mips/
H
A
D
aaccoder_mips.c
71
int
prev_idx
;
member
Completed in 16 milliseconds