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:mi_rows
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H
A
D
vdec_vp9_req_lat_if.c
252
u32
mi_rows
[4];
member
886
unsigned int
mi_rows
;
in vdec_vp9_slice_setup_tile()
local
905
mi_rows
= (hdr->frame_height_minus_1 + 1 + 7) >> 3;
in vdec_vp9_slice_setup_tile()
909
start = vdec_vp9_slice_tile_offset(i,
mi_rows
, rows_log2);
in vdec_vp9_slice_setup_tile()
910
end = vdec_vp9_slice_tile_offset(i + 1,
mi_rows
, rows_log2);
in vdec_vp9_slice_setup_tile()
912
tiles->
mi_rows
[i] = (offset + 7) >> 3;
in vdec_vp9_slice_setup_tile()
913
if (tiles->
mi_rows
[i])
in vdec_vp9_slice_setup_tile()
1133
if (tiles->
mi_rows
[i]) {
in vdec_vp9_slice_setup_tile_buffer()
1137
mi_row = (tiles->
mi_rows
[i] - 1) & 0x1ff;
in vdec_vp9_slice_setup_tile_buffer()
H
A
D
vdec_av1_req_lat_if.c
455
* @
mi_rows
: size of mi unit in rows
494
u32
mi_rows
;
member
586
* @
mi_rows
: rows in mode info
599
u32
mi_rows
;
member
925
cur_frame_info->
mi_rows
= ((uh->frame_height + 7) >> 3) << 1;
in vdec_av1_slice_setup_slot()
1317
uh->
mi_rows
= ((uh->frame_height + 7) >> 3) << 1;
in vdec_av1_slice_setup_uh()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_hw.h
273
int
mi_rows
;
member
H
A
D
rockchip_vpu981_hw_av1_dec.c
160
av1_dec->frame_refs[i].
mi_rows
= DIV_ROUND_UP(frame->frame_height_minus_1 + 1, 8);
in rockchip_vpu981_av1_dec_frame_ref()
1620
int lst_mi_rows = av1_dec->frame_refs[idx].
mi_rows
;
in rockchip_vpu981_av1_dec_set_other_frames()
1636
int bwd_mi_rows = av1_dec->frame_refs[idx].
mi_rows
;
in rockchip_vpu981_av1_dec_set_other_frames()
1651
int alt2_mi_rows = av1_dec->frame_refs[idx].
mi_rows
;
in rockchip_vpu981_av1_dec_set_other_frames()
1667
int alt_mi_rows = av1_dec->frame_refs[idx].
mi_rows
;
in rockchip_vpu981_av1_dec_set_other_frames()
1682
int lst2_mi_rows = av1_dec->frame_refs[idx].
mi_rows
;
in rockchip_vpu981_av1_dec_set_other_frames()
Completed in 11 milliseconds