Home | History | Annotate | Download | only in decoder

Lines Matching full:u4_prefix

800                         UWORD32 u4_prefix;
803 u4_prefix = 0;
808 u4_prefix++;
810 if((WORD32)u4_prefix == 19 - rice_param)
818 u4_prefix = u4_prefix - 1;
819 if(u4_prefix < 3)
823 coeff_abs_level_remaining = (u4_prefix << rice_param);
836 //u4_prefix = CLIP3(u4_prefix, 0, 19 - rice_param);
838 u4_numbins = (u4_prefix - 3 + rice_param);
839 coeff_abs_level_remaining = (((1 << (u4_prefix - 3)) + 3 - 1) << rice_param);