OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:post_proc_flag
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/vp8/common/
ppflags.h
31
int
post_proc_flag
;
member in struct:__anon7710
postproc.c
684
int flags = ppflags->
post_proc_flag
;
[
all
...]
/external/libvpx/vpx/
vp8.h
71
* the best objective measure (using the PSNR metric) set
post_proc_flag
77
int
post_proc_flag
; /**< the types of post processing to be done, should be combination of "vp8_postproc_level" */
member in struct:vp8_postproc_cfg
/external/libvpx/
vpxdec.c
787
vp8_pp_cfg.
post_proc_flag
|= VP8_ADDNOISE;
793
vp8_pp_cfg.
post_proc_flag
|= VP8_DEMACROBLOCK;
799
vp8_pp_cfg.
post_proc_flag
|= VP8_DEBLOCK;
806
vp8_pp_cfg.
post_proc_flag
&= ~0x7;
809
vp8_pp_cfg.
post_proc_flag
|= level;
979
if (vp8_pp_cfg.
post_proc_flag
[
all
...]
/external/libvpx/vp8/
vp8_dx_iface.c
376
ctx->postproc_cfg.
post_proc_flag
=
399
flags.
post_proc_flag
= ctx->postproc_cfg.
post_proc_flag
vp8_cx_iface.c
891
if (ctx->preview_ppcfg.
post_proc_flag
)
893
flags.
post_proc_flag
= ctx->preview_ppcfg.
post_proc_flag
;
[
all
...]
Completed in 855 milliseconds