Home
last modified time | relevance | path

Searched refs:class0 (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymv.c158 comp_counts->class0[d] += incr; in inc_mv_component()
213 adapt_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0, comp->class0); in vp9_adapt_mv_probs()
Dvp9_entropymv.h85 vp9_prob class0[CLASS0_SIZE - 1]; member
113 unsigned int class0[CLASS0_SIZE]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodemv.c53 vp9_write_token(w, vp9_mv_class0_tree, mvcomp->class0, in encode_mv_component()
86 vp9_cost_tokens(class0_cost, mvcomp->class0, vp9_mv_class0_tree); in build_nmv_component_cost_table()
178 write_mv_update(vp9_mv_class0_tree, comp->class0, comp_counts->class0, in vp9_write_nmv_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c209 const int class0 = mv_class == MV_CLASS_0; in read_mv_component() local
212 if (class0) { in read_mv_component()
213 d = vp9_read_tree(r, vp9_mv_class0_tree, mvcomp->class0); in read_mv_component()
224 fr = vp9_read_tree(r, vp9_mv_fp_tree, class0 ? mvcomp->class0_fp[d] in read_mv_component()
229 hp = usehp ? vp9_read(r, class0 ? mvcomp->class0_hp : mvcomp->hp) in read_mv_component()
Dvp9_decodeframe.c164 update_mv_probs(comp_ctx->class0, CLASS0_SIZE - 1, r); in read_mv_probs()