Home | History | Annotate | Download | only in encoder

Lines Matching refs:u4_cbp_c

998         UWORD32 u4_cbp_l, u4_cbp_c;
1000 u4_cbp_c = (cbp >> 4);
1005 mb_type_stream = luma_intra_mode + 1 + (u4_cbp_c << 2) + (u4_cbp_l == 15) * 12;
1263 UWORD32 u4_cbp_l, u4_cbp_c;
1267 u4_cbp_c = (cbp >> 4);
1272 mb_type_stream = luma_intra_mode + 1 + (u4_cbp_c << 2) + (u4_cbp_l == 15) * 12;
1562 UWORD32 u4_cbp_l, u4_cbp_c;
1566 u4_cbp_c = (cbp >> 4);
1571 mb_type_stream = luma_intra_mode + 1 + (u4_cbp_c << 2) + (u4_cbp_l == 15) * 12;