Lines Matching defs:be
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
23 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
38 BLOCK be;
49 be.src_diff = reinterpret_cast<int16_t*>(
50 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff)));
56 be.src = 0;
57 be.base_src = &source;
58 be.src_stride = kSrcStride[i];
61 int16_t *src_diff = be.src_diff;
70 uint8_t *base_src = *be.base_src;
75 base_src += be.src_stride;
87 REGISTER_STATE_CHECK(GetParam()(&be, &bd, kDiffPredStride));
89 base_src = *be.base_src;
90 src_diff = be.src_diff;
99 base_src += be.src_stride;
102 vpx_free(be.src_diff);