Home | History | Annotate | Download | only in encoder

Lines Matching refs:cbp

726     /* cbp */
968 * cbp : coded block pattern
973 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode;
991 cbp = ps_mb_hdr->u1_cbp;
1001 u4_cbp_c = (cbp >> 4);
1002 u4_cbp_l = (cbp & 0xF);
1133 PUT_BITS_UEV(ps_bitstream, gu1_cbp_map_tables[cbp][0], error_status, "coded_block_pattern");
1136 if (cbp || mb_type == I16x16)
1151 error_status = ih264e_encode_residue(ps_ent_ctxt, mb_type, cbp);
1200 * cbp : coded block pattern
1207 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode;
1263 cbp = ps_mb_hdr->u1_cbp;
1279 u4_cbp_c = (cbp >> 4);
1280 u4_cbp_l = (cbp & 0xF);
1443 PUT_BITS_UEV(ps_bitstream, gu1_cbp_map_tables[cbp][cbptable], error_status, "coded_block_pattern");
1446 if (cbp || mb_type == I16x16)
1461 error_status = ih264e_encode_residue(ps_ent_ctxt, mb_type, cbp);
1512 * cbp : coded block pattern
1519 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode;
1576 cbp = ps_mb_hdr->u1_cbp;
1592 u4_cbp_c = (cbp >> 4);
1593 u4_cbp_l = (cbp & 0xF);
1774 PUT_BITS_UEV(ps_bitstream, gu1_cbp_map_tables[cbp][cbptable], error_status, "coded_block_pattern");
1777 if (cbp || mb_type == I16x16)
1792 error_status = ih264e_encode_residue(ps_ent_ctxt, mb_type, cbp);