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:s_image
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H
A
D
ipu-image-convert.c
923
struct ipu_image_convert_image *
s_image
= &ctx->in;
in transform_tile_index()
local
929
return src_row *
s_image
->num_cols + src_col;
in transform_tile_index()
933
* source row,col for an origin in the center of
s_image
in transform_tile_index()
935
src_row = src_row * 2 - (
s_image
->num_rows - 1);
in transform_tile_index()
936
src_col = src_col * 2 - (
s_image
->num_cols - 1);
in transform_tile_index()
973
struct ipu_image_convert_image *
s_image
= &ctx->in;
in calc_out_tile_map()
local
976
for (row = 0; row <
s_image
->num_rows; row++) {
in calc_out_tile_map()
977
for (col = 0; col <
s_image
->num_cols; col++) {
in calc_out_tile_map()
1388
struct ipu_image_convert_image *
s_image
= &ctx->in;
in convert_start()
local
1411
row = tile /
s_image
in convert_start()
1642
struct ipu_image_convert_image *
s_image
= &ctx->in;
do_tile_complete()
local
2080
struct ipu_image_convert_image *
s_image
, *d_image;
ipu_image_convert_prepare()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H
A
D
ipu-image-convert.c
922
struct ipu_image_convert_image *
s_image
= &ctx->in;
in transform_tile_index()
local
928
return src_row *
s_image
->num_cols + src_col;
in transform_tile_index()
932
* source row,col for an origin in the center of
s_image
in transform_tile_index()
934
src_row = src_row * 2 - (
s_image
->num_rows - 1);
in transform_tile_index()
935
src_col = src_col * 2 - (
s_image
->num_cols - 1);
in transform_tile_index()
972
struct ipu_image_convert_image *
s_image
= &ctx->in;
in calc_out_tile_map()
local
975
for (row = 0; row <
s_image
->num_rows; row++) {
in calc_out_tile_map()
976
for (col = 0; col <
s_image
->num_cols; col++) {
in calc_out_tile_map()
1384
struct ipu_image_convert_image *
s_image
= &ctx->in;
in convert_start()
local
1407
row = tile /
s_image
in convert_start()
1638
struct ipu_image_convert_image *
s_image
= &ctx->in;
do_tile_complete()
local
2076
struct ipu_image_convert_image *
s_image
, *d_image;
ipu_image_convert_prepare()
local
[all...]
Completed in 6 milliseconds