OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_coef_encodings
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropy.c
218
struct vp9_token
vp9_coef_encodings
[MAX_ENTROPY_TOKENS];
variable in typeref:struct:vp9_token
600
vp9_tokens_from_tree(
vp9_coef_encodings
, vp9_coef_tree);
vp9_entropy.h
44
extern struct vp9_token
vp9_coef_encodings
[MAX_ENTROPY_TOKENS];
/external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c
167
assert(
vp9_coef_encodings
[t->token].len - t->skip_eob_node > 0);
vp9_bitstream.c
288
const struct vp9_token *const a =
vp9_coef_encodings
+ t;
[
all
...]
Completed in 28 milliseconds