Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dentropymv.c14 const MV_CONTEXT vp8_mv_update_probs[2] = {
30 const MV_CONTEXT vp8_default_mv_context[2] = {
Dentropymv.h41 } MV_CONTEXT; typedef
43 extern const MV_CONTEXT vp8_mv_update_probs[2], vp8_default_mv_context[2];
Donyxc_int.h47 MV_CONTEXT mvc[2];
/external/libvpx/libvpx/vp8/encoder/
Dencodemv.h21 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
22 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc,
Dencodemv.c56 const MV_CONTEXT *mvc) { in vp8_encode_motion_vector()
118 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, in vp8_build_component_cost_table()
306 MV_CONTEXT *mvc = cpi->common.fc.mvc; in vp8_write_mvprobs()
317 cpi->mb.mvcost, (const MV_CONTEXT *)cpi->common.fc.mvc, flags); in vp8_write_mvprobs()
Dblock.h117 MV_CONTEXT *mvc;
Dbitstream.c348 const MV_CONTEXT *mvc) { in write_mv()
412 const MV_CONTEXT *mvc = pc->fc.mvc; in pack_inter_mode_mvs()
544 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *)mvc); in pack_inter_mode_mvs()
Donyx_int.h71 MV_CONTEXT mvc[2];
Dratectrl.c256 cpi->mb.mvcost, (const MV_CONTEXT *)cpi->common.fc.mvc, flag); in vp8_setup_key_frame()
Dfirstpass.c534 (const MV_CONTEXT *)cm->fc.mvc, flag); in vp8_first_pass()
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c64 static int read_mvcomponent(vp8_reader *r, const MV_CONTEXT *mvc) { in read_mvcomponent()
91 static void read_mv(vp8_reader *r, MV *mv, const MV_CONTEXT *mvc) { in read_mv()
96 static void read_mvcontexts(vp8_reader *bc, MV_CONTEXT *mvc) { in read_mvcontexts()
124 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in mb_mode_mv_init()
190 MV_CONTEXT *const mvc, int mb_to_left_edge, in decode_split_mv()
385 MV_CONTEXT *const mvc = pbi->common.fc.mvc; in read_mb_modes_mv()
416 read_mv(bc, &mbmi_mv->as_mv, (const MV_CONTEXT *)mvc); in read_mb_modes_mv()