Searched defs:dbg_display_mv_flag (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c75 int dbg_display_mv_flag; member in struct:vpx_codec_alg_priv
580 | ((ctx->dbg_display_mv_flag != 0) ? VP8D_DEBUG_DRAW_MV : 0)
589 flags.display_mv_flag = ctx->dbg_display_mv_flag;
788 MAP (VP8_SET_DBG_DISPLAY_MV, ctx->dbg_display_mv_flag);

Completed in 163 milliseconds