Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_decoder.cc197 ppcfg.post_proc_flag = VP8_MFQE; in Decode()
219 ppcfg.post_proc_flag |= VP8_DEBLOCK | VP8_DEMACROBLOCK; in Decode()
224 ppcfg.post_proc_flag |= VP8_DEBLOCK; in Decode()
227 ppcfg.post_proc_flag |= VP8_DEMACROBLOCK; in Decode()
/external/libvpx/libvpx/vp9/common/
Dvp9_ppflags.h27 int post_proc_flag; member
Dvp9_postproc.c298 const int flags = ppflags->post_proc_flag; in vp9_post_proc_frame()
/external/libvpx/libvpx/vp8/common/
Dppflags.h26 int post_proc_flag; member
Dpostproc.c151 int flags = ppflags->post_proc_flag; in vp8_post_proc_frame()
/external/libvpx/libvpx/vpx/
Dvp8.h82 int post_proc_flag; member
/external/libvpx/libvpx/
Dvpxdec.c663 vp8_pp_cfg.post_proc_flag |= VP8_ADDNOISE; in main_loop()
667 vp8_pp_cfg.post_proc_flag |= VP8_DEMACROBLOCK; in main_loop()
671 vp8_pp_cfg.post_proc_flag |= VP8_DEBLOCK; in main_loop()
674 vp8_pp_cfg.post_proc_flag |= VP8_MFQE; in main_loop()
800 if (vp8_pp_cfg.post_proc_flag && in main_loop()
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c345 ctx->postproc_cfg.post_proc_flag = in vp8_decode()
514 flags.post_proc_flag = ctx->postproc_cfg.post_proc_flag; in vp8_get_frame()
Dvp8_cx_iface.c1098 if (ctx->preview_ppcfg.post_proc_flag) { in vp8e_get_preview()
1099 flags.post_proc_flag = ctx->preview_ppcfg.post_proc_flag; in vp8e_get_preview()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c229 cfg->post_proc_flag = VP8_DEBLOCK | VP8_DEMACROBLOCK; in set_default_ppflags()
235 flags->post_proc_flag = ctx->postproc_cfg.post_proc_flag; in set_ppflags()
Dvp9_cx_iface.c1429 if (ctx->preview_ppcfg.post_proc_flag) { in encoder_get_preview()
1430 flags.post_proc_flag = ctx->preview_ppcfg.post_proc_flag; in encoder_get_preview()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c7509 ppflags.post_proc_flag = VP9D_DEBLOCK;