Home
last modified time | relevance | path

Searched refs:MV_CONTEXT (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/vp8/common/
Dentropymv.c14 const MV_CONTEXT vp8_mv_update_probs[2] =
29 const MV_CONTEXT vp8_default_mv_context[2] =
Dentropymv.h38 } MV_CONTEXT; typedef
40 extern const MV_CONTEXT vp8_mv_update_probs[2], vp8_default_mv_context[2];
Donyxc_int.h45 MV_CONTEXT mvc[2];
46 MV_CONTEXT pre_mvc[2]; /* not to caculate the mvcost for the frame if mvc doesn't change. */
/external/libvpx/vp8/encoder/
Dencodemv.h18 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
19 void vp8_build_component_cost_table(int *mvcost[2], int *mvsadcost[2], const MV_CONTEXT *mvc, int m…
Dencodemv.c68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc) in vp8_encode_motion_vector()
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()
439 …vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cpi->common… in vp8_write_mvprobs()
Dblock.h109 MV_CONTEXT *mvc;
Dbitstream.c812 vp8_writer *w, const MV *mv, const MV *ref, const MV_CONTEXT *mvc in write_mv()
860 const MV_CONTEXT *mvc = pc->fc.mvc; in pack_inter_mode_mvs()
1044 write_mv(w, &b->mv.as_mv, &best_mv, (const MV_CONTEXT *) mvc); in pack_inter_mode_mvs()
Donyx_int.h62 MV_CONTEXT mvc[2];
Dratectrl.c311 …vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cpi->common… in vp8_setup_key_frame()
Dencodeframe.c882 …vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cm->fc.mvc,… in vp8_encode_frame()
Dfirstpass.c571 …vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cm->fc.mvc,… in vp8_first_pass()
/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()
252 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in vp8_mb_mode_mv_init()
295 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in vp8_read_mb_modes_mv()
370 read_mv(bc, mv, (const MV_CONTEXT *) mvc); in vp8_read_mb_modes_mv()
451 read_mv(bc, mv, (const MV_CONTEXT *) mvc); in vp8_read_mb_modes_mv()