Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c57 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); in vp9_quantize_fp_neon() local
58 const int32x4_t v_tmp_lo = vmull_s16(vget_low_s16(v_tmp), in vp9_quantize_fp_neon()
60 const int32x4_t v_tmp_hi = vmull_s16(vget_high_s16(v_tmp), in vp9_quantize_fp_neon()
82 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); in vp9_quantize_fp_neon() local
83 const int32x4_t v_tmp_lo = vmull_s16(vget_low_s16(v_tmp), in vp9_quantize_fp_neon()
85 const int32x4_t v_tmp_hi = vmull_s16(vget_high_s16(v_tmp), in vp9_quantize_fp_neon()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c82 struct pipe_sampler_view v_tmp, *arr[3]; in pp_jimenezmlaa_run() local
148 u_sampler_view_default_template(&v_tmp, ppq->inner_tmp[0], in pp_jimenezmlaa_run()
151 ppq->inner_tmp[0], &v_tmp); in pp_jimenezmlaa_run()
184 u_sampler_view_default_template(&v_tmp, in, in->format); in pp_jimenezmlaa_run()
185 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_jimenezmlaa_run()
Dpp_run.c116 struct pipe_sampler_view v_tmp; in pp_filter_setup_in() local
117 u_sampler_view_default_template(&v_tmp, in, in->format); in pp_filter_setup_in()
118 p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_filter_setup_in()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.c82 struct pipe_sampler_view v_tmp, *arr[3]; in pp_jimenezmlaa_run() local
148 u_sampler_view_default_template(&v_tmp, ppq->inner_tmp[0], in pp_jimenezmlaa_run()
151 ppq->inner_tmp[0], &v_tmp); in pp_jimenezmlaa_run()
184 u_sampler_view_default_template(&v_tmp, in, in->format); in pp_jimenezmlaa_run()
185 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_jimenezmlaa_run()
Dpp_run.c116 struct pipe_sampler_view v_tmp; in pp_filter_setup_in() local
117 u_sampler_view_default_template(&v_tmp, in, in->format); in pp_filter_setup_in()
118 p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp); in pp_filter_setup_in()
/external/llvm/lib/Support/
DAPInt.cpp1526 unsigned v_tmp = v[i] >> (32 - shift); in KnuthDiv() local
1528 v_carry = v_tmp; in KnuthDiv()