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:dct_coeff
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/vl/
H
A
D
vl_mpeg12_bitstream.c
42
struct
dct_coeff
struct
52
struct
dct_coeff
coeff;
532
static struct
dct_coeff
tbl_B14_DC[1 << 17];
533
static struct
dct_coeff
tbl_B14_AC[1 << 17];
534
static struct
dct_coeff
tbl_B15[1 << 17];
537
init_dct_coeff_table(struct
dct_coeff
*dst, const struct dct_coeff_compressed *src,
in init_dct_coeff_table()
549
struct
dct_coeff
coeff = src->coeff;
in init_dct_coeff_table()
712
const struct
dct_coeff
*table = intra ? bs->intra_dct_tbl : tbl_B14_AC;
in decode_dct()
713
const struct
dct_coeff
*entry;
in decode_dct()
H
A
D
vl_mpeg12_bitstream.h
39
struct
dct_coeff
*intra_dct_tbl;
/third_party/ffmpeg/libavcodec/
H
A
D
mpegvideo_enc.c
3921
int
dct_coeff
= FFABS(block[ scantable[i] ]);
in dct_quantize_trellis_c()
local
3925
dct_coeff
= (
dct_coeff
*ff_inv_aanscales[ scantable[i] ]) >> 12;
in dct_quantize_trellis_c()
3926
zero_distortion=
dct_coeff
*
dct_coeff
;
in dct_quantize_trellis_c()
3953
distortion= (unquant_coeff -
dct_coeff
) * (unquant_coeff -
dct_coeff
) - zero_distortion;
in dct_quantize_trellis_c()
Completed in 8 milliseconds