Home | History | Annotate | Download | only in decoder

Lines Matching refs:u4_clz

818         UWORD32 u4_clz, read_bits;
820 u4_clz = CLZ(u4_code_int_range);
821 FLUSHBITS(u4_offset, u4_clz)
823 u4_code_int_range = u4_code_int_range << u4_clz;
824 u4_code_int_val_ofst = (u4_code_int_val_ofst << u4_clz) | read_bits;
835 UWORD32 u4_clz;
839 u4_clz = CLZ(u4_code_int_range);
840 u4_qnt_int_range = u4_code_int_range << u4_clz;
846 u4_int_range_lps = u4_int_range_lps << (23 - u4_clz);
875 UWORD32 u4_clz;
879 u4_clz = CLZ(u4_code_int_range);
880 u4_qnt_int_range = u4_code_int_range << u4_clz;
886 u4_int_range_lps = u4_int_range_lps << (23 - u4_clz);
915 UWORD32 u4_clz;
919 u4_clz = CLZ(u4_code_int_range);
920 u4_qnt_int_range = u4_code_int_range << u4_clz;
926 u4_int_range_lps = u4_int_range_lps << (23 - u4_clz);
955 UWORD32 u4_clz;
959 u4_clz = CLZ(u4_code_int_range);
960 u4_qnt_int_range = u4_code_int_range << u4_clz;
966 u4_int_range_lps = u4_int_range_lps << (23 - u4_clz);
1042 UWORD32 u4_clz;
1046 u4_clz = CLZ(u4_code_int_range);
1047 u4_qnt_int_range = u4_code_int_range << u4_clz;
1054 u4_int_range_lps = u4_int_range_lps << (23 - u4_clz);