Home
last modified time | relevance | path

Searched refs:VP8_EFLAG_FORCE_ARF (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h113 #define VP8_EFLAG_FORCE_ARF (1<<24) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c672 ((flags & VP8_EFLAG_NO_UPD_ARF) && (flags & VP8_EFLAG_FORCE_ARF))) { in vp9e_encode()
695 VP8_EFLAG_FORCE_ARF)) { in vp9e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c767 || ((flags & VP8_EFLAG_NO_UPD_ARF) && (flags & VP8_EFLAG_FORCE_ARF))) in vp8e_encode()
792 | VP8_EFLAG_FORCE_ARF)) in vp8e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c653 flags |= VP8_EFLAG_FORCE_ARF; in map_vp8_flags()