Home
last modified time | relevance | path

Searched refs:hadamard_loop (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/test/
Dhadamard_test.cc28 void hadamard_loop(const tran_low_t *a, tran_low_t *out) { in hadamard_loop() function
59 for (int i = 0; i < 8; ++i) hadamard_loop(input + i, buf + i * 8); in reference_hadamard8x8()
60 for (int i = 0; i < 8; ++i) hadamard_loop(buf + i, b + i * 8); in reference_hadamard8x8()