Searched refs:tmpi (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dtransform_neon.c41 int16x8_t tmpi = vld1q_s16(kSinTab); local
52 tmp0 = vmlal_s16(tmp0, vget_low_s16(tmpi), vget_low_s16(inre2));
53 tmp1 = vmlsl_s16(tmp1, vget_low_s16(tmpi), vget_low_s16(inre1));
57 tmp2 = vmlal_high_s16(tmp2, tmpi, inre2);
58 tmp3 = vmlsl_high_s16(tmp3, tmpi, inre1);
62 tmp2 = vmlal_s16(tmp2, vget_high_s16(tmpi), vget_high_s16(inre2));
63 tmp3 = vmlsl_s16(tmp3, vget_high_s16(tmpi), vget_high_s16(inre1));
162 int16x4_t tmpi = vld1_s16(kSinTab1); local
185 int32x4_t outi0 = vmull_s16(tmpi, xr);
186 int32x4_t outr1 = vmull_s16(tmpi, y
268 int16x4_t tmpi = vld1_s16(kSinTab1); local
373 int16x8_t tmpi = vld1q_s16(kSinTab); local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_caps.c42 int i, tmpi; local
54 tmpi = screen->get_param(screen, list[i++]);
55 if (tmpi < (int)list[i++]) {
78 tmpi = screen->get_shader_param(screen, list[i] >> 24, list[i] & ((1 << 24) - 1));
80 if (tmpi < (int)list[i++]) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_misc_state.c738 GLint tmpi; local
750 tmpi = tmp * (1<<13);
751 OUT_BATCH(tmpi << 16 | ctx->Line.StippleFactor);
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf.c3404 DiCursor tmpi = instrIN; local
3405 UInt i_0 = ML_(cur_step_UChar)(&tmpi);
3406 UInt i_1 = ML_(cur_step_UChar)(&tmpi);
3407 UInt i_2 = ML_(cur_step_UChar)(&tmpi);
3408 UInt i_3 = ML_(cur_step_UChar)(&tmpi);
3409 UInt i_4 = ML_(cur_step_UChar)(&tmpi);
3410 UInt i_5 = ML_(cur_step_UChar)(&tmpi);
3411 UInt i_6 = ML_(cur_step_UChar)(&tmpi);
3412 UInt i_7 = ML_(cur_step_UChar)(&tmpi);

Completed in 165 milliseconds