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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 55 #define MV_CLASSES 11
72 #define MV_OFFSET_BITS (MV_CLASSES + CLASS0_BITS - 2)
75 #define MV_MAX_BITS (MV_CLASSES + CLASS0_BITS + 2)
90 vpx_prob classes[MV_CLASSES - 1];
116 unsigned int classes[MV_CLASSES];
vp9_entropymv.c 18 const vpx_tree_index vp9_mv_class_tree[TREE_SIZE(MV_CLASSES)] = {
vp9_thread_common.c 407 for (i = 0; i < MV_CLASSES; i++) comps->classes[i] += comps_t->classes[i];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 22 static struct vp9_token mv_class_encodings[MV_CLASSES];
72 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE];
115 for (c = MV_CLASS_1; c < MV_CLASSES; ++c) {
185 MV_CLASSES, w);
vp9_encoder.c 354 for (j = 0; j < MV_CLASSES - 1; ++j) {
358 pre_last_prob = MAX_PROB - pre_nmv_prob->classes[MV_CLASSES - 2];
359 cur_last_prob = MAX_PROB - cur_nmv_prob->classes[MV_CLASSES - 2];
361 diff += (int)nmv_count->classes[MV_CLASSES - 1] *
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 163 update_mv_probs(comp_ctx->classes, MV_CLASSES - 1, r);
    [all...]

Completed in 1183 milliseconds