Searched refs:newmv_ctx (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | mvref_common.h | 176 const int16_t newmv_ctx = mode_context[ref_frame] & NEWMV_CTX_MASK; in av1_mode_context_analyzer() local 181 newmv_ctx, COMP_NEWMV_CTXS - 1)]; in av1_mode_context_analyzer()
|
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 82 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in write_inter_mode() local 84 aom_write_symbol(w, mode != NEWMV, ec_ctx->newmv_cdf[newmv_ctx], 2); in write_inter_mode() 1038 const int16_t newmv_ctx = mode_context & NEWMV_CTX_MASK; in mode_context_analyzer() local 1042 newmv_ctx, COMP_NEWMV_CTXS - 1)]; in mode_context_analyzer() 1344 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in enc_dump_logs() local 1363 mbmi->ref_frame[1], mbmi->motion_mode, mode_ctx, newmv_ctx, in enc_dump_logs()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1237 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in dec_dump_logs() local 1257 mbmi->ref_frame[1], mbmi->motion_mode, mode_ctx, newmv_ctx, zeromv_ctx, in dec_dump_logs()
|