Home
last modified time | relevance | path

Searched defs:scale_factors (Results 1 – 6 of 6) 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/libaom/libaom/av1/common/
Dscale.h28 struct scale_factors { struct
34 int (*scale_value_x)(int val, const struct scale_factors *sf); argument
35 int (*scale_value_y)(int val, const struct scale_factors *sf); argument
42 MV32 av1_scale_mv(const MV *mv, int x, int y, const struct scale_factors *sf); argument
/external/openssh/openbsd-compat/
Dfmt_scaled.c59 static long long scale_factors[] = { variable
/external/webrtc/talk/media/base/
Dvideoadapter.cc88 float VideoAdapter::FindScale(const float* scale_factors, in FindScale()
/external/libxaac/decoder/
Dixheaacd_sbr_rom.h155 WORD16 scale_factors[NO_IID_LEVELS]; member
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_test.cc163 std::vector<float> scale_factors; member