/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_treewriter.c | 13 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 …]
|
D | vp9_cost.c | 37 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()
|
D | vp9_treewriter.h | 20 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()
|
D | vp9_cost.h | 34 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/ |
D | vp9_prob.c | 34 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/ |
D | cavl_if.h | 92 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/ |
D | treecoder.c | 59 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()
|
D | treecoder.h | 73 vp8_tree tree, 86 vp8_tree tree,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/x86-msvs/ |
D | obj_int_extract.bat | 5 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/ |
D | save_reg_neon.asm | 6 ; tree. An additional intellectual property rights grant can be found 8 ; be found in the AUTHORS file in the root of the source tree.
|
D | shortidct4x4llm_neon.asm | 6 ; 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/ |
D | vp9_save_reg_neon.asm | 6 ; tree. An additional intellectual property rights grant can be found 8 ; be found in the AUTHORS file in the root of the source tree.
|
D | vp9_dc_only_idct_add_neon.asm | 6 ; 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/ |
D | emms.asm | 6 ; 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/ |
D | vp9_reader.h | 97 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/ |
D | obj_int_extract.bat | 5 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/ |
D | vp9_temporal_filter_apply_sse2.asm | 6 ; 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/ |
D | filter_bilinear_altivec.asm | 6 ; tree. An additional intellectual property rights grant can be found 8 ; be found in the AUTHORS file in the root of the source tree.
|
D | copy_altivec.asm | 6 ; tree. An additional intellectual property rights grant can be found 8 ; be found in the AUTHORS file in the root of the source tree.
|
D | variance_subpixel_altivec.asm | 6 ; tree. An additional intellectual property rights grant can be found 8 ; be found in the AUTHORS file in the root of the source tree.
|
D | platform_altivec.asm | 6 ; 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/ |
D | temporal_filter_apply_sse2.asm | 6 ; 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/ |
D | rdopt_altivec.asm | 6 ; 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/ |
D | vp9_postproc_mmx.asm | 6 ; tree. An additional intellectual property rights grant can be found 8 ; be found in the AUTHORS file in the root of the source tree.
|
D | vp9_postproc_sse2.asm | 6 ; tree. An additional intellectual property rights grant can be found 8 ; be found in the AUTHORS file in the root of the source tree.
|