OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConvolveFunctions
(Results
1 - 2
of
2
) sorted by null
/external/libaom/libaom/test/
convolve_test.cc
40
struct
ConvolveFunctions
{
41
ConvolveFunctions
(ConvolveFunc copy, ConvolveFunc h8, ConvolveFunc v8, int bd)
50
typedef ::testing::tuple<int, int, const
ConvolveFunctions
*> ConvolveParam;
458
const
ConvolveFunctions
*UUT_;
799
const
ConvolveFunctions
convolve8_c(wrap_convolve_copy_c_8,
802
const
ConvolveFunctions
convolve10_c(wrap_convolve_copy_c_10,
805
const
ConvolveFunctions
convolve12_c(wrap_convolve_copy_c_12,
815
const
ConvolveFunctions
convolve8_sse2(aom_convolve_copy_c,
818
const
ConvolveFunctions
wrap_convolve8_sse2(wrap_convolve_copy_sse2_8,
821
const
ConvolveFunctions
wrap_convolve10_sse2(wrap_convolve_copy_sse2_10
[
all
...]
/external/libvpx/libvpx/test/
convolve_test.cc
47
struct
ConvolveFunctions
{
48
ConvolveFunctions
(ConvolveFunc copy, ConvolveFunc avg, ConvolveFunc h8,
81
typedef std::tuple<int, int, const
ConvolveFunctions
*> ConvolveParam;
526
const
ConvolveFunctions
*UUT_;
[
all
...]
Completed in 191 milliseconds