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:top_pred_Y
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cavs.c
366
h->
top_pred_Y
[h->mbx * 2 + 0] = h->pred_mode_Y[7];
in ff_cavs_modify_mb_i()
367
h->
top_pred_Y
[h->mbx * 2 + 1] = h->pred_mode_Y[8];
in ff_cavs_modify_mb_i()
644
h->pred_mode_Y[1] = h->
top_pred_Y
[h->mbx * 2 + 0];
in ff_cavs_init_mb()
645
h->pred_mode_Y[2] = h->
top_pred_Y
[h->mbx * 2 + 1];
in ff_cavs_init_mb()
763
h->
top_pred_Y
= av_calloc(h->mb_width * 2, sizeof(*h->
top_pred_Y
));
in ff_cavs_init_top_lines()
774
if (!h->top_qp || !h->top_mv[0] || !h->top_mv[1] || !h->
top_pred_Y
||
in ff_cavs_init_top_lines()
780
av_freep(&h->
top_pred_Y
);
in ff_cavs_init_top_lines()
847
av_freep(&h->
top_pred_Y
);
in ff_cavs_end()
H
A
D
cavs.h
216
int *
top_pred_Y
;
member
H
A
D
cavsdec.c
732
h->
top_pred_Y
[h->mbx * 2 + 0] = h->
top_pred_Y
[h->mbx * 2 + 1] = NOT_AVAIL;
in set_intra_mode_default()
735
h->
top_pred_Y
[h->mbx * 2 + 0] = h->
top_pred_Y
[h->mbx * 2 + 1] = INTRA_L_LP;
in set_intra_mode_default()
Completed in 5 milliseconds