Home
last modified time | relevance | path

Searched refs:NEWMV_CTX_MASK (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/av1/common/
Denums.h520 #define NEWMV_CTX_MASK ((1 << GLOBALMV_OFFSET) - 1) macro
Dmvref_common.h183 const int16_t newmv_ctx = mode_context[ref_frame] & NEWMV_CTX_MASK; in av1_mode_context_analyzer()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c161 int16_t mode_ctx = ctx & NEWMV_CTX_MASK; in read_inter_mode()
1224 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in dec_dump_logs()
/external/libaom/libaom/av1/encoder/
Dbitstream.c82 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in write_inter_mode()
1303 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in enc_dump_logs()
Dencodeframe.c700 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in update_inter_mode_stats()
Drdopt.c6587 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in cost_mv_ref()