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:y_table
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
cyuv.c
77
const signed char *
y_table
= (const signed char*)buf + 0;
in cyuv_decode_frame()
local
89
y_table
= u_table;
in cyuv_decode_frame()
139
y_pred +=
y_table
[cur_byte & 0x0F];
in cyuv_decode_frame()
143
y_pred +=
y_table
[cur_byte & 0x0F];
in cyuv_decode_frame()
145
y_pred +=
y_table
[(cur_byte & 0xF0) >> 4];
in cyuv_decode_frame()
155
y_pred +=
y_table
[cur_byte & 0x0F];
in cyuv_decode_frame()
161
y_pred +=
y_table
[cur_byte & 0x0F];
in cyuv_decode_frame()
165
y_pred +=
y_table
[cur_byte & 0x0F];
in cyuv_decode_frame()
167
y_pred +=
y_table
[(cur_byte & 0xF0) >> 4];
in cyuv_decode_frame()
/third_party/ffmpeg/libswscale/
H
A
D
yuv2rgb.c
741
uint8_t *
y_table
= y_tab;
in fill_table()
local
743
y_table
-= elemsize * (inc >> 9);
in fill_table()
747
table[i] =
y_table
+ elemsize * (cb >> 16);
in fill_table()
802
uint8_t *
y_table
;
in ff_yuv2rgb_c_init_tables()
local
865
y_table
= c->yuvTable;
in ff_yuv2rgb_c_init_tables()
868
y_table
[i + 110] = av_clip_uint8((yb + 0x8000) >> 16) >> 7;
in ff_yuv2rgb_c_init_tables()
871
fill_table(c->table_gU, 1, cgu,
y_table
+ yoffs);
in ff_yuv2rgb_c_init_tables()
880
y_table
= c->yuvTable;
in ff_yuv2rgb_c_init_tables()
884
y_table
[i + 110] = (yval >> 7) << rbase;
in ff_yuv2rgb_c_init_tables()
885
y_table
[
in ff_yuv2rgb_c_init_tables()
[all...]
Completed in 2 milliseconds