Lines Matching refs:cbpc
486 int cbpc, cbpy, pred_x, pred_y;
700 cbpc = cbp & 3;
705 cbpc += 8;
707 ff_h263_inter_MCBPC_bits[cbpc],
708 ff_h263_inter_MCBPC_code[cbpc]);
732 cbpc += 8;
734 ff_h263_inter_MCBPC_bits[cbpc],
735 ff_h263_inter_MCBPC_code[cbpc]);
767 ff_h263_inter_MCBPC_bits[cbpc + 16],
768 ff_h263_inter_MCBPC_code[cbpc + 16]);
820 cbpc = cbp & 3;
823 cbpc += 4;
825 ff_h263_intra_MCBPC_bits[cbpc],
826 ff_h263_intra_MCBPC_code[cbpc]);
829 cbpc += 8;
832 ff_h263_inter_MCBPC_bits[cbpc + 4],
833 ff_h263_inter_MCBPC_code[cbpc + 4]);