Searched refs:nmv_context (Results 1 – 18 of 18) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodemv.h | 22 nmv_context *mvctx, int usehp); 24 void av1_update_mv_stats(const MV *mv, const MV *ref, nmv_context *mvctx, 28 const nmv_context *mvctx, 34 nmv_context *mvctx);
|
D | encodemv.c | 63 void av1_update_mv_stats(const MV *mv, const MV *ref, nmv_context *mvctx, in av1_update_mv_stats() 177 nmv_context *mvctx, int usehp) { in av1_encode_mv() 202 nmv_context *mvctx) { in av1_encode_dv() 220 const nmv_context *ctx, in av1_build_nmv_cost_table()
|
D | mv_prec.c | 74 nmv_context *nmvc = &ec_ctx->nmvc; in keep_one_comp_stat() 129 nmv_context *nmvc = &ec_ctx->nmvc; in keep_one_mv_stat()
|
D | bitstream.c | 1138 nmv_context *nmvc = &ec_ctx->nmvc; in pack_inter_mode_mvs() 1144 nmv_context *nmvc = &ec_ctx->nmvc; in pack_inter_mode_mvs() 1148 nmv_context *nmvc = &ec_ctx->nmvc; in pack_inter_mode_mvs()
|
D | encodeframe.c | 4236 static AOM_INLINE void avg_nmv(nmv_context *nmv_left, nmv_context *nmv_tr, in avg_nmv()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodemv.h | 26 const nmv_context *mvctx, int usehp, 30 const nmv_context *ctx, int usehp);
|
D | vp9_encodemv.c | 175 nmv_context *const mvc = &cm->fc->nmvc; in vp9_write_nmv_probs() 211 const nmv_context *mvctx, int usehp, in vp9_encode_mv() 233 const nmv_context *ctx, int usehp) { in vp9_build_nmv_cost_table()
|
D | vp9_bitstream.c | 245 const nmv_context *nmvc = &cm->fc->nmvc; in pack_inter_mode_mvs()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymv.c | 30 static const nmv_context default_nmv_context = { 157 nmv_context *fc = &cm->fc->nmvc; in vp9_adapt_mv_probs() 158 const nmv_context *pre_fc = &cm->frame_contexts[cm->frame_context_idx].nmvc; in vp9_adapt_mv_probs()
|
D | vp9_entropymv.h | 102 } nmv_context; typedef
|
D | vp9_entropymode.h | 58 nmv_context nmvc;
|
/external/libaom/libaom/av1/common/ |
D | entropymv.c | 15 static const nmv_context default_nmv_context = {
|
D | entropymode.h | 127 nmv_context nmvc; 128 nmv_context ndvc;
|
D | entropymv.h | 92 } nmv_context; typedef
|
D | entropy.c | 72 static AOM_INLINE void reset_nmv_counter(nmv_context *nmv) { in reset_nmv_counter()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 667 nmv_context *ctx, MvSubpelPrecision precision); 879 nmv_context *ctx, MvSubpelPrecision precision) { in read_mv() 1121 nmv_context *const nmvc = &ec_ctx->nmvc; in assign_mv() 1144 nmv_context *const nmvc = &ec_ctx->nmvc; in assign_mv() 1162 nmv_context *const nmvc = &ec_ctx->nmvc; in assign_mv() 1169 nmv_context *const nmvc = &ec_ctx->nmvc; in assign_mv() 1176 nmv_context *const nmvc = &ec_ctx->nmvc; in assign_mv() 1183 nmv_context *const nmvc = &ec_ctx->nmvc; in assign_mv()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 268 const nmv_context *ctx, nmv_context_counts *counts, in read_mv()
|
D | vp9_decodeframe.c | 139 static void read_mv_probs(nmv_context *ctx, int allow_hp, vpx_reader *r) { in read_mv_probs() 2880 nmv_context *const nmvc = &fc->nmvc; in read_compressed_header()
|