Home
last modified time | relevance | path

Searched defs:v_tmp (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/trusty/lk/arch/arm64/
Dsve.c38 uint64_t v_tmp = v & (CPACR_EL1_ZEN_SVE_DISABLE << CPACR_EL1_ZEN_SHIFT); in arch_disable_sve() local
50 uint64_t v_tmp = v | (CPACR_EL1_ZEN_SVE_ENABLE << CPACR_EL1_ZEN_SHIFT); in arch_enable_sve() local
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/
H A Dvp9_quantize_neon.c104 const int16x8_t v_tmp = vqaddq_s16(v_abs, *v_round); in quantize_fp_8() local
240 const int32x4_t v_tmp = vaddq_s32(v_abs_coeff, v_round_s32); in highbd_quantize_fp_4() local
325 const int32x4_t v_tmp = vandq_s32(vaddq_s32(v_abs_coeff, v_round_s32), in highbd_quantize_fp_32x32_4() local
/aosp_15_r20/external/libaom/av1/encoder/arm/
H A Dquantize_neon.c65 const int16x8_t v_tmp = vqaddq_s16(v_abs, v_round); in quantize_fp_8() local
129 const int16x8_t v_tmp = vqaddq_s16(v_abs, v_round); in quantize_lp_8() local
192 const int16x8_t v_tmp = vandq_s16(vqaddq_s16(v_abs_coeff, v_round), in quantize_fp_logscale_8() local
223 const int16x8_t v_tmp = vandq_s16(vqaddq_s16(v_abs_coeff, v_round), in quantize_fp_logscale2_8() local
H A Dav1_highbd_quantize_neon.c37 const int32x4_t v_tmp = vandq_s32(vaddq_s32(v_abs_coeff, v_round_s32), in quantize_4() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_run.c215 struct pipe_sampler_view v_tmp; in pp_filter_setup_in() local
H A Dpp_mlaa.c69 struct pipe_sampler_view v_tmp, *arr[3]; in pp_jimenezmlaa_run() local
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_fb.c2538 const uint8_t *v_tmp = v; in convert_yuv_to_rgb24() local
2600 uint8_t *v_tmp = v; in convert_rgb24_to_yuv() local
2708 const uint16_t *v_tmp = v; in convert_yuv16_to_float() local
2784 uint16_t *v_tmp = v; in convert_float_to_yuv16() local
/aosp_15_r20/external/libaom/aom_dsp/arm/
H A Dhighbd_quantize_neon.c44 const int32x4_t v_tmp = vaddq_s32(v_abs_coeff, v_round_s32); in quantize_4() local
H A Dintrapred_neon.c1540 uint8x8_t v_tmp = vld1_u8(above + base_x); in dr_prediction_z2_Nx4_above_neon() local
1619 uint8x8x2_t v_tmp = vld2_u8(above + base_x); in dr_prediction_z2_Nx8_above_neon() local
1789 uint8x8x2_t v_tmp, v_res; in dr_prediction_z2_NxW_left_neon() local
/aosp_15_r20/external/libyuv/source/
H A Dscale_rvv.cc867 vuint32m4_t v_tmp = __riscv_vncvt_x_x_w_u32m4(v_row_64, vl / 8); in ScaleUVRowDown4_RVV() local
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DAPInt.cpp1509 unsigned v_tmp = v[i] >> (32 - shift); in KnuthDiv() local
/aosp_15_r20/external/llvm/lib/Support/
H A DAPInt.cpp1550 unsigned v_tmp = v[i] >> (32 - shift); in KnuthDiv() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp1361 uint32_t v_tmp = v[i] >> (32 - shift); in KnuthDiv() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DAPInt.cpp1331 uint32_t v_tmp = v[i] >> (32 - shift); in KnuthDiv() local