Searched refs:v_tmp (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/encoder/arm/neon/ |
D | quantize_neon.c | 57 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); in av1_quantize_fp_neon() local 59 vmull_s16(vget_low_s16(v_tmp), vget_low_s16(v_quant)); in av1_quantize_fp_neon() 61 vmull_s16(vget_high_s16(v_tmp), vget_high_s16(v_quant)); in av1_quantize_fp_neon() 82 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); in av1_quantize_fp_neon() local 84 vmull_s16(vget_low_s16(v_tmp), vget_low_s16(v_quant)); in av1_quantize_fp_neon() 86 vmull_s16(vget_high_s16(v_tmp), vget_high_s16(v_quant)); in av1_quantize_fp_neon()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 58 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); in vp9_quantize_fp_neon() local 60 vmull_s16(vget_low_s16(v_tmp), vget_low_s16(v_quant)); in vp9_quantize_fp_neon() 62 vmull_s16(vget_high_s16(v_tmp), vget_high_s16(v_quant)); in vp9_quantize_fp_neon() 83 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); in vp9_quantize_fp_neon() local 85 vmull_s16(vget_low_s16(v_tmp), vget_low_s16(v_quant)); in vp9_quantize_fp_neon() 87 vmull_s16(vget_high_s16(v_tmp), vget_high_s16(v_quant)); in vp9_quantize_fp_neon()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_mlaa.c | 79 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()
|
D | pp_run.c | 207 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/lib/Support/ |
D | APInt.cpp | 1624 unsigned v_tmp = v[i] >> (32 - shift); in KnuthDiv() local 1626 v_carry = v_tmp; in KnuthDiv()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 1550 unsigned v_tmp = v[i] >> (32 - shift); in KnuthDiv() local 1552 v_carry = v_tmp; in KnuthDiv()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 1524 unsigned v_tmp = v[i] >> (32 - shift); in KnuthDiv() local 1526 v_carry = v_tmp; in KnuthDiv()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 1288 uint32_t v_tmp = v[i] >> (32 - shift); in KnuthDiv() local 1290 v_carry = v_tmp; in KnuthDiv()
|