HomeSort by relevance Sort by last modified time
    Searched refs:vp9_tree_index (Results 1 - 13 of 13) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 42 extern const vp9_tree_index vp9_intra_mode_tree[];
43 extern const vp9_tree_index vp9_inter_mode_tree[];
49 extern const vp9_tree_index vp9_partition_tree[];
52 extern const vp9_tree_index vp9_switchable_interp_tree
vp9_entropymv.h 46 extern const vp9_tree_index vp9_mv_joint_tree[2 * MV_JOINTS - 2];
65 extern const vp9_tree_index vp9_mv_class_tree[2 * MV_CLASSES - 2];
76 extern const vp9_tree_index vp9_mv_class0_tree[2 * CLASS0_SIZE - 2];
79 extern const vp9_tree_index vp9_mv_fp_tree[2 * 4 - 2];
vp9_treecoder.h 22 typedef int8_t vp9_tree_index; typedef
33 typedef const vp9_tree_index vp9_tree[], *vp9_tree_p;
vp9_entropymv.c 21 const vp9_tree_index vp9_mv_joint_tree[2 * MV_JOINTS - 2] = {
28 const vp9_tree_index vp9_mv_class_tree[2 * MV_CLASSES - 2] = {
42 const vp9_tree_index vp9_mv_class0_tree [2 * CLASS0_SIZE - 2] = {
47 const vp9_tree_index vp9_mv_fp_tree [2 * 4 - 2] = {
vp9_seg_common.c 79 const vp9_tree_index vp9_segment_tree[14] = {
vp9_seg_common.h 79 extern const vp9_tree_index vp9_segment_tree[14];
vp9_treecoder.c 23 const vp9_tree_index j = t[i++];
vp9_entropymode.c 229 const vp9_tree_index vp9_intra_mode_tree[INTRA_MODES * 2 - 2] = {
241 const vp9_tree_index vp9_inter_mode_tree[6] = {
247 const vp9_tree_index vp9_partition_tree[6] = {
341 const vp9_tree_index vp9_switchable_interp_tree[SWITCHABLE_FILTERS*2-2] = {
368 const vp9_tree_index *tree, unsigned int *cnt,
vp9_entropy.c 203 const vp9_tree_index vp9_coef_tree[ 22] = /* corresponding _CONTEXT_NODEs */
232 const vp9_tree_index vp9_coefmodel_tree[6] = {
400 static vp9_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10], cat6[28];
402 static void init_bit_tree(vp9_tree_index *p, int n) {
vp9_entropy.h 39 extern const vp9_tree_index vp9_coef_tree[];
42 extern const vp9_tree_index vp9_coefmodel_tree[];
  /external/libvpx/libvpx/vp9/decoder/
vp9_treereader.h 24 register vp9_tree_index i = 0;
  /external/libvpx/libvpx/vp9/encoder/
vp9_treewriter.c 20 const vp9_tree_index ii = tree[i + b];
vp9_treewriter.h 50 vp9_tree_index i = 0;
68 vp9_tree_index i = 0;

Completed in 398 milliseconds