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:cur_poc
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H
A
D
hantro_g2_hevc_dec.c
391
static const struct hantro_reg
cur_poc
[] = {
in set_ref()
local
428
for (i = 0; i < decode_params->num_active_dpb_entries && i < ARRAY_SIZE(
cur_poc
); i++) {
in set_ref()
431
hantro_reg_write(vpu, &
cur_poc
[i], poc_diff);
in set_ref()
434
if (i < ARRAY_SIZE(
cur_poc
)) {
in set_ref()
439
hantro_reg_write(vpu, &
cur_poc
[i], 0);
in set_ref()
444
for (; i < ARRAY_SIZE(
cur_poc
); i++)
in set_ref()
445
hantro_reg_write(vpu, &
cur_poc
[i], decode_params->pic_order_cnt_val);
in set_ref()
H
A
D
hantro_h264.c
280
tbl->poc[32] = ctx->h264_dec.
cur_poc
;
in prepare_table()
361
s32
cur_poc
= ctx->h264_dec.
cur_poc
;
in hantro_h264_get_ref_buf()
local
381
flags |= abs(dpb[dpb_idx].top_field_order_cnt -
cur_poc
) <
in hantro_h264_get_ref_buf()
382
abs(dpb[dpb_idx].bottom_field_order_cnt -
cur_poc
) ?
in hantro_h264_get_ref_buf()
472
h264_ctx->
cur_poc
= reflist_builder.cur_pic_order_count;
in hantro_h264_dec_prepare_run()
H
A
D
hantro_hw.h
103
* @
cur_poc
: Current picture order count
112
s32
cur_poc
;
member
Completed in 3 milliseconds