Searched refs:newmv_ctx (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | mvref_common.h | 183 const int16_t newmv_ctx = mode_context[ref_frame] & NEWMV_CTX_MASK; in av1_mode_context_analyzer() local 188 newmv_ctx, COMP_NEWMV_CTXS - 1)]; in av1_mode_context_analyzer()
|
/external/libaom/libaom/av1/decoder/ |
D | decodemv.c | 1224 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in dec_dump_logs() local 1244 mbmi->ref_frame[1], mbmi->motion_mode, mode_ctx, newmv_ctx, zeromv_ctx, in dec_dump_logs()
|
/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() 1303 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in enc_dump_logs() local 1322 mbmi->ref_frame[1], mbmi->motion_mode, mode_ctx, newmv_ctx, in enc_dump_logs()
|