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_addr_in_slice
(Results
1 - 1
of
1
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevcdec.c
2433
int
ctb_addr_in_slice
= ctb_addr_rs - s->sh.slice_addr;
in hls_decode_neighbour()
local
2464
if (
ctb_addr_in_slice
<= 0)
in hls_decode_neighbour()
2466
if (
ctb_addr_in_slice
< s->ps.sps->ctb_width)
in hls_decode_neighbour()
2470
lc->ctb_left_flag = ((x_ctb > 0) && (
ctb_addr_in_slice
> 0) && !(lc->boundary_flags & BOUNDARY_LEFT_TILE));
in hls_decode_neighbour()
2471
lc->ctb_up_flag = ((y_ctb > 0) && (
ctb_addr_in_slice
>= s->ps.sps->ctb_width) && !(lc->boundary_flags & BOUNDARY_UPPER_TILE));
in hls_decode_neighbour()
2472
lc->ctb_up_right_flag = ((y_ctb > 0) && (
ctb_addr_in_slice
+1 >= s->ps.sps->ctb_width) && (s->ps.pps->tile_id[ctb_addr_ts] == s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs+1 - s->ps.sps->ctb_width]]));
in hls_decode_neighbour()
2473
lc->ctb_up_left_flag = ((x_ctb > 0) && (y_ctb > 0) && (
ctb_addr_in_slice
-1 >= s->ps.sps->ctb_width) && (s->ps.pps->tile_id[ctb_addr_ts] == s->ps.pps->tile_id[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs-1 - s->ps.sps->ctb_width]]));
in hls_decode_neighbour()
Completed in 6 milliseconds