Searched defs:mvc (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/vp8/encoder/ |
D | encodemv.c | 26 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
|
D | block.h | 111 MV_CONTEXT *mvc; member
|
D | bitstream.c | 802 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
|
D | onyx_int.h | 67 MV_CONTEXT mvc[2]; member
|
/external/libvpx/vp8/decoder/ |
D | decodemv.c | 139 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/ |
D | onyxc_int.h | 45 MV_CONTEXT mvc[2]; member
|