Home
last modified time | relevance | path

Searched refs:vpx_scaling_mode_t (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvp8cx.h678 } vpx_scaling_mode_t; typedef
751 VPX_CTRL_USE_TYPE(VP8E_SET_SCALEMODE, vpx_scaling_mode_t *)
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c1128 vpx_scaling_mode_t *data = va_arg(args, vpx_scaling_mode_t *); in vp8e_set_scalemode()
1132 vpx_scaling_mode_t scalemode = *(vpx_scaling_mode_t *)data; in vp8e_set_scalemode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1434 vpx_scaling_mode_t *const mode = va_arg(args, vpx_scaling_mode_t *); in ctrl_set_scale_mode()