Searched defs:ConvolveFunctions (Results 1 – 2 of 2) sorted by relevance
47 struct ConvolveFunctions { struct48 ConvolveFunctions(ConvolveFunc copy, ConvolveFunc avg, ConvolveFunc h8, in ConvolveFunctions() argument71 ConvolveFunc copy_[2];72 ConvolveFunc h8_[2];73 ConvolveFunc v8_[2];74 ConvolveFunc hv8_[2];75 ConvolveFunc sh8_[2]; // scaled horiz76 ConvolveFunc sv8_[2]; // scaled vert77 ConvolveFunc shv8_[2]; // scaled horiz/vert78 int use_highbd_; // 0 if high bitdepth not used, else the actual bit depth.
44 struct ConvolveFunctions { struct45 ConvolveFunctions(ConvolveFunc h8, ConvolveFunc v8, int bd) in ConvolveFunctions() argument48 ConvolveFunc h8_;49 ConvolveFunc v8_;50 int use_highbd_; // 0 if high bitdepth not used, else the actual bit depth.