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:cand_up
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
hevcpred_template.c
110
int
cand_up
= lc->na.
cand_up
;
in intra_pred()
local
146
if (
cand_up
== 1 && on_pu_edge_y) {
in intra_pred()
150
cand_up
= 0;
in intra_pred()
152
cand_up
|= (MVF(x_top_pu + i, y_top_pu).pred_flag == PF_INTRA);
in intra_pred()
170
if (
cand_up
)
in intra_pred()
188
if (cand_bottom_left || cand_left || cand_up_left ||
cand_up
|| cand_up_right) {
in intra_pred()
259
} else if (
cand_up
) {
in intra_pred()
268
cand_up
= 1;
in intra_pred()
283
if (!
cand_up
)
in intra_pred()
[all...]
H
A
D
hevc_mvs.c
50
lc->na.
cand_up
= (lc->ctb_up_flag || y0b);
in ff_hevc_set_neighbour_available()
52
lc->na.cand_up_left = (x0b || y0b) ? lc->na.cand_left && lc->na.
cand_up
: lc->ctb_up_left_flag;
in ff_hevc_set_neighbour_available()
55
lc->ctb_up_right_flag && !y0b : lc->na.
cand_up
;
in ff_hevc_set_neighbour_available()
302
const int
cand_up
= lc->na.
cand_up
;
in derive_spatial_merge_candidates()
local
358
is_available_b1 = AVAILABLE(
cand_up
, B1);
in derive_spatial_merge_candidates()
618
const int
cand_up
= lc->na.
cand_up
;
in ff_hevc_luma_mv_mvp_mode()
local
691
is_available_b1 = AVAILABLE(
cand_up
, B1);
in ff_hevc_luma_mv_mvp_mode()
H
A
D
hevcdec.h
351
int
cand_up
;
member
H
A
D
hevcdec.c
2002
int
cand_up
= (lc->ctb_up_flag || y0b) ?
in luma_intra_pred_mode()
local
2016
cand_up
= INTRA_DC;
in luma_intra_pred_mode()
2018
if (cand_left ==
cand_up
) {
in luma_intra_pred_mode()
2030
candidate[1] =
cand_up
;
in luma_intra_pred_mode()
/third_party/ffmpeg/libavcodec/mips/
H
A
D
hevcpred_msa.c
1948
int
cand_up
= lc->na.
cand_up
;
in ff_intra_pred_8_16x16_msa()
local
2012
if (
cand_up
== 1 && on_pu_edge_y) {
in ff_intra_pred_8_16x16_msa()
2020
cand_up
= 0;
in ff_intra_pred_8_16x16_msa()
2022
cand_up
|=
in ff_intra_pred_8_16x16_msa()
2056
if (
cand_up
) {
in ff_intra_pred_8_16x16_msa()
2090
if (cand_bottom_left || cand_left || cand_up_left ||
cand_up
in ff_intra_pred_8_16x16_msa()
2323
} else if (
cand_up
) {
in ff_intra_pred_8_16x16_msa()
2341
cand_up
= 1;
in ff_intra_pred_8_16x16_msa()
2360
if (!
cand_up
) {
in ff_intra_pred_8_16x16_msa()
2465
int
cand_up
= lc->na.
cand_up
;
ff_intra_pred_8_32x32_msa()
local
[all...]
Completed in 15 milliseconds