Home
last modified time | relevance | path

Searched refs:VP8_SET_POSTPROC (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/vpx/
Dvp8.h43 VP8_SET_POSTPROC = 3, /**< set the decoder's post processing settings */ enumerator
112 VPX_CTRL_USE_TYPE(VP8_SET_POSTPROC, vp8_postproc_cfg_t *)
Dvp8e.h31 VP8E_SET_PREVIEWPP = VP8_SET_POSTPROC,
/external/libvpx/examples/
Dpostproc.txt58 if(vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp))
63 if(vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp))
/external/libvpx/
Dvp8_api1_migration.txt54 VP8E_SET_PREVIEWPP -> VP8_SET_POSTPROC
Dvpxdec.c980 && vpx_codec_control(&decoder, VP8_SET_POSTPROC, &vp8_pp_cfg)) in main()
/external/libvpx/vp8/
Dvp8_dx_iface.c704 {VP8_SET_POSTPROC, vp8_set_postproc},
Dvp8_cx_iface.c1038 {VP8_SET_POSTPROC, vp8e_set_previewpp},