Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8.h68 VP8_DEBLOCK = 1 << 0, 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.c593 vp8_pp_cfg.post_proc_flag |= VP8_DEBLOCK; in main_loop()