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

  /external/libaom/libaom/av1/encoder/arm/neon/
quantize_neon.c 57 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); local
59 vmull_s16(vget_low_s16(v_tmp), vget_low_s16(v_quant));
61 vmull_s16(vget_high_s16(v_tmp), vget_high_s16(v_quant));
82 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); local
84 vmull_s16(vget_low_s16(v_tmp), vget_low_s16(v_quant));
86 vmull_s16(vget_high_s16(v_tmp), vget_high_s16(v_quant));
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_quantize_neon.c 58 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); local
60 vmull_s16(vget_low_s16(v_tmp), vget_low_s16(v_quant));
62 vmull_s16(vget_high_s16(v_tmp), vget_high_s16(v_quant));
83 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); local
85 vmull_s16(vget_low_s16(v_tmp), vget_low_s16(v_quant));
87 vmull_s16(vget_high_s16(v_tmp), vget_high_s16(v_quant));
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_mlaa.c 79 struct pipe_sampler_view v_tmp, *arr[3]; local
162 u_sampler_view_default_template(&v_tmp, ppq->inner_tmp[0],
165 ppq->inner_tmp[0], &v_tmp);
198 u_sampler_view_default_template(&v_tmp, in, in->format);
199 arr[0] = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
pp_run.c 207 struct pipe_sampler_view v_tmp; local
208 u_sampler_view_default_template(&v_tmp, in, in->format);
209 p->view = p->pipe->create_sampler_view(p->pipe, in, &v_tmp);
  /external/llvm/lib/Support/
APInt.cpp 1550 unsigned v_tmp = v[i] >> (32 - shift); local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
APInt.cpp     [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
APInt.cpp 1524 unsigned v_tmp = v[i] >> (32 - shift); local
    [all...]

Completed in 404 milliseconds