OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_coef_con_tree
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.h
40
extern const vp9_tree_index
vp9_coef_con_tree
[];
vp9_tokenize.c
47
const vp9_tree_index
vp9_coef_con_tree
[TREE_SIZE(ENTROPY_TOKENS)] = {
variable
vp9_bitstream.c
154
vp9_write_tree(w,
vp9_coef_con_tree
,
[
all
...]
/external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.h
45
extern const vpx_tree_index
vp9_coef_con_tree
[];
vp9_bitstream.c
165
vp9_write_tree(w,
vp9_coef_con_tree
,
[
all
...]
/external/libvpx/libvpx/vp9/common/
vp9_entropy.h
148
extern const vpx_tree_index
vp9_coef_con_tree
[TREE_SIZE(ENTROPY_TOKENS)];
vp9_entropy.c
19
const vpx_tree_index
vp9_coef_con_tree
[TREE_SIZE(ENTROPY_TOKENS)] = {
variable
[
all
...]
/external/libvpx/libvpx/vp9/decoder/
vp9_detokenize.c
143
token = vpx_read_tree(r,
vp9_coef_con_tree
,
Completed in 525 milliseconds