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:pquantizer
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vc1.c
692
v->
pquantizer
= pqindex < 9;
in ff_vc1_parse_frame_header()
695
v->
pquantizer
= 0;
in ff_vc1_parse_frame_header()
698
v->
pquantizer
= get_bits1(gb);
in ff_vc1_parse_frame_header()
701
v->
pquantizer
= 1;
in ff_vc1_parse_frame_header()
989
v->
pquantizer
= pqindex < 9;
in ff_vc1_parse_frame_header_adv()
992
v->
pquantizer
= 0;
in ff_vc1_parse_frame_header_adv()
995
v->
pquantizer
= get_bits1(gb);
in ff_vc1_parse_frame_header_adv()
998
v->
pquantizer
= 1;
in ff_vc1_parse_frame_header_adv()
H
A
D
vc1.h
281
uint8_t
pquantizer
; ///< Uniform (over sequence) quantizer in use
member
H
A
D
vc1_block.c
676
if (!v->
pquantizer
)
in vc1_decode_i_block()
698
if (!v->
pquantizer
&& block[k << sh])
in vc1_decode_i_block()
858
if (!v->
pquantizer
)
in vc1_decode_i_block_adv()
889
if (!v->
pquantizer
&& block[k << sh])
in vc1_decode_i_block_adv()
1053
if (!v->
pquantizer
)
in vc1_decode_intra_block()
1095
if (!v->
pquantizer
&& block[k << v->left_blk_sh])
in vc1_decode_intra_block()
1101
if (!v->
pquantizer
&& block[k << v->top_blk_sh])
in vc1_decode_intra_block()
1176
if (!v->
pquantizer
)
in vc1_decode_p_block()
1206
if (!v->
pquantizer
)
in vc1_decode_p_block()
1235
if (!v->
pquantizer
)
in vc1_decode_p_block()
[all...]
H
A
D
vaapi_vc1.c
357
.pic_quantizer_type = v->
pquantizer
,
in vaapi_vc1_start_frame()
Completed in 7 milliseconds