OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_extra_bit
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
51
}
vp9_extra_bit
;
typedef in typeref:struct:__anon23054
53
extern const
vp9_extra_bit
vp9_extra_bits[12]; /* indexed by token value */
vp9_entropy.c
422
const
vp9_extra_bit
vp9_extra_bits[12] = {
/external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c
43
const
vp9_extra_bit
*const e = vp9_extra_bits;
72
const
vp9_extra_bit
*p = vp9_extra_bits + t[i].token;
vp9_bitstream.c
289
const
vp9_extra_bit
*const b = vp9_extra_bits + t;
[
all
...]
Completed in 31 milliseconds