Home
last modified time | relevance | path

Searched defs:scale_factors (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_scale.h25 struct scale_factors { struct
31 int (*scale_value_x)(int val, const struct scale_factors *sf); argument
32 int (*scale_value_y)(int val, const struct scale_factors *sf); argument
37 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf); argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c55 char scale_factors[OPTION_BUFFER_SIZE]; // set by vpx_svc_set_scale_factors member
342 const char *scale_factors) { in parse_scale_factors()
485 const char *scale_factors) { in vpx_svc_set_scale_factors()