Searched defs:scale_factors (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_scale.h | 25 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/ |
D | scale.h | 28 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/ |
D | fmt_scaled.c | 59 static long long scale_factors[] = { variable
|
/external/webrtc/talk/media/base/ |
D | videoadapter.cc | 88 float VideoAdapter::FindScale(const float* scale_factors, in FindScale()
|
/external/libxaac/decoder/ |
D | ixheaacd_sbr_rom.h | 155 WORD16 scale_factors[NO_IID_LEVELS]; member
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | tensor_utils_test.cc | 163 std::vector<float> scale_factors; member
|