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:elem_offset
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevc_cabac.c
92
static const int
elem_offset
[sizeof(num_bins_in_se)] = {
variable
570
return GET_CABAC(
elem_offset
[SAO_MERGE_FLAG]);
in ff_hevc_sao_merge_flag_decode()
575
if (!GET_CABAC(
elem_offset
[SAO_TYPE_IDX]))
in ff_hevc_sao_type_idx_decode()
622
return GET_CABAC(
elem_offset
[CU_TRANSQUANT_BYPASS_FLAG]);
in ff_hevc_cu_transquant_bypass_flag_decode()
637
return GET_CABAC(
elem_offset
[SKIP_FLAG] + inc);
in ff_hevc_skip_flag_decode()
646
while (prefix_val < 5 && GET_CABAC(
elem_offset
[CU_QP_DELTA] + inc)) {
in ff_hevc_cu_qp_delta_abs()
674
return GET_CABAC(
elem_offset
[CU_CHROMA_QP_OFFSET_FLAG]);
in ff_hevc_cu_chroma_qp_offset_flag()
682
while (i < c_max && GET_CABAC(
elem_offset
[CU_CHROMA_QP_OFFSET_IDX]))
in ff_hevc_cu_chroma_qp_offset_idx()
690
return GET_CABAC(
elem_offset
[PRED_MODE_FLAG]);
in ff_hevc_pred_mode_decode()
709
return GET_CABAC(
elem_offset
[SPLIT_CODING_UNIT_FLA
in ff_hevc_split_coding_unit_flag_decode()
[all...]
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_io.c
2573
unsigned
elem_offset
= i * stride;
in write_constant()
local
2574
assert(
elem_offset
< dst_size);
in write_constant()
2575
write_constant((char *)dst +
elem_offset
, dst_size -
elem_offset
,
in write_constant()
/third_party/mesa3d/src/imgui/
H
A
D
imgui.cpp
9318
int
elem_offset
= 0;
in ShowMetricsWindow()
local
9319
for (const ImDrawCmd* pcmd = draw_list->CmdBuffer.begin(); pcmd < draw_list->CmdBuffer.end();
elem_offset
+= pcmd->ElemCount, pcmd++)
in ShowMetricsWindow()
9334
for (int i =
elem_offset
; i <
elem_offset
+ (int)pcmd->ElemCount; i++)
in ShowMetricsWindow()
9345
for (int prim = clipper.DisplayStart, idx_i =
elem_offset
+ clipper.DisplayStart*3; prim < clipper.DisplayEnd; prim++)
in ShowMetricsWindow()
Completed in 23 milliseconds