Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymv.c152 comp_counts->class0_fp[d][f] += incr; in inc_mv_component()
204 vpx_tree_merge_probs(vp9_mv_fp_tree, pre_comp->class0_fp[j], in vp9_adapt_mv_probs()
205 c->class0_fp[j], comp->class0_fp[j]); in vp9_adapt_mv_probs()
Dvp9_entropymv.h90 vpx_prob class0_fp[CLASS0_SIZE][MV_FP_SIZE - 1]; member
116 unsigned int class0_fp[CLASS0_SIZE][MV_FP_SIZE]; member
Dvp9_thread_common.c425 comps->class0_fp[i][j] += comps_t->class0_fp[i][j]; in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodemv.c65 mv_class == MV_CLASS_0 ? mvcomp->class0_fp[d] : mvcomp->fp, in encode_mv_component()
94 vp9_cost_tokens(class0_fp_cost[i], mvcomp->class0_fp[i], vp9_mv_fp_tree); in build_nmv_component_cost_table()
187 write_mv_update(vp9_mv_fp_tree, mvc->comps[i].class0_fp[j], in vp9_write_nmv_probs()
188 counts->comps[i].class0_fp[j], MV_FP_SIZE, w); in vp9_write_nmv_probs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c275 fr = vpx_read_tree(r, vp9_mv_fp_tree, class0 ? mvcomp->class0_fp[d] in read_mv_component()
Dvp9_decodeframe.c174 update_mv_probs(comp_ctx->class0_fp[j], MV_FP_SIZE - 1, r); in read_mv_probs()