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

  /external/libaom/libaom/aom_dsp/
bitwriter_buffer.c 80 int64_t shift_val = ++v; local
83 assert(shift_val > 0);
85 while (shift_val >>= 1) leading_zeroes += 2;
  /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);
  /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/u-boot/drivers/video/exynos/
exynos_dp.c 388 unsigned char shift_val[DP_LANE_CNT_4] = {0,}; local
390 shift_val[0] = 0;
391 shift_val[1] = 4;
392 shift_val[2] = 0;
393 shift_val[3] = 4;
403 lane_stat[i] = (buf[(i / 2)] >> shift_val[i]) & 0x0f;
421 unsigned char shift_val[DP_LANE_CNT_4] = {0, 4, 0, 4}; local
432 *sw = ((buf >> shift_val[lane_num]) & 0x03);
433 *em = ((buf >> shift_val[lane_num]) & 0x0c) >> 2;
  /external/v8/src/compiler/
simd-scalar-lowering.cc 541 int32_t shift_val = local
546 graph()->NewNode(op, rep_left[i], rep_right[i]), shift_val);
552 shift_val);
555 shift_val);
578 int32_t shift_val = 0; local
589 shift_val = kShift16;
600 shift_val = kShift8;
619 is_signed ? rep_node[i] : FixUpperBits(rep_node[i], shift_val);
763 int32_t shift_val = 0; local
772 shift_val = kShift16
    [all...]
  /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/v8/src/arm64/
simulator-logic-arm64.cc 1550 int8_t shift_val = src2.Int(vform, i); local
1609 int8_t shift_val = src2.Int(vform, i); local
1633 src_val <<= shift_val; local
    [all...]
  /external/vixl/src/aarch64/
logic-aarch64.cc 1728 int8_t shift_val = src2.Int(vform, i); local
1788 int8_t shift_val = src2.Int(vform, i); local
1812 src_val <<= shift_val; local
    [all...]

Completed in 426 milliseconds