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:MIN_CACHE_BITS
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
golomb.h
471
if (log - k >= 32 -
MIN_CACHE_BITS
+ (
MIN_CACHE_BITS
== 32) &&
in get_ur_golomb_jpegls()
481
for (i = 0; i +
MIN_CACHE_BITS
<= limit && SHOW_UBITS(re, gb,
MIN_CACHE_BITS
) == 0; i +=
MIN_CACHE_BITS
) {
in get_ur_golomb_jpegls()
486
LAST_SKIP_BITS(re, gb,
MIN_CACHE_BITS
);
in get_ur_golomb_jpegls()
497
if (k >
MIN_CACHE_BITS
- 1) {
in get_ur_golomb_jpegls()
H
A
D
get_bits.h
91
* After this call at least
MIN_CACHE_BITS
will be available.
124
# define
MIN_CACHE_BITS
64
macro
126
# define
MIN_CACHE_BITS
32
macro
128
# define
MIN_CACHE_BITS
25
macro
555
} else if (n <=
MIN_CACHE_BITS
) {
604
if (n <=
MIN_CACHE_BITS
) {
H
A
D
dvdec.c
328
while (bits_left >=
MIN_CACHE_BITS
) {
in bit_copy()
329
put_bits(pb,
MIN_CACHE_BITS
, get_bits(gb,
MIN_CACHE_BITS
));
in bit_copy()
330
bits_left -=
MIN_CACHE_BITS
;
in bit_copy()
H
A
D
eatgv.c
170
if (vector_bits >
MIN_CACHE_BITS
|| !vector_bits) {
in tgv_decode_inter()
H
A
D
speedhq.c
258
#if
MIN_CACHE_BITS
< 6 + 6 + 12
in decode_dct_block()
259
#error
MIN_CACHE_BITS
is too small for the escape code, add UPDATE_CACHE
in decode_dct_block()
H
A
D
tta.c
294
if (k >
MIN_CACHE_BITS
|| unary > INT32_MAX >> k) {
in tta_decode_frame()
H
A
D
wma.c
141
if (s->byte_offset_bits + 3 >
MIN_CACHE_BITS
) {
in ff_wma_init()
H
A
D
proresdec2.c
448
if (bits > FFMIN(
MIN_CACHE_BITS
, 31)) \
H
A
D
mjpegdec.c
834
if (code >
MIN_CACHE_BITS
- 16)
in decode_block()
899
if (code >
MIN_CACHE_BITS
- 16)
in decode_block_progressive()
H
A
D
apedec.c
514
else if(rice->k <=
MIN_CACHE_BITS
) {
in ape_decode_value_3860()
Completed in 14 milliseconds