Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 25 of 200) sorted by relevance

12345678

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_treewriter.c13 static void tree2tok(struct vp9_token *tokens, const vp9_tree_index *tree, in tree2tok() argument
19 const vp9_tree_index j = tree[i++]; in tree2tok()
24 tree2tok(tokens, tree, j, v, l); in tree2tok()
30 const vp9_tree_index *tree) { in vp9_tokens_from_tree() argument
31 tree2tok(tokens, tree, 0, 0, 0); in vp9_tokens_from_tree()
34 static unsigned int convert_distribution(unsigned int i, vp9_tree tree, in convert_distribution() argument
39 if (tree[i] <= 0) in convert_distribution()
40 left = num_events[-tree[i]]; in convert_distribution()
42 left = convert_distribution(tree[i], tree, branch_ct, num_events); in convert_distribution()
44 if (tree[i + 1] <= 0) in convert_distribution()
[all …]
Dvp9_cost.c37 static void cost(int *costs, vp9_tree tree, const vp9_prob *probs, in cost() argument
44 const vp9_tree_index ii = tree[i + b]; in cost()
49 cost(costs, tree, probs, ii, cc); in cost()
53 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree) { in vp9_cost_tokens() argument
54 cost(costs, tree, probs, 0, 0); in vp9_cost_tokens()
57 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree) { in vp9_cost_tokens_skip() argument
58 assert(tree[0] <= 0 && tree[1] > 0); in vp9_cost_tokens_skip()
60 costs[-tree[0]] = vp9_cost_bit(probs[0], 0); in vp9_cost_tokens_skip()
61 cost(costs, tree, probs, 2, 0); in vp9_cost_tokens_skip()
Dvp9_treewriter.h20 void vp9_tree_probs_from_distribution(vp9_tree tree,
31 static INLINE void vp9_write_tree(vp9_writer *w, const vp9_tree_index *tree, in vp9_write_tree() argument
37 i = tree[i + bit]; in vp9_write_tree()
41 static INLINE void vp9_write_token(vp9_writer *w, const vp9_tree_index *tree, in vp9_write_token() argument
44 vp9_write_tree(w, tree, probs, token->value, token->len, 0); in vp9_write_token()
Dvp9_cost.h34 static INLINE int treed_cost(vp9_tree tree, const vp9_prob *probs, in treed_cost() argument
42 i = tree[i + bit]; in treed_cost()
48 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree);
49 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_prob.c34 const vp9_tree_index *tree, in tree_merge_probs_impl() argument
40 const int l = tree[i]; in tree_merge_probs_impl()
43 : tree_merge_probs_impl(l, tree, pre_probs, counts, in tree_merge_probs_impl()
45 const int r = tree[i + 1]; in tree_merge_probs_impl()
48 : tree_merge_probs_impl(r, tree, pre_probs, counts, in tree_merge_probs_impl()
56 void vp9_tree_merge_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, in vp9_tree_merge_probs() argument
59 tree_merge_probs_impl(0, tree, pre_probs, counts, count_sat, in vp9_tree_merge_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
Dcavl_if.h92 L_SC void L_(init)(L_(avl) *tree);
94 L_SC int L_(is_empty)(L_(avl) *tree);
96 L_SC AVL_HANDLE L_(insert)(L_(avl) *tree, AVL_HANDLE h);
98 L_SC AVL_HANDLE L_(search)(L_(avl) *tree, AVL_KEY k, avl_search_type st);
100 L_SC AVL_HANDLE L_(search_least)(L_(avl) *tree);
102 L_SC AVL_HANDLE L_(search_greatest)(L_(avl) *tree);
104 L_SC AVL_HANDLE L_(remove)(L_(avl) *tree, AVL_KEY k);
106 L_SC AVL_HANDLE L_(subst)(L_(avl) *tree, AVL_HANDLE new_node);
111 L_(avl) *tree, AVL_BUILD_ITER_TYPE p, L_SIZE num_nodes);
188 L_(avl) *tree, L_(iter) *iter, AVL_KEY k, avl_search_type st);
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dtreecoder.c59 vp8_tree tree, in branch_counts() argument
96 i = tree[ i + b]; in branch_counts()
112 vp8_tree tree, in vp8_tree_probs_from_distribution() argument
123 branch_counts(n, tok, tree, branch_ct, num_events); in vp8_tree_probs_from_distribution()
Dtreecoder.h73 vp8_tree tree,
86 vp8_tree tree,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/x86-msvs/
Dobj_int_extract.bat5 REM tree. An additional intellectual property rights grant can be found
7 REM be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
Dsave_reg_neon.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
Dshortidct4x4llm_neon.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
Dvp9_save_reg_neon.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
Dvp9_dc_only_idct_add_neon.asm6 ; tree. All contributing project authors may be found in the AUTHORS
7 ; file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Demms.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_reader.h97 static int vp9_read_tree(vp9_reader *r, const vp9_tree_index *tree, in vp9_read_tree() argument
101 while ((i = tree[i + vp9_read(r, probs[i >> 1])]) > 0) in vp9_read_tree()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/arm-msvs/
Dobj_int_extract.bat5 REM tree. An additional intellectual property rights grant can be found
7 REM be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
Dvp9_temporal_filter_apply_sse2.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dfilter_bilinear_altivec.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
Dcopy_altivec.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
Dvariance_subpixel_altivec.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
Dplatform_altivec.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/x86/
Dtemporal_filter_apply_sse2.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
Drdopt_altivec.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
Dvp9_postproc_mmx.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.
Dvp9_postproc_sse2.asm6 ; tree. An additional intellectual property rights grant can be found
8 ; be found in the AUTHORS file in the root of the source tree.

12345678