Searched refs:nmv_component (Results 1 – 9 of 9) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | entropymv.h | 87 } nmv_component; typedef 91 nmv_component comps[2];
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymv.h | 97 } nmv_component; typedef 101 nmv_component comps[2];
|
D | vp9_entropymv.c | 165 nmv_component *comp = &fc->comps[i]; in vp9_adapt_mv_probs() 166 const nmv_component *pre_comp = &pre_fc->comps[i]; in vp9_adapt_mv_probs()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 32 const nmv_component *mvcomp, int usehp) { in encode_mv_component() 70 const nmv_component *const mvcomp, in build_nmv_component_cost_table() 180 nmv_component *comp = &mvc->comps[i]; in vp9_write_nmv_probs()
|
D | vp9_encoder.c | 352 const nmv_component *pre_nmv_prob = &pre_fc->nmvc.comps[i]; in compute_context_model_diff() 353 const nmv_component *cur_nmv_prob = &cur_fc->nmvc.comps[i]; in compute_context_model_diff()
|
/external/libaom/libaom/av1/encoder/ |
D | encodemv.c | 41 static void encode_mv_component(aom_writer *w, int comp, nmv_component *mvcomp, in encode_mv_component() 83 const nmv_component *const mvcomp, in build_nmv_component_cost_table()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 141 nmv_component *const comp_ctx = &ctx->comps[i]; in read_mv_probs() 149 nmv_component *const comp_ctx = &ctx->comps[i]; in read_mv_probs() 157 nmv_component *const comp_ctx = &ctx->comps[i]; in read_mv_probs()
|
D | vp9_decodemv.c | 235 static int read_mv_component(vpx_reader *r, const nmv_component *mvcomp, in read_mv_component()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 823 static int read_mv_component(aom_reader *r, nmv_component *mvcomp, in read_mv_component()
|