HomeSort by relevance Sort by last modified time
    Searched defs:shift_val (Results 1 - 6 of 6) sorted by null

  /external/libxaac/decoder/
ixheaacd_stereo.c 175 WORD32 temp, shift_val; local
178 shift_val = ixheaacd_norm32(temp);
179 temp = ixheaacd_shl32(temp, shift_val);
182 shift_val = shift_val + scf_exp;
184 if (shift_val < 0) {
185 temp = ixheaacd_shl32_sat(temp, -shift_val);
187 temp = ixheaacd_shr32(temp, shift_val);
  /hardware/google/apf/
apf_interpreter.c 224 const int32_t shift_val = reg_num ? (int32_t)registers[1] : signed_imm; local
225 if (shift_val > 0)
226 registers[0] <<= shift_val; local
228 registers[0] >>= -shift_val;
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_srgb.c 357 LLVMValueRef shifted, shift_val; local
359 shift_val = lp_build_const_int_vec(gallivm, int32_type, ls);
360 shifted = LLVMBuildShl(builder, tmpsrgb[chan], shift_val, "");
  /external/libhevc/common/arm/
ihevc_intra_pred_filters_neon_intr.c 1240 int16x8_t shift_val, add_sat; local
1784 uint64x1_t shift_val; local
    [all...]
  /external/vixl/src/aarch64/
logic-aarch64.cc 1916 int8_t shift_val = src2.Int(vform, i); local
1976 int8_t shift_val = src2.Int(vform, i); local
2000 src_val <<= shift_val; local
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c 12917 UChar shift_val = IFIELD(theInstr, 10, 6); local
12954 UChar shift_val = IFIELD(theInstr, 10, 6); local
    [all...]

Completed in 1640 milliseconds