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:new_stride
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
escape124.c
209
unsigned old_stride,
new_stride
;
in escape124_decode_frame()
local
289
new_stride
= frame->linesize[0] / 2;
in escape124_decode_frame()
306
copy_superblock(new_frame_data,
new_stride
,
in escape124_decode_frame()
348
copy_superblock(new_frame_data,
new_stride
, sb.pixels, 8);
in escape124_decode_frame()
356
new_frame_data +=
new_stride
* 8 - superblocks_per_row * 8;
in escape124_decode_frame()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_state.c
386
uint32_t
new_stride
= vb ? vb[i].stride : 0;
variable
388
if ((new_enabled != old_enabled) || (
new_stride
!= old_stride)) {
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_register_allocation.cpp
880
for (unsigned
new_stride
= 16;
new_stride
> stride;
new_stride
/= 2) {
in get_reg_simple()
881
if (size %
new_stride
)
in get_reg_simple()
883
new_info.stride =
new_stride
;
in get_reg_simple()
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_lower_io.c
2374
unsigned
new_stride
= align(size, alignment);
in nir_lower_vars_to_explicit_types_impl()
local
2375
if (
new_stride
!= deref->cast.ptr_stride) {
in nir_lower_vars_to_explicit_types_impl()
2376
deref->cast.ptr_stride =
new_stride
;
in nir_lower_vars_to_explicit_types_impl()
Completed in 13 milliseconds