Lines Matching defs:cbp
498 int cbpc, cbpy, i, cbp, pred_x, pred_y;
505 /* compute cbp */
506 cbp= get_p_cbp(s, block, motion_x, motion_y);
508 if ((cbp | motion_x | motion_y | s->dquant | (s->mv_type - MV_TYPE_16X16)) == 0) {
521 cbpc = cbp & 3;
522 cbpy = cbp >> 2;
591 cbp = 0;
634 cbp |= 1 << (5 - i);
638 /* compute cbp */
640 cbp |= 1 << (5 - i);
644 cbpc = cbp & 3;
661 cbpy = cbp >> 2;