Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_txfm_test.h74 void fliplrud(Type *dest, int width, int height, int stride);
Dav1_txfm_test.cc341 void fliplrud(Type *dest, int width, int height, int stride) { in fliplrud() function
353 template void fliplrud<double>(double *dest, int width, int height, int stride);
Dav1_fwd_txfm2d_test.cc79 libaom_test::fliplrud(ref_input_, tx_width_, tx_height_, tx_width_); in RunFwdAccuracyCheck()