Searched refs:MV_CONTEXT (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/vp8/common/ |
D | entropymv.c | 14 const MV_CONTEXT vp8_mv_update_probs[2] = 29 const MV_CONTEXT vp8_default_mv_context[2] =
|
D | entropymv.h | 38 } MV_CONTEXT; typedef 40 extern const MV_CONTEXT vp8_mv_update_probs[2], vp8_default_mv_context[2];
|
D | onyxc_int.h | 45 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/ |
D | encodemv.h | 18 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…
|
D | encodemv.c | 68 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()
|
D | block.h | 109 MV_CONTEXT *mvc;
|
D | bitstream.c | 812 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()
|
D | onyx_int.h | 62 MV_CONTEXT mvc[2];
|
D | ratectrl.c | 311 …vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cpi->common… in vp8_setup_key_frame()
|
D | encodeframe.c | 882 …vp8_build_component_cost_table(cpi->mb.mvcost, cpi->mb.mvsadcost, (const MV_CONTEXT *) cm->fc.mvc,… in vp8_encode_frame()
|
D | firstpass.c | 571 …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/ |
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() 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()
|