HomeSort by relevance Sort by last modified time
    Searched refs:preview_ppcfg (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 78 vp8_postproc_cfg_t preview_ppcfg; member in struct:vpx_codec_alg_priv
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 79 vp8_postproc_cfg_t preview_ppcfg; member in struct:vpx_codec_alg_priv
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 88 vp8_postproc_cfg_t preview_ppcfg; member in struct:vpx_codec_alg_priv
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 90 vp8_postproc_cfg_t preview_ppcfg; member in struct:vpx_codec_alg_priv
921 ctx->preview_ppcfg = *config;
939 if (ctx->preview_ppcfg.post_proc_flag) {
940 flags.post_proc_flag = ctx->preview_ppcfg.post_proc_flag;
941 flags.deblocking_level = ctx->preview_ppcfg.deblocking_level;
942 flags.noise_level = ctx->preview_ppcfg.noise_level;
    [all...]

Completed in 343 milliseconds