Home | History | Annotate | Download | only in encoder

Lines Matching refs:u4_cbp_l

999         UWORD32 u4_cbp_l, u4_cbp_c;
1002 u4_cbp_l = (cbp & 0xF);
1006 mb_type_stream = luma_intra_mode + 1 + (u4_cbp_c << 2) + (u4_cbp_l == 15) * 12;
1275 UWORD32 u4_cbp_l, u4_cbp_c;
1280 u4_cbp_l = (cbp & 0xF);
1284 mb_type_stream = luma_intra_mode + 1 + (u4_cbp_c << 2) + (u4_cbp_l == 15) * 12;
1588 UWORD32 u4_cbp_l, u4_cbp_c;
1593 u4_cbp_l = (cbp & 0xF);
1597 mb_type_stream = luma_intra_mode + 1 + (u4_cbp_c << 2) + (u4_cbp_l == 15) * 12;