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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c58 int dbg_display_mv_flag; member in struct:vpx_codec_alg_priv
541 | ((ctx->dbg_display_mv_flag != 0) ? VP8D_DEBUG_DRAW_MV : 0)
550 flags.display_mv_flag = ctx->dbg_display_mv_flag;
698 ctx->dbg_display_mv_flag = va_arg(args, int);
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c44 int dbg_display_mv_flag; member in struct:vpx_codec_alg_priv
215 (ctx->dbg_display_mv_flag ? VP9D_DEBUG_DRAW_MV : 0) |
225 flags->display_mv_flag = ctx->dbg_display_mv_flag;
504 MAP(VP8_SET_DBG_DISPLAY_MV, ctx->dbg_display_mv_flag);
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c65 int dbg_display_mv_flag; member in struct:vpx_codec_alg_priv
595 | ((ctx->dbg_display_mv_flag != 0) ? VP8D_DEBUG_DRAW_MV : 0)
604 flags.display_mv_flag = ctx->dbg_display_mv_flag;
806 MAP (VP8_SET_DBG_DISPLAY_MV, ctx->dbg_display_mv_flag);

Completed in 2674 milliseconds