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:DV_PROFILE_IS_HD
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dvenc.c
522
if (
DV_PROFILE_IS_HD
(s->sys)) {
in dv_init_enc_block()
537
if (
DV_PROFILE_IS_HD
(s->sys)) {
in dv_init_enc_block()
870
qnos[mb_index] =
DV_PROFILE_IS_HD
(s->sys) ? 1 : 15;
in dv_encode_video_segment()
943
if (
DV_PROFILE_IS_HD
(s->sys)) {
in dv_encode_video_segment()
963
put_bits(&pbs[j], 1,
DV_PROFILE_IS_HD
(s->sys) && i ? 1 : enc_blks[j].dct_mode);
in dv_encode_video_segment()
992
if (
DV_PROFILE_IS_HD
(s->sys))
in dv_encode_video_segment()
1028
if (
DV_PROFILE_IS_HD
(c->sys) ||
in dv_write_pack()
H
A
D
dv.h
83
#define
DV_PROFILE_IS_HD
(p) ((p)->video_stype & 0x10)
macro
H
A
D
dvdec.c
195
*factor2 = &ctx->idct_factor[
DV_PROFILE_IS_HD
(d) ? 4096 : 2816];
in dv_init_weight_tables()
197
if (
DV_PROFILE_IS_HD
(d)) {
in dv_init_weight_tables()
439
if (
DV_PROFILE_IS_HD
(s->sys)) {
in dv_decode_video_segment()
/third_party/ffmpeg/libavformat/
H
A
D
dvenc.c
128
(
DV_PROFILE_IS_HD
(c->sys) ? 0x3 : c->sys->video_stype ? 2 : 0); /* stype */
in dv_write_pack()
Completed in 5 milliseconds