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:vp9_dec
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_vp9.c
119
struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->
vp9_dec
;
in init_v4l2_vp9_count_tbl()
162
struct hantro_vp9_dec_hw_ctx *
vp9_dec
= &ctx->
vp9_dec
;
in hantro_vp9_dec_init()
local
163
struct hantro_aux_buf *tile_edge = &
vp9_dec
->tile_edge;
in hantro_vp9_dec_init()
164
struct hantro_aux_buf *segment_map = &
vp9_dec
->segment_map;
in hantro_vp9_dec_init()
165
struct hantro_aux_buf *misc = &
vp9_dec
->misc;
in hantro_vp9_dec_init()
182
vp9_dec
->bsd_ctrl_offset = size;
in hantro_vp9_dec_init()
193
vp9_dec
->segment_map_size = size;
in hantro_vp9_dec_init()
204
vp9_dec
->ctx_counters_offset = size;
in hantro_vp9_dec_init()
206
vp9_dec
in hantro_vp9_dec_init()
232
struct hantro_
vp9_dec
_hw_ctx *
vp9_dec
= &ctx->
vp9_dec
;
hantro_vp9_dec_exit()
local
[all...]
H
A
D
hantro_g2_vp9_dec.c
32
struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->
vp9_dec
;
in start_prepare_run()
272
struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->
vp9_dec
;
in recompute_tile_rc_info()
300
struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->
vp9_dec
;
in fill_tile_info()
326
struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->
vp9_dec
;
in config_tiles()
405
struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->
vp9_dec
;
in config_segment()
565
struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->
vp9_dec
;
in config_others()
650
struct hantro_vp9_dec_hw_ctx *vp9_ctx = &ctx->
vp9_dec
;
in config_probs()
758
struct hantro_vp9_dec_hw_ctx *
vp9_dec
= &ctx->
vp9_dec
;
in config_counts()
local
759
struct hantro_aux_buf *misc = &
vp9_dec
in config_counts()
[all...]
H
A
D
hantro.h
244
* @
vp9_dec
: VP9-decoding context.
274
struct hantro_vp9_dec_hw_ctx
vp9_dec
;
member
Completed in 4 milliseconds