Lines Matching refs:c_max
525 * @param[in] c_max
543 WORD32 c_max,
552 ASSERT(c_max > 0);
554 ASSERT((ctxt_index + (c_max >> ctxt_shift)) < IHEVC_CAB_CTXT_END);
563 }while(((WORD32)u4_sym < c_max) && bin);
587 * @param[in] c_max
596 WORD32 c_max)
605 ASSERT(c_max > 0);
609 ps_bitstrm->u4_cur_word, ps_bitstrm->u4_nxt_word, (UWORD32)c_max);
610 u4_bits <<= (32 - c_max);
624 }while(((WORD32)u4_sym < c_max) && bin);
726 WORD32 c_max;
733 c_max = c_rice_max >> c_rice_param;
740 }while(((WORD32)u4_sym < c_max) && bin);