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:ff_vc1_dqscale
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vc1data.h
197
extern const int32_t
ff_vc1_dqscale
[63];
H
A
D
vc1_block.c
434
c = (int)((unsigned)c * s->y_dc_scale_table[q2] *
ff_vc1_dqscale
[dqscale_index] + 0x20000) >> 18;
in ff_vc1_pred_dc()
439
a = (int)((unsigned)a * s->y_dc_scale_table[q2] *
ff_vc1_dqscale
[dqscale_index] + 0x20000) >> 18;
in ff_vc1_pred_dc()
449
b = (int)((unsigned)b * s->y_dc_scale_table[q2] *
ff_vc1_dqscale
[dqscale_index] + 0x20000) >> 18;
in ff_vc1_pred_dc()
842
block[k << sh] += (int)(ac_val[k] * (unsigned)q2 *
ff_vc1_dqscale
[q1 - 1] + 0x20000) >> 18;
in vc1_decode_i_block_adv()
885
ac_val2[k] = (int)(ac_val2[k] * q2 * (unsigned)
ff_vc1_dqscale
[q1 - 1] + 0x20000) >> 18;
in vc1_decode_i_block_adv()
1028
block[k << v->left_blk_sh] += (int)(ac_val[k] * q2 * (unsigned)
ff_vc1_dqscale
[q1 - 1] + 0x20000) >> 18;
in vc1_decode_intra_block()
1031
block[k << v->top_blk_sh] += (int)(ac_val[k + 8] * q2 * (unsigned)
ff_vc1_dqscale
[q1 - 1] + 0x20000) >> 18;
in vc1_decode_intra_block()
1072
ac_val2[k] = (int)(ac_val2[k] * (unsigned)q2 *
ff_vc1_dqscale
[q1 - 1] + 0x20000) >> 18;
in vc1_decode_intra_block()
1085
ac_val2[k + 8] = (int)(ac_val2[k + 8] * (unsigned)q2 *
ff_vc1_dqscale
[q1 - 1] + 0x20000) >> 18;
in vc1_decode_intra_block()
H
A
D
vc1data.c
1085
const int32_t
ff_vc1_dqscale
[63] = {
variable
Completed in 7 milliseconds