Home
last modified time | relevance | path

Searched refs:VP8_SET_DBG_DISPLAY_MV (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vpx/
Dvp8.h47 VP8_SET_DBG_DISPLAY_MV = 7, /**< set which motion vector modes to draw */ enumerator
116 VPX_CTRL_USE_TYPE(VP8_SET_DBG_DISPLAY_MV, int)
/external/libvpx/vp8/
Dvp8_dx_iface.c652 MAP (VP8_SET_DBG_DISPLAY_MV, ctx->dbg_display_mv_flag); in vp8_set_dbg_options()
708 {VP8_SET_DBG_DISPLAY_MV, vp8_set_dbg_options},
/external/libvpx/
Dvpxdec.c1008 && vpx_codec_control(&decoder, VP8_SET_DBG_DISPLAY_MV, vp8_dbg_display_mv)) in main()