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:x_pu
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevc_mvs.c
225
int x, y,
x_pu
, y_pu;
in temporal_luma_motion_vector()
local
252
x_pu
= x >> s->ps.sps->log2_min_pu_size;
in temporal_luma_motion_vector()
254
temp_col = TAB_MVF(
x_pu
, y_pu);
in temporal_luma_motion_vector()
266
x_pu
= x >> s->ps.sps->log2_min_pu_size;
in temporal_luma_motion_vector()
268
temp_col = TAB_MVF(
x_pu
, y_pu);
in temporal_luma_motion_vector()
H
A
D
hevc_filter.c
467
int
x_pu
, y_pu;
in get_pcm()
local
472
x_pu
= x >> log2_min_pu_size;
in get_pcm()
475
if (
x_pu
>= s->ps.sps->min_pu_width || y_pu >= s->ps.sps->min_pu_height)
in get_pcm()
477
return s->is_pcm[y_pu * s->ps.sps->min_pu_width +
x_pu
];
in get_pcm()
757
int
x_pu
= (x0 + i) >> log2_min_pu_size;
in ff_hevc_deblocking_boundary_strengths()
local
759
MvField *top = &tab_mvf[yp_pu * min_pu_width +
x_pu
];
in ff_hevc_deblocking_boundary_strengths()
760
MvField *curr = &tab_mvf[yq_pu * min_pu_width +
x_pu
];
in ff_hevc_deblocking_boundary_strengths()
821
int
x_pu
= (x0 + i) >> log2_min_pu_size;
in ff_hevc_deblocking_boundary_strengths()
local
822
MvField *top = &tab_mvf[yp_pu * min_pu_width +
x_pu
];
in ff_hevc_deblocking_boundary_strengths()
823
MvField *curr = &tab_mvf[yq_pu * min_pu_width +
x_pu
];
in ff_hevc_deblocking_boundary_strengths()
[all...]
H
A
D
hevcdec.c
1888
int
x_pu
, y_pu;
in hls_prediction_unit()
local
1909
x_pu
= x0 >> s->ps.sps->log2_min_pu_size;
in hls_prediction_unit()
1914
tab_mvf[(y_pu + j) * min_pu_width +
x_pu
+ i] = current_mv;
in hls_prediction_unit()
1995
int
x_pu
= x0 >> s->ps.sps->log2_min_pu_size;
in luma_intra_pred_mode()
local
2003
s->tab_ipm[(y_pu - 1) * min_pu_width +
x_pu
] : INTRA_DC;
in luma_intra_pred_mode()
2005
s->tab_ipm[y_pu * min_pu_width +
x_pu
- 1] : INTRA_DC;
in luma_intra_pred_mode()
2060
memset(&s->tab_ipm[(y_pu + i) * min_pu_width +
x_pu
],
in luma_intra_pred_mode()
2064
tab_mvf[(y_pu + j) * min_pu_width +
x_pu
+ i].pred_flag = PF_INTRA;
in luma_intra_pred_mode()
2165
int
x_pu
= x0 >> s->ps.sps->log2_min_pu_size;
in intra_prediction_unit_default_value()
local
2172
memset(&s->tab_ipm[(y_pu + j) * min_pu_width +
x_pu
], INTRA_D
in intra_prediction_unit_default_value()
[all...]
Completed in 8 milliseconds