HomeSort by relevance Sort by last modified time
    Searched refs:newmv_ctx (Results 1 - 3 of 3) sorted by null

  /external/libaom/libaom/av1/common/
mvref_common.h 183 const int16_t newmv_ctx = mode_context[ref_frame] & NEWMV_CTX_MASK; local
188 newmv_ctx, COMP_NEWMV_CTXS - 1)];
  /external/libaom/libaom/av1/decoder/
decodemv.c 1224 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; local
    [all...]
  /external/libaom/libaom/av1/encoder/
bitstream.c 82 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; local
84 aom_write_symbol(w, mode != NEWMV, ec_ctx->newmv_cdf[newmv_ctx], 2);
1303 const int16_t newmv_ctx = mode_ctx & NEWMV_CTX_MASK; local
    [all...]

Completed in 204 milliseconds