Searched refs:NEWMV_CTX_MASK (Results 1 – 6 of 6) sorted by relevance
520 #define NEWMV_CTX_MASK ((1 << GLOBALMV_OFFSET) - 1) macro
183 const int16_t newmv_ctx = mode_context[ref_frame] & NEWMV_CTX_MASK; in av1_mode_context_analyzer()
161 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()
82 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()
700 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in update_inter_mode_stats()
6587 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in cost_mv_ref()