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

  /external/libvpx/libvpx/vpx/
vp8.h 47 VP8_SET_POSTPROC = 3, /**< set the decoder's post processing settings */
125 VPX_CTRL_USE_TYPE(VP8_SET_POSTPROC, vp8_postproc_cfg_t *)
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 681 {VP8_SET_POSTPROC, set_postproc},
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 771 static vpx_codec_err_t vp8_set_postproc(vpx_codec_alg_priv_t *ctx, function
899 {VP8_SET_POSTPROC, vp8_set_postproc},
vp8_cx_iface.c     [all...]
  /external/libvpx/libvpx/
vpxdec.c 935 && vpx_codec_control(&decoder, VP8_SET_POSTPROC, &vp8_pp_cfg)) {
    [all...]

Completed in 219 milliseconds