Home
last modified time | relevance | path

Searched refs:TREE_SIZE (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h86 extern const vpx_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)];
87 extern const vpx_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)];
88 extern const vpx_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)];
90 vp9_switchable_interp_tree[TREE_SIZE(SWITCHABLE_FILTERS)];
Dvp9_entropymv.c14 const vpx_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = {
18 const vpx_tree_index vp9_mv_class_tree[TREE_SIZE(MV_CLASSES)] = {
25 const vpx_tree_index vp9_mv_class0_tree[TREE_SIZE(CLASS0_SIZE)] = {
29 const vpx_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = { -0, 2, -1,
Dvp9_entropymode.c242 const vpx_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)] = {
254 const vpx_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)] = {
259 const vpx_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)] = {
334 const vpx_tree_index vp9_switchable_interp_tree[TREE_SIZE(SWITCHABLE_FILTERS)] =
Dvp9_seg_common.c58 const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
Dvp9_seg_common.h75 extern const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
Dvp9_entropy.h148 extern const vpx_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)];
Dvp9_entropy.c20 const vpx_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
/external/libvpx/libvpx/vpx_dsp/
Dprob.h33 #define TREE_SIZE(leaf_count) (2 * (leaf_count)-2) macro
/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c75 const vpx_tree_index vp9_coef_tree[TREE_SIZE(ENTROPY_TOKENS)] = {