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:map_col_to_list0
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_direct.c
172
fill_colmap(h, sl, sl->
map_col_to_list0
, list, sidx, ref1sidx, 0);
in ff_h264_direct_ref_list_init()
582
const int *
map_col_to_list0
[2] = { sl->
map_col_to_list0
[0],
in pred_temp_direct_motion()
local
583
sl->
map_col_to_list0
[1] };
in pred_temp_direct_motion()
588
map_col_to_list0
[0] = sl->map_col_to_list0_field[sl->mb_y & 1][0];
in pred_temp_direct_motion()
589
map_col_to_list0
[1] = sl->map_col_to_list0_field[sl->mb_y & 1][1];
in pred_temp_direct_motion()
618
ref0 =
map_col_to_list0
[0][ref0 + ref_offset];
in pred_temp_direct_motion()
620
ref0 =
map_col_to_list0
[1][l1ref1[x8 + y8 * b8_stride] +
in pred_temp_direct_motion()
651
const int ref0 = l1ref0[0] >= 0 ?
map_col_to_list0
[0][l1ref0[0] + ref_offset]
in pred_temp_direct_motion()
652
:
map_col_to_list0
[
in pred_temp_direct_motion()
[all...]
H
A
D
h264dec.h
254
int
map_col_to_list0
[2][16 + 32];
member
Completed in 3 milliseconds