Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8.h69 VP8_DEMACROBLOCK = 1 << 1, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dpostproc.c114 vp8_postproc_cfg_t pp = {VP8_DEBLOCK | VP8_DEMACROBLOCK | VP8_MFQE, in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c200 ctx->postproc_cfg.post_proc_flag = VP8_DEBLOCK | VP8_DEMACROBLOCK; in decode_one()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c449 VP8_DEBLOCK | VP8_DEMACROBLOCK | VP8_MFQE; in vp8_decode()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c589 vp8_pp_cfg.post_proc_flag |= VP8_DEMACROBLOCK; in main_loop()