Home
last modified time | relevance | path

Searched refs:CLASS0_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.h68 #define CLASS0_SIZE (1 << CLASS0_BITS) macro
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];
Dvp9_entropymv.c36 const vpx_tree_index vp9_mv_class0_tree[TREE_SIZE(CLASS0_SIZE)] = {
119 return c ? CLASS0_SIZE << (c + 2) : 0; in mv_class_base()
123 const MV_CLASS_TYPE c = (z >= CLASS0_SIZE * 4096) ? in vp9_get_mv_class()
203 for (j = 0; j < CLASS0_SIZE; ++j) in vp9_adapt_mv_probs()
Dvp9_thread_common.c422 for (i = 0; i < CLASS0_SIZE; i++) { in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c24 static struct vp9_token mv_class0_encodings[CLASS0_SIZE];
79 int sign_cost[2], class_cost[MV_CLASSES], class0_cost[CLASS0_SIZE]; in build_nmv_component_cost_table()
81 int class0_fp_cost[CLASS0_SIZE][MV_FP_SIZE], fp_cost[MV_FP_SIZE]; in build_nmv_component_cost_table()
93 for (i = 0; i < CLASS0_SIZE; ++i) in build_nmv_component_cost_table()
180 CLASS0_SIZE, w); in vp9_write_nmv_probs()
186 for (j = 0; j < CLASS0_SIZE; ++j) in vp9_write_nmv_probs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c271 mag = CLASS0_SIZE << (mv_class + 2); in read_mv_component()
Dvp9_decodeframe.c167 update_mv_probs(comp_ctx->class0, CLASS0_SIZE - 1, r); in read_mv_probs()
173 for (j = 0; j < CLASS0_SIZE; ++j) in read_mv_probs()