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

  /external/libvpx/vpx/
vp8.h 43 VP8_SET_POSTPROC = 3, /**< set decoder's the post processing settings */
103 VPX_CTRL_USE_TYPE(VP8_SET_POSTPROC, vp8_postproc_cfg_t *)
vp8e.h 31 VP8E_SET_PREVIEWPP = VP8_SET_POSTPROC,
  /external/libvpx/
ivfdec.c 527 && vpx_codec_control(&decoder, VP8_SET_POSTPROC, &vp8_pp_cfg))
  /external/libvpx/vp8/
vp8_dx_iface.c 622 static vpx_codec_err_t vp8_set_postproc(vpx_codec_alg_priv_t *ctx, function
648 {VP8_SET_POSTPROC, vp8_set_postproc},
vp8_cx_iface.c 994 {VP8_SET_POSTPROC, vp8e_set_previewpp}
    [all...]

Completed in 70 milliseconds