Lines Matching refs:src_h
50 #define check_emu_edge_size(type, src_w, src_h, dst_w, dst_h) \
52 LOCAL_ALIGNED_16(type, src0, [src_w * src_h]); \
53 LOCAL_ALIGNED_16(type, src1, [src_w * src_h]); \
55 int pw = src_w, ph = src_h; \
57 randomize_buffers(src_w, src_h); \
59 iter_1d(type, y, 0 - src_h, x, 0 - src_w, src_w - 0); \
60 iter_1d(type, x, src_w - 0, y, 0 - src_h, src_h - 0); \
61 iter_1d(type, y, src_h - 0, x, 0 - src_w, src_w - 0); \
62 iter_1d(type, x, 0 - src_w, y, 0 - src_h, src_h - 0); \
75 int src_w, int src_h); \