Home
last modified time | relevance | path

Searched refs:VP8_EFLAG_NO_UPD_ENTROPY (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvpx_temporal_scalable_patterns.c324 VP8_EFLAG_NO_UPD_ENTROPY; in set_temporal_layer_pattern()
359 VP8_EFLAG_NO_UPD_ARF | VP8_EFLAG_NO_UPD_ENTROPY; in set_temporal_layer_pattern()
382 VP8_EFLAG_NO_UPD_ENTROPY; in set_temporal_layer_pattern()
388 VP8_EFLAG_NO_UPD_LAST | VP8_EFLAG_NO_UPD_ENTROPY; in set_temporal_layer_pattern()
422 VP8_EFLAG_NO_UPD_LAST | VP8_EFLAG_NO_UPD_ENTROPY; in set_temporal_layer_pattern()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h121 #define VP8_EFLAG_NO_UPD_ENTROPY (1<<20) macro
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddatarate_test.cc236 VP8_EFLAG_NO_UPD_ENTROPY; in SetFrameFlags()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c808 if (flags & VP8_EFLAG_NO_UPD_ENTROPY) in vp8e_encode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_cx_iface.c710 if (flags & VP8_EFLAG_NO_UPD_ENTROPY) { in vp9e_encode()