Home
last modified time | relevance | path

Searched defs:mvc (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/vp8/encoder/
Dencodemv.c26 const struct mv_context *mvc in encode_mvcomponent()
68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc) in vp8_encode_motion_vector()
100 static unsigned int cost_mvcomponent(const int v, const struct mv_context *mvc) in cost_mvcomponent()
140 void vp8_build_component_cost_table(int *mvcost[2], int *mvsadcost[2], const MV_CONTEXT *mvc, int m… in vp8_build_component_cost_table()
426 MV_CONTEXT *mvc = cpi->common.fc.mvc; in vp8_write_mvprobs() local
Dblock.h111 MV_CONTEXT *mvc; member
Dbitstream.c802 vp8_writer *w, const MV *mv, const MV *ref, const MV_CONTEXT *mvc in write_mv()
850 const MV_CONTEXT *mvc = pc->fc.mvc; in pack_inter_mode_mvs() local
Donyx_int.h67 MV_CONTEXT mvc[2]; member
/external/libvpx/vp8/decoder/
Ddecodemv.c139 static int read_mvcomponent(vp8_reader *r, const MV_CONTEXT *mvc) in read_mvcomponent()
174 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) in read_mv()
181 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) in read_mvcontexts()
245 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in mb_mode_mv_init() local
288 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in read_mb_modes_mv() local
/external/libvpx/vp8/common/
Donyxc_int.h45 MV_CONTEXT mvc[2]; member