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.
399 BLOCK *be;
406 be = &mb->block[i];
413 int this_diff = be->coeff[j] - bd->dqcoeff[j];
426 BLOCK *be;
435 be = &mb->block[i];
438 error += vp8_block_error_c(be->coeff, bd->dqcoeff);
599 BLOCK *be,
633 ENCODEMB_INVOKE(IF_RTCD(&cpi->rtcd.encodemb), subb)(be, b, 16);
634 x->vp8_short_fdct4x4(be->src_diff, be->coeff, 32);
635 x->quantize_b(be, b);
642 distortion = ENCODEMB_INVOKE(IF_RTCD(&cpi->rtcd.encodemb), berr)(be->coeff, b->dqcoeff) >> 2;
895 /* We have to be careful retrieving previously-encoded motion vectors.
896 Ones from this macroblock have to be pulled from the BLOCKD array
985 BLOCK *be = &x->block[i];
989 ENCODEMB_INVOKE(rtcd, subb)(be, bd, 16);
990 x->vp8_short_fdct4x4(be->src_diff, be->coeff, 32);
993 //be->coeff[0] = 0;
994 x->quantize_b(be, bd);
996 distortion += ENCODEMB_INVOKE(rtcd, berr)(be->coeff, bd->dqcoeff);
1936 // Increase the threshold for coding this mode to make it less likely to be chosen
2224 // Do not bother proceeding if the vector (from newmv,nearest or near) is 0,0 as this should then be coded using the zeromv mode.
2325 // Test for the condition where skip block will be activated because there are no non zero coefficients and make any necessary adjustment for rate