Searched refs:nmvc (Results 1 – 7 of 7) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropymv.c | 199 nmv_context *fc = &cm->fc.nmvc; in vp9_adapt_mv_probs() 200 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs() 232 cm->fc.nmvc = default_nmv_context; in vp9_init_mv_probs()
|
D | vp9_entropymode.h | 54 nmv_context nmvc; member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 231 const nmv_context *nmvc = &cm->fc.nmvc; in pack_inter_mode_mvs() local 318 nmvc, allow_hp); in pack_inter_mode_mvs() 326 &mbmi->ref_mvs[mbmi->ref_frame[ref]][0].as_mv, nmvc, in pack_inter_mode_mvs()
|
D | vp9_encodemv.c | 166 nmv_context *const mvc = &cm->fc.nmvc; in vp9_write_nmv_probs()
|
D | vp9_rdopt.c | 310 &cm->fc.nmvc, cm->allow_high_precision_mv); in vp9_initialize_rd_consts()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1173 nmv_context *const nmvc = &fc->nmvc; in read_compressed_header() local 1197 read_mv_probs(nmvc, cm->allow_high_precision_mv, &r); in read_compressed_header()
|
D | vp9_decodemv.c | 377 read_mv(r, &mv[i].as_mv, &ref_mv[i].as_mv, &cm->fc.nmvc, mv_counts, in assign_mv()
|