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:ctb_count
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevc_refs.c
110
frame->
ctb_count
= s->ps.sps->ctb_width * s->ps.sps->ctb_height;
in alloc_frame()
111
for (j = 0; j < frame->
ctb_count
; j++)
in alloc_frame()
284
int
ctb_count
= frame->
ctb_count
;
in init_slice_rpl()
local
291
for (i = ctb_addr_ts; i <
ctb_count
; i++)
in init_slice_rpl()
H
A
D
hevcdec.h
401
int
ctb_count
;
member
H
A
D
hevcdec.c
102
int
ctb_count
= sps->ctb_width * sps->ctb_height;
in pic_arrays_init()
local
108
s->sao = av_calloc(
ctb_count
, sizeof(*s->sao));
in pic_arrays_init()
109
s->deblock = av_calloc(
ctb_count
, sizeof(*s->deblock));
in pic_arrays_init()
124
s->filter_slice_edges = av_mallocz(
ctb_count
);
in pic_arrays_init()
139
s->rpl_tab_pool = av_buffer_pool_init(
ctb_count
* sizeof(RefPicListTab),
in pic_arrays_init()
3580
dst->
ctb_count
= src->
ctb_count
;
in hevc_ref_frame()
Completed in 9 milliseconds