OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_extra_bits
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
61
extern const vp9_extra_bit
vp9_extra_bits
[MAX_ENTROPY_TOKENS];
vp9_entropy.c
340
const vp9_extra_bit
vp9_extra_bits
[MAX_ENTROPY_TOKENS] = {
variable
/external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c
31
const vp9_extra_bit *const e =
vp9_extra_bits
;
60
const vp9_extra_bit *p = &
vp9_extra_bits
[t[i].token];
vp9_bitstream.c
269
const vp9_extra_bit *const b = &
vp9_extra_bits
[t];
[
all
...]
Completed in 89 milliseconds