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:val_counts
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/tests/
H
A
D
mjpegenc_huffman.c
38
PTable
val_counts
[256];
in check_lengths()
local
45
val_counts
[i] = (PTable){.value = i, .prob = probs[i]};
in check_lengths()
48
ff_mjpegenc_huffman_compute_bits(
val_counts
, lengths, nprobs, L);
in check_lengths()
53
if (
val_counts
[j].value == i) break;
in check_lengths()
57
prob =
val_counts
[j].prob;
in check_lengths()
120
PTable
val_counts
[] = {
in main()
local
139
// smaller-than-normal test cases. This mutates
val_counts
by sorting.
in main()
140
ff_mjpegenc_huffman_compute_bits(
val_counts
, distincts,
in main()
/third_party/ffmpeg/libavcodec/
H
A
D
mjpegenc_huffman.c
163
PTable
val_counts
[257];
in ff_mjpeg_encode_huffman_close()
local
174
val_counts
[j].value = i;
in ff_mjpeg_encode_huffman_close()
175
val_counts
[j].prob = s->val_count[i];
in ff_mjpeg_encode_huffman_close()
179
val_counts
[j].value = 256;
in ff_mjpeg_encode_huffman_close()
180
val_counts
[j].prob = 0;
in ff_mjpeg_encode_huffman_close()
181
ff_mjpegenc_huffman_compute_bits(
val_counts
, distincts, nval + 1, 16);
in ff_mjpeg_encode_huffman_close()
Completed in 2 milliseconds