Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h105 #define VP8_EFLAG_FORCE_GF (1<<19) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c766 if (((flags & VP8_EFLAG_NO_UPD_GF) && (flags & VP8_EFLAG_FORCE_GF)) in vp8e_encode()
791 | VP8_EFLAG_NO_UPD_ARF | VP8_EFLAG_FORCE_GF in vp8e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c671 if (((flags & VP8_EFLAG_NO_UPD_GF) && (flags & VP8_EFLAG_FORCE_GF)) || in vp9e_encode()
694 VP8_EFLAG_NO_UPD_ARF | VP8_EFLAG_FORCE_GF | in vp9e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c658 flags |= VP8_EFLAG_FORCE_GF; in map_vp8_flags()