Lines Matching full:cabac
623 /* Entropy coding : 0-VLC; 1 - CABAC */
624 PUT_BITS(ps_bitstrm, ps_pps->u1_entropy_coding_mode_flag, 1, return_status, "Entropy coding : 0-VLC; 1 - CABAC");
1005 * support for weighted prediction and introduce CABAC entropy coding then we have Main Profile.
1008 (ps_cfg->u4_entropy_coding_mode == CABAC) || (ps_cfg->u4_weighted_prediction))