Lines Matching refs:cbp
789 int i, cbp;
794 /* compute cbp */
795 cbp = 0;
798 cbp |= 1 << (mb_block_count - 1 - i);
800 if (cbp == 0 && !first_mb && s->mv_type == MV_TYPE_16X16 &&
831 if (s->dquant && cbp) {
843 if (s->dquant && cbp) {
855 if (cbp != 0) {
868 put_mb_modes(s, 5, 2, 1, 0); /* motion + cbp */
871 put_mb_modes(s, 1, 1, 1, 0); /* motion + cbp */
905 if (cbp) {
907 put_mb_modes(s, 5, 2, 1, 1); /* motion + cbp */
910 put_mb_modes(s, 1, 1, 1, 1); /* motion + cbp */
931 if (cbp) {
934 ff_mpeg12_mbPatTable[cbp][1],
935 ff_mpeg12_mbPatTable[cbp][0]);
938 ff_mpeg12_mbPatTable[cbp >> 2][1],
939 ff_mpeg12_mbPatTable[cbp >> 2][0]);
940 put_sbits(&s->pb, 2, cbp);
945 if (cbp) { // With coded bloc pattern
989 if (cbp) { // With coded bloc pattern
1033 if (cbp) {
1036 ff_mpeg12_mbPatTable[cbp][1],
1037 ff_mpeg12_mbPatTable[cbp][0]);
1040 ff_mpeg12_mbPatTable[cbp >> 2][1],
1041 ff_mpeg12_mbPatTable[cbp >> 2][0]);
1042 put_sbits(&s->pb, 2, cbp);
1047 if (cbp & (1 << (mb_block_count - 1 - i)))