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()
477 UWORD32 u4_bits_read; in ihevcd_uev() local
484 BITS_NXT32(u4_bits_read, in ihevcd_uev()
491 u4_clz = CLZ(u4_bits_read); in ihevcd_uev()
499 u4_bits_read = 0; in ihevcd_uev()
502 BITS_GET(u4_bits_read, in ihevcd_uev()
509 return ((1 << u4_clz) + u4_bits_read - 1); in ihevcd_uev()
536 UWORD32 u4_bits_read; in ihevcd_sev() local
544 BITS_NXT32(u4_bits_read, in ihevcd_sev()
551 u4_clz = CLZ(u4_bits_read); in ihevcd_sev()
559 u4_bits_read = 0; in ihevcd_sev()
562 BITS_GET(u4_bits_read, in ihevcd_sev()
569 u4_abs_val = ((1 << u4_clz) + u4_bits_read) >> 1; in ihevcd_sev()
570 if(u4_bits_read & 0x1) in ihevcd_sev()