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:halfpq
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
intrax8.h
108
* @param dquant doubled quantizer, it would be odd in case of VC-1
halfpq
==1.
114
int quant, int
halfpq
,
H
A
D
vc1_block.c
626
scale = v->pq * 2 + v->
halfpq
;
in vc1_decode_i_block()
767
scale = quant * 2 + ((mquant < 0) ? 0 : v->
halfpq
);
in vc1_decode_i_block_adv()
835
q1 = FFABS(q1) * 2 + ((q1 < 0) ? 0 : v->
halfpq
) - 1;
in vc1_decode_i_block_adv()
839
q2 = FFABS(q2) * 2 + ((q2 < 0) ? 0 : v->
halfpq
) - 1;
in vc1_decode_i_block_adv()
878
q1 = FFABS(q1) * 2 + ((q1 < 0) ? 0 : v->
halfpq
) - 1;
in vc1_decode_i_block_adv()
882
q2 = FFABS(q2) * 2 + ((q2 < 0) ? 0 : v->
halfpq
) - 1;
in vc1_decode_i_block_adv()
974
scale = quant * 2 + ((mquant < 0) ? 0 : v->
halfpq
);
in vc1_decode_intra_block()
1020
q1 = FFABS(q1) * 2 + ((q1 < 0) ? 0 : v->
halfpq
) - 1;
in vc1_decode_intra_block()
1024
q2 = FFABS(q2) * 2 + ((q2 < 0) ? 0 : v->
halfpq
) - 1;
in vc1_decode_intra_block()
1065
q1 = FFABS(q1) * 2 + ((q1 < 0) ? 0 : v->
halfpq
)
in vc1_decode_intra_block()
[all...]
H
A
D
vc1.h
271
uint8_t
halfpq
; ///< Uniform quant over image and qp+.5
member
H
A
D
vc1.c
251
v->
halfpq
= 0;
in vop_dquant_decoding()
687
v->
halfpq
= get_bits1(gb);
in ff_vc1_parse_frame_header()
689
v->
halfpq
= 0;
in ff_vc1_parse_frame_header()
720
pqindex, v->pq, v->
halfpq
, v->rangeredfrm);
in ff_vc1_parse_frame_header()
984
v->
halfpq
= get_bits1(gb);
in ff_vc1_parse_frame_header_adv()
986
v->
halfpq
= 0;
in ff_vc1_parse_frame_header_adv()
H
A
D
vaapi_vc1.c
355
.half_qp = v->
halfpq
,
in vaapi_vc1_start_frame()
Completed in 8 milliseconds