Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_ppflags.h34 int post_proc_flag; member
Dvp9_postproc.c630 const int flags = ppflags->post_proc_flag; in vp9_post_proc_frame()
/external/libvpx/libvpx/vp8/common/
Dppflags.h36 int post_proc_flag; member
Dpostproc.c727 int flags = ppflags->post_proc_flag; in vp8_post_proc_frame()
/external/libvpx/libvpx/
Dvpxdec.c665 vp8_pp_cfg.post_proc_flag |= VP8_ADDNOISE; in main_loop()
669 vp8_pp_cfg.post_proc_flag |= VP8_DEMACROBLOCK; in main_loop()
673 vp8_pp_cfg.post_proc_flag |= VP8_DEBLOCK; in main_loop()
676 vp8_pp_cfg.post_proc_flag |= VP8_MFQE; in main_loop()
681 vp8_pp_cfg.post_proc_flag &= ~0x7; in main_loop()
684 vp8_pp_cfg.post_proc_flag |= level; in main_loop()
814 if (vp8_pp_cfg.post_proc_flag in main_loop()
/external/libvpx/libvpx/vpx/
Dvp8.h86 …int post_proc_flag; /**< the types of post processing to be done, should be combination of… member
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c375 ctx->postproc_cfg.post_proc_flag = in vp8_decode()
523 flags.post_proc_flag= ctx->postproc_cfg.post_proc_flag in vp8_get_frame()
Dvp8_cx_iface.c1121 if (ctx->preview_ppcfg.post_proc_flag) in vp8e_get_preview()
1123 flags.post_proc_flag = ctx->preview_ppcfg.post_proc_flag; in vp8e_get_preview()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c271 cfg->post_proc_flag = VP8_DEBLOCK | VP8_DEMACROBLOCK; in set_default_ppflags()
278 flags->post_proc_flag = in set_ppflags()
279 ctx->postproc_cfg.post_proc_flag; in set_ppflags()
Dvp9_cx_iface.c1256 if (ctx->preview_ppcfg.post_proc_flag) { in encoder_get_preview()
1257 flags.post_proc_flag = ctx->preview_ppcfg.post_proc_flag; in encoder_get_preview()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc1149 ppcfg.post_proc_flag = VP8_MFQE | VP8_DEBLOCK; in Decode()
1152 ppcfg.post_proc_flag |= VP8_DEMACROBLOCK; in Decode()