Home
last modified time | relevance | path

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

/external/libvpx/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
40 MV32 vp9_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf); argument
/external/webrtc/talk/media/base/
Dvideoadapter.cc88 float VideoAdapter::FindScale(const float* scale_factors, in FindScale()