Lines Matching refs:offset_val
76 int16_t offset_val[OFFSET_LENGTH];
90 randomize_buffers2(offset_val, OFFSET_LENGTH);
94 call_ref(dst0, src0, stride, stride, offset_val, left_class, w, block_size);
95 call_new(dst1, src1, stride, stride, offset_val, left_class, w, block_size);
101 bench_new(dst1, src1, stride, stride, offset_val, left_class, block_size, block_size);
113 int16_t offset_val[OFFSET_LENGTH];
126 randomize_buffers2(offset_val, OFFSET_LENGTH);
131 call_ref(dst0, src0 + offset, stride, offset_val, eo, w, block_size);
132 call_new(dst1, src1 + offset, stride, offset_val, eo, w, block_size);
138 bench_new(dst1, src1 + offset, stride, offset_val, eo, block_size, block_size);