Home
last modified time | relevance | path

Searched refs:post_proc_flag (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_ppflags.h33 int post_proc_flag; member
Dvp9_postproc.c611 const int flags = ppflags->post_proc_flag; in vp9_post_proc_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dppflags.h36 int post_proc_flag; member
Dpostproc.c720 int flags = ppflags->post_proc_flag; in vp8_post_proc_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8.h86 …int post_proc_flag; /**< the types of post processing to be done, should be combination of… member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c585 vp8_pp_cfg.post_proc_flag |= VP8_ADDNOISE; in main_loop()
589 vp8_pp_cfg.post_proc_flag |= VP8_DEMACROBLOCK; in main_loop()
593 vp8_pp_cfg.post_proc_flag |= VP8_DEBLOCK; in main_loop()
596 vp8_pp_cfg.post_proc_flag |= VP8_MFQE; in main_loop()
601 vp8_pp_cfg.post_proc_flag &= ~0x7; in main_loop()
604 vp8_pp_cfg.post_proc_flag |= level; in main_loop()
734 if (vp8_pp_cfg.post_proc_flag in main_loop()
/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()
242 flags.post_proc_flag = in decode_one()
249 ctx->postproc_cfg.post_proc_flag; in decode_one()
Dvp9_cx_iface.c934 if (ctx->preview_ppcfg.post_proc_flag) { in vp9e_get_preview()
935 flags.post_proc_flag = ctx->preview_ppcfg.post_proc_flag; in vp9e_get_preview()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c448 ctx->postproc_cfg.post_proc_flag = in vp8_decode()
591 flags.post_proc_flag= ctx->postproc_cfg.post_proc_flag in vp8_get_frame()
Dvp8_cx_iface.c1051 if (ctx->preview_ppcfg.post_proc_flag) in vp8e_get_preview()
1053 flags.post_proc_flag = ctx->preview_ppcfg.post_proc_flag; in vp8e_get_preview()