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:DQT
(Results
1 - 11
of
11
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mjpeg.h
73
DQT
= 0xdb, /* define quantization tables */
enumerator
H
A
D
mjpega_dump_header_bsf.c
68
case
DQT
: dqt = i + 46; break;
in mjpega_dump_header()
H
A
D
mjpegbdec.c
90
s->start_code =
DQT
;
in mjpegb_decode_frame()
H
A
D
cbs_jpeg.c
314
SEGMENT(
DQT
, JPEGRawQuantisationTableSpecification, dqt, NULL);
in cbs_jpeg_read_unit()
370
SEGMENT(
DQT
, dqt);
in cbs_jpeg_write_segment()
H
A
D
mxpegdec.c
223
case
DQT
:
in mxpeg_decode_frame()
H
A
D
mjpegenc_common.c
76
put_marker(p,
DQT
);
in jpeg_table_header()
H
A
D
mjpegdec.c
2482
} else if (start_code ==
DQT
) {
in ff_mjpeg_receive_frame()
/third_party/ffmpeg/libavformat/
H
A
D
rtpenc_jpeg.c
67
if (buf[i + 1] ==
DQT
) {
in ff_rtp_send_jpeg()
H
A
D
rtpdec_jpeg.c
128
/*
DQT
*/
in jpeg_create_header()
129
jpeg_put_marker(&pbc,
DQT
);
in jpeg_create_header()
136
* order, identical to the format used in a JFIF
DQT
in jpeg_create_header()
H
A
D
img2dec.c
795
case
DQT
:
in jpeg_probe()
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
va_private.h
63
#define
DQT
(4 + 4 * 65)
macro
68
#define MAX_MJPEG_SLICE_HEADER_SIZE (SOI +
DQT
+ DHT + DRI + SOF + SOS)
Completed in 11 milliseconds