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

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.h 71 #define CLASS0_SIZE (1 << CLASS0_BITS)
91 vpx_prob class0[CLASS0_SIZE - 1];
93 vpx_prob class0_fp[CLASS0_SIZE][MV_FP_SIZE - 1];
117 unsigned int class0[CLASS0_SIZE];
119 unsigned int class0_fp[CLASS0_SIZE][MV_FP_SIZE];
vp9_entropymv.c 25 const vpx_tree_index vp9_mv_class0_tree[TREE_SIZE(CLASS0_SIZE)] = {
102 return c ? CLASS0_SIZE << (c + 2) : 0;
106 const MV_CLASS_TYPE c = (z >= CLASS0_SIZE * 4096)
180 for (j = 0; j < CLASS0_SIZE; ++j)
vp9_thread_common.c 409 for (i = 0; i < CLASS0_SIZE; i++) {
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 72 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE];
74 int class0_fp_cost[CLASS0_SIZE][MV_FP_SIZE], fp_cost[MV_FP_SIZE];
88 for (i = 0; i < CLASS0_SIZE; ++i)
100 for (o = 0; o < (CLASS0_SIZE << 3); ++o) {
124 int v = (CLASS0_SIZE << (c + 2)) + d * 8 + f * 2 /* + e */ + 1;
187 CLASS0_SIZE, w);
193 for (j = 0; j < CLASS0_SIZE; ++j)
vp9_encoder.c 365 for (j = 0; j < CLASS0_SIZE - 1; ++j) {
369 pre_last_prob = MAX_PROB - pre_nmv_prob->class0[CLASS0_SIZE - 2];
370 cur_last_prob = MAX_PROB - cur_nmv_prob->class0[CLASS0_SIZE - 2];
372 diff += (int)nmv_count->class0[CLASS0_SIZE - 1] *
387 for (j = 0; j < CLASS0_SIZE; ++j) {
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 252 mag = CLASS0_SIZE << (mv_class + 2);
vp9_decodeframe.c 164 update_mv_probs(comp_ctx->class0, CLASS0_SIZE - 1, r);
170 for (j = 0; j < CLASS0_SIZE; ++j)
    [all...]

Completed in 134 milliseconds