Home | History | Annotate | Download | only in encoder

Lines Matching refs:u4_sign

132     UWORD32 u4_sign = 0;
183 u4_sign |= 1 << u4_trailing1;
190 u4_sign = 0;
200 u4_totzero_sign_trailone = (u4_tot_zero << 16)|(u4_sign << 8)|u4_trailing1;