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:DHT
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mjpeg.h
56
DHT
= 0xc4, /* define huffman tables */
enumerator
H
A
D
mjpega_dump_header_bsf.c
69
case
DHT
: dht = i + 46; break;
in mjpega_dump_header()
H
A
D
mjpegbdec.c
100
s->start_code =
DHT
;
in mjpegb_decode_frame()
H
A
D
cbs_jpeg.c
315
SEGMENT(
DHT
, JPEGRawHuffmanTableSpecification, dht, NULL);
in cbs_jpeg_read_unit()
371
SEGMENT(
DHT
, dht);
in cbs_jpeg_write_segment()
H
A
D
mxpegdec.c
231
case
DHT
:
in mxpeg_decode_frame()
H
A
D
mjpegenc_common.c
102
put_marker(p,
DHT
);
in jpeg_table_header()
H
A
D
mjpegdec.c
2520
case
DHT
:
in ff_mjpeg_receive_frame()
/third_party/ffmpeg/libavformat/
H
A
D
rtpenc_jpeg.c
93
} else if (buf[i + 1] ==
DHT
) {
in ff_rtp_send_jpeg()
H
A
D
rtpdec_jpeg.c
141
/*
DHT
*/
in jpeg_create_header()
142
jpeg_put_marker(&pbc,
DHT
);
in jpeg_create_header()
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
va_private.h
64
#define
DHT
(4 + 2 * 29 + 2 * 179)
macro
68
#define MAX_MJPEG_SLICE_HEADER_SIZE (SOI + DQT +
DHT
+ DRI + SOF + SOS)
Completed in 9 milliseconds