Searched refs:u1_no_of_bits (Results 1 – 1 of 1) sorted by relevance
159 static UWORD8 ih264e_get_range(UWORD32 u4_value, UWORD8 u1_no_of_bits) in ih264e_get_range() argument164 if (u4_value > (UWORD32) ((1 << (u1_no_of_bits >> 1)) - 1)) in ih264e_get_range()166 temp = (1 << (u1_no_of_bits - 1)); in ih264e_get_range()167 for (count = 0; count < (u1_no_of_bits >> 1); count++) in ih264e_get_range()171 return (UWORD8) (u1_no_of_bits - count); in ih264e_get_range()182 temp = (1 << ((u1_no_of_bits >> 1) - 1)); in ih264e_get_range()183 for (count = 0; count < ((u1_no_of_bits >> 1) - 1); count++) in ih264e_get_range()187 return (UWORD8) ((u1_no_of_bits >> 1) - count); in ih264e_get_range()