Searched refs:PrepBuffers (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/test/ |
D | av1_horz_only_frame_superres_test.cc | 103 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()
|
D | av1_convolve_scale_test.cc | 173 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()
|