Home
last modified time | relevance | path

Searched refs:v_tmp (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c55 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); in vp9_quantize_fp_neon() local
57 vmull_s16(vget_low_s16(v_tmp), vget_low_s16(v_quant)); in vp9_quantize_fp_neon()
59 vmull_s16(vget_high_s16(v_tmp), vget_high_s16(v_quant)); in vp9_quantize_fp_neon()
80 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); in vp9_quantize_fp_neon() local
82 vmull_s16(vget_low_s16(v_tmp), vget_low_s16(v_quant)); in vp9_quantize_fp_neon()
84 vmull_s16(vget_high_s16(v_tmp), vget_high_s16(v_quant)); in vp9_quantize_fp_neon()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c79 struct pipe_sampler_view v_tmp, *arr[3]; in pp_jimenezmlaa_run() local
162 u_sampler_view_default_template(&v_tmp, ppq->inner_tmp[0], in pp_jimenezmlaa_run()
165 ppq->inner_tmp[0], &v_tmp); in pp_jimenezmlaa_run()
198 u_sampler_view_default_template(&v_tmp, in, in->format); in pp_jimenezmlaa_run()
199 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_jimenezmlaa_run()
Dpp_run.c207 struct pipe_sampler_view v_tmp; in pp_filter_setup_in() local
208 u_sampler_view_default_template(&v_tmp, in, in->format); in pp_filter_setup_in()
209 p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_filter_setup_in()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1524 unsigned v_tmp = v[i] >> (32 - shift); in KnuthDiv() local
1526 v_carry = v_tmp; in KnuthDiv()
/external/llvm/lib/Support/
DAPInt.cpp1550 unsigned v_tmp = v[i] >> (32 - shift); in KnuthDiv() local
1552 v_carry = v_tmp; in KnuthDiv()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1624 unsigned v_tmp = v[i] >> (32 - shift); in KnuthDiv() local
1626 v_carry = v_tmp; in KnuthDiv()