Home
last modified time | relevance | path

Searched refs:display_mv_flag (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_ppflags.h39 int display_mv_flag; member
Dvp9_postproc.c729 if ((flags & VP9D_DEBUG_DRAW_MV) && ppflags->display_mv_flag) { in vp9_post_proc_frame()
741 if (!(ppflags->display_mv_flag & (1 << mi->mbmi.mode))) { in vp9_post_proc_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dppflags.h42 int display_mv_flag; member
Dpostproc.c926 if ((flags & VP8D_DEBUG_DRAW_MV) && ppflags->display_mv_flag) in vp8_post_proc_frame()
942 if (!(ppflags->display_mv_flag & (1<<mi->mbmi.mode))) in vp8_post_proc_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c257 flags.display_mv_flag = ctx->dbg_display_mv_flag; in decode_one()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c606 flags.display_mv_flag = ctx->dbg_display_mv_flag; in vp8_get_frame()