OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VP8_SET_POSTPROC
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx/
vp8.h
43
VP8_SET_POSTPROC
= 3, /**< set the decoder's post processing settings */
113
VPX_CTRL_USE_TYPE(
VP8_SET_POSTPROC
, vp8_postproc_cfg_t *)
/external/libvpx/libvpx/vp8/
vp8_dx_iface.c
753
static vpx_codec_err_t
vp8_set_postproc
(vpx_codec_alg_priv_t *ctx,
function
861
{
VP8_SET_POSTPROC
,
vp8_set_postproc
},
vp8_cx_iface.c
[
all
...]
/external/libvpx/libvpx/
vpxdec.c
1000
&& vpx_codec_control(&decoder,
VP8_SET_POSTPROC
, &vp8_pp_cfg))
[
all
...]
Completed in 102 milliseconds