Lines Matching refs:u4_bits_read
300 UWORD32 u4_bits_read; in ihevcd_bits_nxt() local
302 BITS_NXT(u4_bits_read, in ihevcd_bits_nxt()
308 return u4_bits_read; in ihevcd_bits_nxt()
336 UWORD32 u4_bits_read; in ihevcd_bits_nxt32() local
338 BITS_NXT32(u4_bits_read, in ihevcd_bits_nxt32()
343 return u4_bits_read; in ihevcd_bits_nxt32()
372 UWORD32 u4_bits_read; in ihevcd_bits_get() local
374 BITS_GET(u4_bits_read, in ihevcd_bits_get()
380 return u4_bits_read; in ihevcd_bits_get()
485 UWORD32 u4_bits_read; in ihevcd_uev() local
492 BITS_NXT32(u4_bits_read, in ihevcd_uev()
499 u4_clz = CLZ(u4_bits_read); in ihevcd_uev()
507 u4_bits_read = 0; in ihevcd_uev()
510 BITS_GET(u4_bits_read, in ihevcd_uev()
517 return ((1 << u4_clz) + u4_bits_read - 1); in ihevcd_uev()
544 UWORD32 u4_bits_read; in ihevcd_sev() local
552 BITS_NXT32(u4_bits_read, in ihevcd_sev()
559 u4_clz = CLZ(u4_bits_read); in ihevcd_sev()
567 u4_bits_read = 0; in ihevcd_sev()
570 BITS_GET(u4_bits_read, in ihevcd_sev()
577 u4_abs_val = ((1 << u4_clz) + u4_bits_read) >> 1; in ihevcd_sev()
578 if(u4_bits_read & 0x1) in ihevcd_sev()