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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.h 49 #define MV_CLASSES 11
66 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2)
69 #define MV_MAX_BITS (MV_CLASSES + CLASS0_BITS + 2)
84 vp9_prob classes[MV_CLASSES - 1];
112 unsigned int classes[MV_CLASSES];
vp9_entropymv.c 26 const vp9_tree_index vp9_mv_class_tree[TREE_SIZE(MV_CLASSES)] = {
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 49 #define MV_CLASSES 11
66 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2)
69 #define MV_MAX_BITS (MV_CLASSES + CLASS0_BITS + 2)
84 vp9_prob classes[MV_CLASSES - 1];
112 unsigned int classes[MV_CLASSES];
vp9_entropymv.c 26 const vp9_tree_index vp9_mv_class_tree[TREE_SIZE(MV_CLASSES)] = {
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodemv.c 21 static struct vp9_token mv_class_encodings[MV_CLASSES];
78 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE];
177 MV_CLASSES, w);
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 21 static struct vp9_token mv_class_encodings[MV_CLASSES];
78 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE];
177 MV_CLASSES, w);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
vp9_decodeframe.c 163 update_mv_probs(comp_ctx->classes, MV_CLASSES - 1, r);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 161 update_mv_probs(comp_ctx->classes, MV_CLASSES - 1, r);
    [all...]

Completed in 157 milliseconds