Searched refs:MV_FP_SIZE (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymv.h70 #define MV_FP_SIZE 4 macro
90 vpx_prob class0_fp[CLASS0_SIZE][MV_FP_SIZE - 1];
91 vpx_prob fp[MV_FP_SIZE - 1];
116 unsigned int class0_fp[CLASS0_SIZE][MV_FP_SIZE];
117 unsigned int fp[MV_FP_SIZE];
H A Dvp9_entropymv.c40 const vpx_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = {
H A Dvp9_thread_common.c424 for (j = 0; j < MV_FP_SIZE; j++)
432 for (i = 0; i < MV_FP_SIZE; i++)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c23 static struct vp9_token mv_fp_encodings[MV_FP_SIZE];
81 int class0_fp_cost[CLASS0_SIZE][MV_FP_SIZE], fp_cost[MV_FP_SIZE];
188 counts->comps[i].class0_fp[j], MV_FP_SIZE, w);
191 MV_FP_SIZE, w);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c174 update_mv_probs(comp_ctx->class0_fp[j], MV_FP_SIZE - 1, r);

Completed in 78 milliseconds