Searched refs:NEWMV_CTX_MASK (Results 1 – 7 of 7) sorted by relevance
537 #define NEWMV_CTX_MASK ((1 << GLOBALMV_OFFSET) - 1) macro
176 const int16_t newmv_ctx = mode_context[ref_frame] & NEWMV_CTX_MASK; in av1_mode_context_analyzer()
178 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()
82 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()
960 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK;
712 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in cost_mv_ref()
898 int16_t mode_ctx = mode_context & NEWMV_CTX_MASK; in update_inter_mode_stats()