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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymode.h 86 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 [TREE_SIZE(SWITCHABLE_FILTERS)];
vp9_entropymv.c 17 const vpx_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = {
23 const vpx_tree_index vp9_mv_class_tree[TREE_SIZE(MV_CLASSES)] = {
36 const vpx_tree_index vp9_mv_class0_tree[TREE_SIZE(CLASS0_SIZE)] = {
40 const vpx_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = {
vp9_seg_common.c 57 const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
vp9_seg_common.h 79 extern const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
vp9_entropymode.c 223 const vpx_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)] = {
235 const vpx_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)] = {
241 const vpx_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)] = {
332 [TREE_SIZE(SWITCHABLE_FILTERS)] = {
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)] = {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymode.h 81 extern const vp9_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)];
82 extern const vp9_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)];
83 extern const vp9_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)];
85 [TREE_SIZE(SWITCHABLE_FILTERS)];
vp9_seg_common.h 75 extern const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
vp9_entropymv.c 20 const vp9_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = {
26 const vp9_tree_index vp9_mv_class_tree[TREE_SIZE(MV_CLASSES)] = {
39 const vp9_tree_index vp9_mv_class0_tree[TREE_SIZE(CLASS0_SIZE)] = {
43 const vp9_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = {
vp9_prob.h 33 #define TREE_SIZE(leaf_count) (2 * (leaf_count) - 2)
vp9_seg_common.c 69 const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
vp9_entropymode.c 223 const vp9_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)] = {
235 const vp9_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)] = {
241 const vp9_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)] = {
332 [TREE_SIZE(SWITCHABLE_FILTERS)] = {
vp9_entropy.c 96 const vp9_tree_index vp9_coefmodel_tree[TREE_SIZE(UNCONSTRAINED_NODES + 1)] = {
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
prob.h 31 #define TREE_SIZE(leaf_count) (2 * (leaf_count) - 2)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 32 const vp9_tree_index vp9_coef_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
47 const vp9_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 55 const vpx_tree_index vp9_coef_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
    [all...]

Completed in 897 milliseconds