HomeSort by relevance Sort by last modified time
    Searched defs:CLASS0_SIZE (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 68 #define CLASS0_SIZE (1 << CLASS0_BITS)
88 vpx_prob class0[CLASS0_SIZE - 1];
90 vpx_prob class0_fp[CLASS0_SIZE][MV_FP_SIZE - 1];
114 unsigned int class0[CLASS0_SIZE];
116 unsigned int class0_fp[CLASS0_SIZE][MV_FP_SIZE];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymv.h 65 #define CLASS0_SIZE (1 << CLASS0_BITS)
85 vp9_prob class0[CLASS0_SIZE - 1];
87 vp9_prob class0_fp[CLASS0_SIZE][MV_FP_SIZE - 1];
113 unsigned int class0[CLASS0_SIZE];
115 unsigned int class0_fp[CLASS0_SIZE][MV_FP_SIZE];

Completed in 444 milliseconds