Searched refs:ConvolveFunctions (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libaom/test/ |
H A D | convolve_test.cc | 49 struct ConvolveFunctions { struct 50 ConvolveFunctions(ConvolveFunc h8, ConvolveFunc v8, int bd) in ConvolveFunctions() argument 58 typedef std::tuple<int, int, const ConvolveFunctions *> ConvolveParam; 661 const ConvolveFunctions *UUT_; 807 const ConvolveFunctions wrap_convolve8_c(wrap_convolve8_horiz_c_8, 809 const ConvolveFunctions wrap_convolve10_c(wrap_convolve8_horiz_c_10, 811 const ConvolveFunctions wrap_convolve12_c(wrap_convolve8_horiz_c_12, 821 const ConvolveFunctions convolve8_c(aom_convolve8_horiz_c, aom_convolve8_vert_c, 830 const ConvolveFunctions wrap_convolve8_sse2(wrap_convolve8_horiz_sse2_8, 832 const ConvolveFunctions wrap_convolve10_sse2(wrap_convolve8_horiz_sse2_10, [all …]
|
/aosp_15_r20/external/libvpx/test/ |
H A D | convolve_test.cc | 47 struct ConvolveFunctions { struct 48 ConvolveFunctions(ConvolveFunc copy, ConvolveFunc avg, ConvolveFunc h8, in ConvolveFunctions() argument 81 typedef std::tuple<int, int, const ConvolveFunctions *> ConvolveParam; 532 const ConvolveFunctions *UUT_; 1271 const ConvolveFunctions convolve8_c( 1278 const ConvolveFunctions convolve10_c( 1285 const ConvolveFunctions convolve12_c( 1297 const ConvolveFunctions convolve8_c( 1310 const ConvolveFunctions convolve8_sse2( 1318 const ConvolveFunctions convolve10_sse2( [all …]
|