Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_horz_only_frame_superres_test.cc103 void PrepBuffers(ACMRandom *rnd, int w, int h, int stride, int bd, in PrepBuffers() function
131 PrepBuffers(rnd, w_src_, h_, src_stride_, bd_, false, &src_data_[0]); in Initialize()
132 PrepBuffers(rnd, w_dst_, h_, dst_stride_, bd_, true, &dst_data_[0]); in Initialize()
Dav1_convolve_scale_test.cc173 void PrepBuffers(ACMRandom *rnd, int w, int h, int stride, int bd, in PrepBuffers() function
201 PrepBuffers(rnd, w_, h_, src_stride_, bd_, false, &src_data_[0]); in Initialize()
202 PrepBuffers(rnd, w_, h_, dst_stride_, bd_, true, &dst_data_[0]); in Initialize()
203 PrepBuffers(rnd, w_, h_, dst_stride_, bd_, true, &dst_16_data_[0]); in Initialize()