OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXTRABIT
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h
26
typedef int32_t
EXTRABIT
;
28
typedef int16_t
EXTRABIT
;
34
EXTRABIT
extra;
39
EXTRABIT
extra;
82
static INLINE int16_t vp9_get_cost(int16_t token,
EXTRABIT
extrabits,
103
static INLINE void vp9_get_token_extra(int v, int16_t *token,
EXTRABIT
*extra) {
vp9_tokenize.c
494
EXTRABIT
extra;
[
all
...]
vp9_encodemb.c
115
EXTRABIT
e0;
[
all
...]
vp9_rdopt.c
395
EXTRABIT
e;
[
all
...]
Completed in 4051 milliseconds