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:NUM_DCT_TOKENS
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp8data.h
363
static const uint8_t vp8_token_default_probs[4][8][3][
NUM_DCT_TOKENS
- 1] = {
534
static const uint8_t vp8_token_update_probs[4][8][3][
NUM_DCT_TOKENS
- 1] = {
H
A
D
vp8.h
56
NUM_DCT_TOKENS
enumerator
278
uint8_t token[4][16][3][
NUM_DCT_TOKENS
- 1];
H
A
D
vp8.c
443
for (l = 0; l <
NUM_DCT_TOKENS
-1; l++)
in vp78_update_probability_tables()
1341
uint8_t probs[16][3][
NUM_DCT_TOKENS
- 1],
in decode_block_coeffs_internal()
1424
uint8_t probs[16][3][
NUM_DCT_TOKENS
- 1],
in vp7_decode_block_coeffs_internal()
1436
uint8_t probs[16][3][
NUM_DCT_TOKENS
- 1],
in vp8_decode_block_coeffs_internal()
1460
uint8_t probs[16][3][
NUM_DCT_TOKENS
- 1],
in decode_block_coeffs()
/third_party/ffmpeg/libavcodec/arm/
H
A
D
vp8.h
31
uint8_t probs[8][3][
NUM_DCT_TOKENS
-1],
Completed in 8 milliseconds