Home | History | Annotate | Download | only in encoder

Lines Matching defs:cbp

726     /* cbp */
967 * cbp : coded block pattern
972 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode;
990 cbp = *pu1_byte++;
1000 u4_cbp_c = (cbp >> 4);
1001 u4_cbp_l = (cbp & 0xF);
1123 PUT_BITS_UEV(ps_bitstream, gu1_cbp_map_tables[cbp][0], error_status, "coded_block_pattern");
1126 if (cbp || mb_type == I16x16)
1141 error_status = ih264e_encode_residue(ps_ent_ctxt, mb_type, cbp);
1189 * cbp : coded block pattern
1196 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode;
1251 cbp = *pu1_byte++;
1267 u4_cbp_c = (cbp >> 4);
1268 u4_cbp_l = (cbp & 0xF);
1419 PUT_BITS_UEV(ps_bitstream, gu1_cbp_map_tables[cbp][cbptable], error_status, "coded_block_pattern");
1422 if (cbp || mb_type == I16x16)
1437 error_status = ih264e_encode_residue(ps_ent_ctxt, mb_type, cbp);
1487 * cbp : coded block pattern
1494 WORD32 mb_tpm, mb_type, cbp, chroma_intra_mode, luma_intra_mode;
1550 cbp = *pu1_byte++;
1566 u4_cbp_c = (cbp >> 4);
1567 u4_cbp_l = (cbp & 0xF);
1741 PUT_BITS_UEV(ps_bitstream, gu1_cbp_map_tables[cbp][cbptable], error_status, "coded_block_pattern");
1744 if (cbp || mb_type == I16x16)
1759 error_status = ih264e_encode_residue(ps_ent_ctxt, mb_type, cbp);