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:tile_id
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevc_ps.c
1317
av_freep(&pps->
tile_id
);
in hevc_pps_free()
1369
int i, j, x, y, ctb_addr_rs,
tile_id
;
in setup_pps()
local
1418
pps->
tile_id
= av_malloc_array(pic_area_in_ctbs, sizeof(*pps->
tile_id
));
in setup_pps()
1421
!pps->
tile_id
|| !pps->min_tb_addr_zs_tab) {
in setup_pps()
1458
for (j = 0,
tile_id
= 0; j < pps->num_tile_rows; j++)
in setup_pps()
1459
for (i = 0; i < pps->num_tile_columns; i++,
tile_id
++)
in setup_pps()
1462
pps->
tile_id
[pps->ctb_addr_rs_to_ts[y * sps->ctb_width + x]] =
tile_id
;
in setup_pps()
1464
pps->tile_pos_rs = av_malloc_array(
tile_id
, sizeo
in setup_pps()
[all...]
H
A
D
hevc_filter.c
286
left_tile_edge = no_tile_filter && 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]];
in sao_filter_CTB()
290
right_tile_edge = no_tile_filter && 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]];
in sao_filter_CTB()
294
up_tile_edge = no_tile_filter && s->ps.pps->
tile_id
[ctb_addr_ts] != s->ps.pps->
tile_id
[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs - s->ps.sps->ctb_width]];
in sao_filter_CTB()
298
bottom_tile_edge = no_tile_filter && s->ps.pps->
tile_id
[ctb_addr_ts] != s->ps.pps->
tile_id
[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs + s->ps.sps->ctb_width]];
in sao_filter_CTB()
H
A
D
hevc_cabac.c
519
s->ps.pps->
tile_id
[ctb_addr_ts] != s->ps.pps->
tile_id
[ctb_addr_ts - 1]))
in ff_hevc_cabac_init()
533
s->ps.pps->
tile_id
[ctb_addr_ts] != s->ps.pps->
tile_id
[ctb_addr_ts - 1]) {
in ff_hevc_cabac_init()
H
A
D
hevc_ps.h
318
int *
tile_id
; ///< TileId
member
H
A
D
hevcdec.c
2442
if (ctb_addr_ts && s->ps.pps->
tile_id
[ctb_addr_ts] != s->ps.pps->
tile_id
[ctb_addr_ts - 1]) {
in hls_decode_neighbour()
2455
if (x_ctb > 0 && 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]])
in hls_decode_neighbour()
2459
if (y_ctb > 0 && s->ps.pps->
tile_id
[ctb_addr_ts] != s->ps.pps->
tile_id
[s->ps.pps->ctb_addr_rs_to_ts[ctb_addr_rs - s->ps.sps->ctb_width]])
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
[
in hls_decode_neighbour()
[all...]
Completed in 12 milliseconds