Searched refs:out_0 (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dfdct_neon.c57 int16x4_t out_0 = vrshrn_n_s32(temp1, DCT_CONST_BITS); local
72 transpose_s16_4x4d(&out_0, &out_1, &out_2, &out_3);
74 input_0 = out_0;
H A Dfwd_txfm_neon.c32 int16x8_t out_0, out_1, out_2, out_3, out_4, out_5, out_6, out_7; local
72 out_0 = vcombine_s16(a, c); // 00 01 02 03 40 41 42 43
141 vtrnq_s32(vreinterpretq_s32_s16(out_0), vreinterpretq_s32_s16(out_2));
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c455 GLuint out_0 = rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_VTXFMT_0]; local
461 out_0 |= R200_VTX_DISCRETE_FOG;
465 out_0 &= ~R200_VTX_DISCRETE_FOG;
473 if (out_0 != rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_VTXFMT_0]) {
475 rmesa->hw.vtx.cmd[VTX_TCL_OUTPUT_VTXFMT_0] = out_0;
/external/webp/src/dsp/
H A Ddec_sse2.c1042 const __m128i out_0 = _mm_add_epi16(base, top_base_0); local
1044 const __m128i out = _mm_packus_epi16(out_0, out_1);
H A Denc_sse2.c591 const __m128i out_0 = _mm_add_epi16(base, top_base_0); local
593 const __m128i out = _mm_packus_epi16(out_0, out_1);

Completed in 429 milliseconds