Searched refs:vp9_mv_class_tree (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 27 vp9_tokens_from_tree(mv_class_encodings, vp9_mv_class_tree); in vp9_entropy_mv_init() 48 vp9_write_token(w, vp9_mv_class_tree, mvcomp->classes, in encode_mv_component() 85 vp9_cost_tokens(class_cost, mvcomp->classes, vp9_mv_class_tree); in build_nmv_component_cost_table() 176 write_mv_update(vp9_mv_class_tree, comp->classes, comp_counts->classes, in vp9_write_nmv_probs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropymv.c | 26 const vp9_tree_index vp9_mv_class_tree[TREE_SIZE(MV_CLASSES)] = { variable 211 adapt_probs(vp9_mv_class_tree, pre_comp->classes, c->classes, in vp9_adapt_mv_probs()
|
D | vp9_entropymv.h | 78 extern const vp9_tree_index vp9_mv_class_tree[];
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 208 const int mv_class = vp9_read_tree(r, vp9_mv_class_tree, mvcomp->classes); in read_mv_component()
|