Lines Matching refs:cbpc
498 int cbpc, cbpy, i, cbp, pred_x, pred_y;
521 cbpc = cbp & 3;
523 if(s->alt_inter_vlc==0 || cbpc!=3)
525 if(s->dquant) cbpc+= 8;
528 ff_h263_inter_MCBPC_bits[cbpc],
529 ff_h263_inter_MCBPC_code[cbpc]);
555 ff_h263_inter_MCBPC_bits[cbpc+16],
556 ff_h263_inter_MCBPC_code[cbpc+16]);
644 cbpc = cbp & 3;
646 if(s->dquant) cbpc+=4;
648 ff_h263_intra_MCBPC_bits[cbpc],
649 ff_h263_intra_MCBPC_code[cbpc]);
651 if(s->dquant) cbpc+=8;
654 ff_h263_inter_MCBPC_bits[cbpc + 4],
655 ff_h263_inter_MCBPC_code[cbpc + 4]);