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:MAX_RUN
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
rl.c
28
uint8_t static_store[2][2 *
MAX_RUN
+ MAX_LEVEL + 3])
in ff_rl_init()
35
int8_t *max_run = static_store[last] +
MAX_RUN
+ 1;
in ff_rl_init()
36
uint8_t *index_run = static_store[last] +
MAX_RUN
+ 1 + MAX_LEVEL + 1;
in ff_rl_init()
45
memset(index_run, rl->n,
MAX_RUN
+ 1);
in ff_rl_init()
H
A
D
rl.h
35
#define
MAX_RUN
64
macro
54
* @param static_store static uint8_t array[2][2*
MAX_RUN
+ MAX_LEVEL + 3]
60
void ff_rl_init(RLTable *rl, uint8_t static_store[2][2*
MAX_RUN
+ MAX_LEVEL + 3]);
H
A
D
msmpeg4enc.h
34
unsigned ac_stats[2][2][MAX_LEVEL + 1][
MAX_RUN
+ 1][2];
H
A
D
msmpeg4enc.c
48
static uint8_t rl_length[NB_RL_TABLES][MAX_LEVEL+1][
MAX_RUN
+1][2];
129
for (int run = 0; run <=
MAX_RUN
; run++) {
in msmpeg4_encode_init_static()
170
for(run=0; run<=
MAX_RUN
; run++){
in find_best_tables()
610
if(level<=MAX_LEVEL && run<=
MAX_RUN
){
in ff_msmpeg4_encode_block()
H
A
D
h261enc.c
343
av_assert0(
MAX_RUN
>= 63);
in init_uni_h261_rl_tab()
379
static uint8_t h261_rl_table_store[2][2 *
MAX_RUN
+ MAX_LEVEL + 3];
in h261_encode_init_static()
H
A
D
mpeg4video.c
32
static uint8_t mpeg4_rl_intra_table[2][2 *
MAX_RUN
+ MAX_LEVEL + 3];
in mpeg4_init_rl_intra()
H
A
D
h263.c
43
static uint8_t h263_rl_inter_table[2][2 *
MAX_RUN
+ MAX_LEVEL + 3];
in h263_init_rl_inter()
H
A
D
speedhqenc.c
43
static uint8_t speedhq_static_rl_table_store[2][2*
MAX_RUN
+ MAX_LEVEL + 3];
H
A
D
msmpeg4.c
109
static uint8_t rl_table_store[NB_RL_TABLES][2][2 *
MAX_RUN
+ MAX_LEVEL + 3];
in msmpeg4_common_init_static()
H
A
D
ituh263enc.c
767
av_assert0(
MAX_RUN
>= 63);
in init_uni_h263_rl_tab()
805
static uint8_t rl_intra_table[2][2 *
MAX_RUN
+ MAX_LEVEL + 3];
in h263_encode_init_static()
H
A
D
mpeg12enc.c
1068
static uint8_t mpeg12_static_rl_table_store[2][2][2*
MAX_RUN
+ MAX_LEVEL + 3];
in mpeg12_encode_init_static()
H
A
D
mpeg4videoenc.c
1179
av_assert0(
MAX_RUN
>= 63);
in init_uni_mpeg4_rl_tab()
H
A
D
mpeg4videodec.c
1283
if (abs_level<=MAX_LEVEL && run<=
MAX_RUN
) {
in mpeg4_decode_block()
3578
static uint8_t mpeg4_rvlc_rl_tables[2][2][2 *
MAX_RUN
+ MAX_LEVEL + 3];
in mpeg4_init_static()
Completed in 19 milliseconds