Searched refs:MV_CONTEXT (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 | 44 } MV_CONTEXT; typedef 46 extern const MV_CONTEXT vp8_mv_update_probs[2], vp8_default_mv_context[2];
|
D | onyxc_int.h | 48 MV_CONTEXT mvc[2];
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | encodemv.h | 22 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]);
|
D | encodemv.c | 68 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()
|
D | block.h | 124 MV_CONTEXT *mvc;
|
D | onyx_int.h | 76 MV_CONTEXT mvc[2];
|
D | bitstream.c | 452 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()
|
D | ratectrl.c | 302 … vp8_build_component_cost_table(cpi->mb.mvcost, (const MV_CONTEXT *) cpi->common.fc.mvc, flag); in vp8_setup_key_frame()
|
D | firstpass.c | 575 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/ |
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() 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()
|