Home
last modified time | relevance | path

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

/external/libvpx/test/
Dconvolve_test.cc47 struct ConvolveFunctions { struct
48 ConvolveFunctions(ConvolveFunc copy, ConvolveFunc avg, ConvolveFunc h8, in ConvolveFunctions() argument
71 ConvolveFunc copy_[2];
72 ConvolveFunc h8_[2];
73 ConvolveFunc v8_[2];
74 ConvolveFunc hv8_[2];
75 ConvolveFunc sh8_[2]; // scaled horiz
76 ConvolveFunc sv8_[2]; // scaled vert
77 ConvolveFunc shv8_[2]; // scaled horiz/vert
78 int use_highbd_; // 0 if high bitdepth not used, else the actual bit depth.
/external/libaom/test/
Dconvolve_test.cc44 struct ConvolveFunctions { struct
45 ConvolveFunctions(ConvolveFunc h8, ConvolveFunc v8, int bd) in ConvolveFunctions() argument
48 ConvolveFunc h8_;
49 ConvolveFunc v8_;
50 int use_highbd_; // 0 if high bitdepth not used, else the actual bit depth.