Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Denums.h537 #define NEWMV_CTX_MASK ((1 << GLOBALMV_OFFSET) - 1) macro
Dmvref_common.h176 const int16_t newmv_ctx = mode_context[ref_frame] & NEWMV_CTX_MASK; in av1_mode_context_analyzer()
/external/libaom/libaom/av1/decoder/
Ddecodemv.c178 int16_t mode_ctx = ctx & NEWMV_CTX_MASK; in read_inter_mode()
1237 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()
1038 const int16_t newmv_ctx = mode_context & NEWMV_CTX_MASK; in mode_context_analyzer()
1344 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; in enc_dump_logs()
Dnonrd_pickmode.c960 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK;
Drdopt.c712 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in cost_mv_ref()
Dencodeframe.c898 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in update_inter_mode_stats()