Home
last modified time | relevance | path

Searched refs:GLOBALMV_CTX_MASK (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/av1/common/
Denums.h521 #define GLOBALMV_CTX_MASK ((1 << (REFMV_OFFSET - GLOBALMV_OFFSET)) - 1) macro
/external/libaom/libaom/av1/decoder/
Ddecodemv.c166 mode_ctx = (ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in read_inter_mode()
1228 zeromv_ctx = (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in dec_dump_logs()
/external/libaom/libaom/av1/encoder/
Dbitstream.c88 (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in write_inter_mode()
1308 zeromv_ctx = (mode_ctx >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in enc_dump_logs()
Dencodeframe.c713 mode_ctx = (mode_context >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in update_inter_mode_stats()
Drdopt.c6596 mode_ctx = (mode_context >> GLOBALMV_OFFSET) & GLOBALMV_CTX_MASK; in cost_mv_ref()