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.
33 void vp8_encode_intra4x4block(const VP8_ENCODER_RTCD *rtcd, MACROBLOCK *x, BLOCK *be, BLOCKD *b, int best_mode)
37 ENCODEMB_INVOKE(&rtcd->encodemb, subb)(be, b, 16);
39 x->vp8_short_fdct4x4(be->src_diff, be->coeff, 32);
41 x->quantize_b(be, b);
57 BLOCK *be = &mb->block[i];
60 vp8_encode_intra4x4block(rtcd, mb, be, b, b->bmi.mode);