Searched refs:nmv_context (Results 1 – 17 of 17) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | encodemv.h | 22 nmv_context *mvctx, int usehp); 25 const nmv_context *mvctx, 31 nmv_context *mvctx);
|
D | encodemv.c | 141 nmv_context *mvctx, int usehp) { in av1_encode_mv() 163 nmv_context *mvctx) { in av1_encode_dv() 181 const nmv_context *ctx, in av1_build_nmv_cost_table()
|
D | bitstream.c | 1098 nmv_context *nmvc = &ec_ctx->nmvc; in pack_inter_mode_mvs() 1104 nmv_context *nmvc = &ec_ctx->nmvc; in pack_inter_mode_mvs() 1108 nmv_context *nmvc = &ec_ctx->nmvc; in pack_inter_mode_mvs()
|
D | encodeframe.c | 4506 static void avg_nmv(nmv_context *nmv_left, nmv_context *nmv_tr, int wt_left, 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 | 240 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_entropymode.h | 58 nmv_context nmvc;
|
D | vp9_entropymv.h | 102 } nmv_context; typedef
|
/external/libaom/libaom/av1/common/ |
D | entropymode.h | 128 nmv_context nmvc; 129 nmv_context ndvc;
|
D | entropymv.c | 15 static const nmv_context default_nmv_context = {
|
D | entropymv.h | 92 } nmv_context; typedef
|
D | entropy.c | 71 static void reset_nmv_counter(nmv_context *nmv) { in reset_nmv_counter()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 647 nmv_context *ctx, MvSubpelPrecision precision); 864 nmv_context *ctx, MvSubpelPrecision precision) { in read_mv() 1108 nmv_context *const nmvc = &ec_ctx->nmvc; in assign_mv() 1131 nmv_context *const nmvc = &ec_ctx->nmvc; in assign_mv() 1149 nmv_context *const nmvc = &ec_ctx->nmvc; in assign_mv() 1156 nmv_context *const nmvc = &ec_ctx->nmvc; in assign_mv() 1163 nmv_context *const nmvc = &ec_ctx->nmvc; in assign_mv() 1170 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 | 135 static void read_mv_probs(nmv_context *ctx, int allow_hp, vpx_reader *r) { in read_mv_probs() 2419 nmv_context *const nmvc = &fc->nmvc; in read_compressed_header()
|