Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dentropymv.c14 const MV_CONTEXT vp8_mv_update_probs[2] =
29 const MV_CONTEXT vp8_default_mv_context[2] =
Dentropymv.h44 } MV_CONTEXT; typedef
46 extern const MV_CONTEXT vp8_mv_update_probs[2], vp8_default_mv_context[2];
Donyxc_int.h48 MV_CONTEXT mvc[2];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dencodemv.h22 void vp8_encode_motion_vector(vp8_writer *, const MV *, const MV_CONTEXT *);
23 void vp8_build_component_cost_table(int *mvcost[2], const MV_CONTEXT *mvc, int mvc_flag[2]);
Dencodemv.c68 void vp8_encode_motion_vector(vp8_writer *w, const MV *mv, const MV_CONTEXT *mvc) in vp8_encode_motion_vector()
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()
375 … vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flags); in vp8_write_mvprobs()
Dblock.h124 MV_CONTEXT *mvc;
Donyx_int.h76 MV_CONTEXT mvc[2];
Dbitstream.c452 vp8_writer *w, const MV *mv, const int_mv *ref, const MV_CONTEXT *mvc in write_mv()
521 const MV_CONTEXT *mvc = pc->fc.mvc; in pack_inter_mode_mvs()
698 write_mv(w, &blockmv.as_mv, &best_mv, (const MV_CONTEXT *) mvc); in pack_inter_mode_mvs()
Dratectrl.c302 … vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flag); in vp8_setup_key_frame()
Dfirstpass.c575 vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cm->fc.mvc, flag); in vp8_first_pass()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Ddecodemv.c76 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()
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()
495 read_mv(bc, &mbmi_mv->as_mv, (const MV_CONTEXT *) mvc); in read_mb_modes_mv()