Lines Matching refs:cbp
110 int cbp;
694 if (s->cbp & 0x30) {
714 int cbp = 0;
904 cbp = ff_h264_i_mb_type_info[mb_type - 8].cbp;
932 cbp = IS_INTRA(mb_type) ? ff_h264_golomb_to_intra4x4_cbp[vlc]
936 (s->pict_type != AV_PICTURE_TYPE_I && s->adaptive_quant && cbp)) {
954 if (cbp) {
959 if ((cbp & (1 << i))) {
974 if ((cbp & 0x30)) {
982 if ((cbp & 0x20)) {
999 s->cbp = cbp;
1529 if (mb_type != 0 || s->cbp)