Searched defs:mvc (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/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() 138 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]) in vp8_build_component_cost_table() 360 MV_CONTEXT *mvc = cpi->common.fc.mvc; in vp8_write_mvprobs() local
|
D | bitstream.c | 451 vp8_writer *w, const MV *mv, const int_mv *ref, const MV_CONTEXT *mvc in write_mv() 520 const MV_CONTEXT *mvc = pc->fc.mvc; in pack_inter_mode_mvs() local
|
D | block.h | 124 MV_CONTEXT *mvc; member
|
D | onyx_int.h | 73 MV_CONTEXT mvc[2]; member
|
/external/libvpx/libvpx/vp8/decoder/ |
D | decodemv.c | 76 static int read_mvcomponent(vp8_reader *r, const MV_CONTEXT *mvc) in read_mvcomponent() 111 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) in read_mv() 118 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) in read_mvcontexts() 154 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in mb_mode_mv_init() local 233 MV_CONTEXT *const mvc, int mb_to_left_edge, in decode_split_mv() 457 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in read_mb_modes_mv() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 166 nmv_context *const mvc = &cm->fc.nmvc; in vp9_write_nmv_probs() local
|
/external/libvpx/libvpx/vp8/common/ |
D | onyxc_int.h | 48 MV_CONTEXT mvc[2]; member
|