/external/libavc/common/x86/ |
D | ih264_deblk_luma_ssse3.c | 104 __m128i temp1, temp2, temp3, temp4, temp5, temp6; in ih264_deblk_luma_vert_bs4_ssse3() local 123 temp2 = _mm_unpacklo_epi8(line3, line4); in ih264_deblk_luma_vert_bs4_ssse3() 127 line1 = _mm_unpacklo_epi16(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 128 line2 = _mm_unpackhi_epi16(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 147 temp2 = _mm_unpacklo_epi8(line3, line4); in ih264_deblk_luma_vert_bs4_ssse3() 151 line1 = _mm_unpacklo_epi16(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 152 line2 = _mm_unpackhi_epi16(temp1, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 157 temp2 = _mm_unpackhi_epi32(line1, line3); in ih264_deblk_luma_vert_bs4_ssse3() 165 p1_16x8 = _mm_unpacklo_epi64(p0_8x16, temp2); in ih264_deblk_luma_vert_bs4_ssse3() 166 p0_16x8 = _mm_unpackhi_epi64(p0_8x16, temp2); in ih264_deblk_luma_vert_bs4_ssse3() [all …]
|
D | ih264_resi_trans_quant_sse42.c | 120 __m128i temp0, temp1, temp2, temp3; in ih264_resi_trans_quant_4x4_sse42() local 166 temp2 = _mm_unpacklo_epi16(src_r2, src_r3); //c0 d0 c1 d1 c2 d2 c3 d3 in ih264_resi_trans_quant_4x4_sse42() 167 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 b0 c0 d0 a1 b1 c1 d1 in ih264_resi_trans_quant_4x4_sse42() 168 temp3 = _mm_unpackhi_epi32(temp0, temp2); //a2 b2 c2 d2 a3 b3 c3 d3 in ih264_resi_trans_quant_4x4_sse42() 181 temp2 = _mm_sub_epi16(src_r1, src_r2); in ih264_resi_trans_quant_4x4_sse42() 189 src_r1 = _mm_add_epi16(src_r1, temp2); in ih264_resi_trans_quant_4x4_sse42() 193 src_r3 = _mm_slli_epi16(temp2, 1); //(x2<<1) in ih264_resi_trans_quant_4x4_sse42() 204 temp2 = _mm_unpacklo_epi16(src_r2, src_r3); //a2 a3 b2 b3 c2 c3 d2 d3 in ih264_resi_trans_quant_4x4_sse42() 205 temp1 = _mm_unpacklo_epi32(temp0, temp2); //a0 a1 a2 a3 b0 b1 b2 b3 in ih264_resi_trans_quant_4x4_sse42() 206 temp3 = _mm_unpackhi_epi32(temp0, temp2); //c0 c1 c2 c3 d0 d1 d2 d3 in ih264_resi_trans_quant_4x4_sse42() [all …]
|
D | ih264_ihadamard_scaling_ssse3.c | 98 __m128i temp0, temp1, temp2, temp3; in ih264_ihadamard_scaling_4x4_ssse3() local 128 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //c0 d0 c1 d1 in ih264_ihadamard_scaling_4x4_ssse3() 131 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0 in ih264_ihadamard_scaling_4x4_ssse3() 132 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1 in ih264_ihadamard_scaling_4x4_ssse3() 138 temp2 = _mm_sub_epi32(src_r1, src_r2); in ih264_ihadamard_scaling_4x4_ssse3() 142 src_r1 = _mm_add_epi32(temp2, temp3); in ih264_ihadamard_scaling_4x4_ssse3() 144 src_r3 = _mm_sub_epi32(temp3, temp2); in ih264_ihadamard_scaling_4x4_ssse3() 157 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //a2 a3 b2 b3 in ih264_ihadamard_scaling_4x4_ssse3() 160 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3 in ih264_ihadamard_scaling_4x4_ssse3() 161 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b0 b1 b2 b3 in ih264_ihadamard_scaling_4x4_ssse3() [all …]
|
D | ih264_iquant_itrans_recon_sse42.c | 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_sse42() local 185 temp2 = _mm_unpackhi_epi32(resq_r0, resq_r1); //a2 b2 a3 b3 in ih264_iquant_itrans_recon_4x4_sse42() 189 resq_r2 = _mm_unpacklo_epi64(temp2, temp4); //a2 b2 c2 d2 in ih264_iquant_itrans_recon_4x4_sse42() 190 resq_r3 = _mm_unpackhi_epi64(temp2, temp4); //a3 b3 c3 d3 in ih264_iquant_itrans_recon_4x4_sse42() 198 temp2 = _mm_srai_epi32(resq_r1, 1); //(w1>>1) in ih264_iquant_itrans_recon_4x4_sse42() 199 temp2 = _mm_sub_epi32(temp2, resq_r3); //(w1>>1) - w3 in ih264_iquant_itrans_recon_4x4_sse42() 207 resq_r1 = _mm_add_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_sse42() 209 resq_r2 = _mm_sub_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_sse42() 221 temp2 = _mm_unpackhi_epi32(resq_r0, resq_r1); //c0 c1 d0 d1 in ih264_iquant_itrans_recon_4x4_sse42() 225 resq_r2 = _mm_unpacklo_epi64(temp2, temp4); //c0 c1 c2 c3 in ih264_iquant_itrans_recon_4x4_sse42() [all …]
|
D | ih264_ihadamard_scaling_sse42.c | 98 __m128i temp0, temp1, temp2, temp3; in ih264_ihadamard_scaling_4x4_sse42() local 126 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //c0 d0 c1 d1 in ih264_ihadamard_scaling_4x4_sse42() 129 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 b0 c0 d0 in ih264_ihadamard_scaling_4x4_sse42() 130 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //a1 b1 c1 d1 in ih264_ihadamard_scaling_4x4_sse42() 136 temp2 = _mm_sub_epi32(src_r1, src_r2); in ih264_ihadamard_scaling_4x4_sse42() 140 src_r1 = _mm_add_epi32(temp2, temp3); in ih264_ihadamard_scaling_4x4_sse42() 142 src_r3 = _mm_sub_epi32(temp3, temp2); in ih264_ihadamard_scaling_4x4_sse42() 155 temp2 = _mm_unpacklo_epi32(src_r2, src_r3); //a2 a3 b2 b3 in ih264_ihadamard_scaling_4x4_sse42() 158 src_r0 = _mm_unpacklo_epi64(temp0, temp2); //a0 a1 a2 a3 in ih264_ihadamard_scaling_4x4_sse42() 159 src_r1 = _mm_unpackhi_epi64(temp0, temp2); //b0 b1 b2 b3 in ih264_ihadamard_scaling_4x4_sse42() [all …]
|
D | ih264_iquant_itrans_recon_ssse3.c | 119 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_ssse3() local 192 temp2 = _mm_unpackhi_epi32(resq_r0, resq_r1); //a2 b2 a3 b3 in ih264_iquant_itrans_recon_4x4_ssse3() 196 resq_r2 = _mm_unpacklo_epi64(temp2, temp4); //a2 b2 c2 d2 in ih264_iquant_itrans_recon_4x4_ssse3() 197 resq_r3 = _mm_unpackhi_epi64(temp2, temp4); //a3 b3 c3 d3 in ih264_iquant_itrans_recon_4x4_ssse3() 205 temp2 = _mm_srai_epi32(resq_r1, 1); //(w1>>1) in ih264_iquant_itrans_recon_4x4_ssse3() 206 temp2 = _mm_sub_epi32(temp2, resq_r3); //(w1>>1) - w3 in ih264_iquant_itrans_recon_4x4_ssse3() 214 resq_r1 = _mm_add_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_ssse3() 216 resq_r2 = _mm_sub_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_ssse3() 228 temp2 = _mm_unpackhi_epi32(resq_r0, resq_r1); //c0 c1 d0 d1 in ih264_iquant_itrans_recon_4x4_ssse3() 232 resq_r2 = _mm_unpacklo_epi64(temp2, temp4); //c0 c1 c2 c3 in ih264_iquant_itrans_recon_4x4_ssse3() [all …]
|
D | ih264_deblk_chroma_ssse3.c | 105 __m128i temp1, temp2, temp3, temp4; in ih264_deblk_chroma_vert_bs4_ssse3() local 125 temp2 = _mm_unpacklo_epi16(linec, lined); in ih264_deblk_chroma_vert_bs4_ssse3() 129 p1_uv_8x16 = _mm_unpacklo_epi32(temp1, temp2); in ih264_deblk_chroma_vert_bs4_ssse3() 131 q0_uv_8x16 = _mm_unpackhi_epi32(temp1, temp2); in ih264_deblk_chroma_vert_bs4_ssse3() 160 temp2 = _mm_add_epi16(p0_uv_8x16, q1_uv_8x16); in ih264_deblk_chroma_vert_bs4_ssse3() 162 temp1 = _mm_add_epi16(temp1, temp2); in ih264_deblk_chroma_vert_bs4_ssse3() 166 temp2 = _mm_add_epi16(p1_uv_8x16, q0_uv_8x16); in ih264_deblk_chroma_vert_bs4_ssse3() 168 temp1 = _mm_add_epi16(temp1, temp2); in ih264_deblk_chroma_vert_bs4_ssse3() 191 temp2 = _mm_add_epi16(p0_uv_8x16, q1_uv_8x16); in ih264_deblk_chroma_vert_bs4_ssse3() 193 temp1 = _mm_add_epi16(temp1, temp2); in ih264_deblk_chroma_vert_bs4_ssse3() [all …]
|
/external/jpeg/ |
D | jidctintelsse.c | 117 __m128i temp, temp2; in jpeg_idct_intelsse() local 182 temp2 = _mm_mulhi_epi16(x3, *tg3);\ in jpeg_idct_intelsse() 184 temp2 = _mm_adds_epi16(temp2, x3);\ in jpeg_idct_intelsse() 186 tm465 = _mm_subs_epi16(x5, temp2);\ in jpeg_idct_intelsse() 189 temp2 = _mm_mulhi_epi16(x1, *tg1);\ in jpeg_idct_intelsse() 191 tp465 = _mm_subs_epi16(temp2, x7); /*row1*tg1 - row7*/ \ in jpeg_idct_intelsse() 207 temp2 = _mm_subs_epi16(tp65, tm65);\ in jpeg_idct_intelsse() 209 t5 = _mm_mulhi_epi16(temp2, *cos4);\ in jpeg_idct_intelsse() 212 t5 = _mm_adds_epi16(t5, temp2);\ in jpeg_idct_intelsse() 219 temp2 = _mm_mulhi_epi16(x2, *tg2);\ in jpeg_idct_intelsse() [all …]
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_idct.c | 101 int temp1, temp2; in idct4() local 104 temp2 = (input[0] - input[2]) * cospi_16_64; in idct4() 106 step[1] = dct_const_round_shift(temp2); in idct4() 108 temp2 = input[1] * cospi_8_64 + input[3] * cospi_24_64; in idct4() 110 step[3] = dct_const_round_shift(temp2); in idct4() 161 int temp1, temp2; in idct8() local 168 temp2 = input[1] * cospi_4_64 + input[7] * cospi_28_64; in idct8() 170 step1[7] = dct_const_round_shift(temp2); in idct8() 172 temp2 = input[5] * cospi_20_64 + input[3] * cospi_12_64; in idct8() 174 step1[6] = dct_const_round_shift(temp2); in idct8() [all …]
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p6.cpp | 39 template<class A, class B> B temp2(A); 42 apply(0, &temp2); in test3() 43 apply(0, &temp2<>); in test3() 44 apply(0, &temp2<int>); in test3() 47 apply(0, &temp2<long>); // expected-error {{no matching function for call to 'apply'}} in test3() 80 template<class A, class B> B temp2(A); 85 invoke(&temp2); // expected-error {{no matching function for call to 'invoke'}} in test3() 86 invoke(&temp2<>); // expected-error {{no matching function for call to 'invoke'}} in test3() 87 invoke(&temp2<int>); // expected-error {{no matching function for call to 'invoke'}} in test3() 90 invoke(&temp2<int, void>); in test3() [all …]
|
/external/eigen/blas/f2c/ |
D | chpmv.c | 29 complex temp1, temp2; in chpmv_() local 250 temp2.r = 0.f, temp2.i = 0.f; in chpmv_() 266 q__1.r = temp2.r + q__2.r, q__1.i = temp2.i + q__2.i; in chpmv_() 267 temp2.r = q__1.r, temp2.i = q__1.i; in chpmv_() 277 q__4.r = alpha->r * temp2.r - alpha->i * temp2.i, q__4.i = in chpmv_() 278 alpha->r * temp2.i + alpha->i * temp2.r; in chpmv_() 293 temp2.r = 0.f, temp2.i = 0.f; in chpmv_() 310 q__1.r = temp2.r + q__2.r, q__1.i = temp2.i + q__2.i; in chpmv_() 311 temp2.r = q__1.r, temp2.i = q__1.i; in chpmv_() 322 q__4.r = alpha->r * temp2.r - alpha->i * temp2.i, q__4.i = in chpmv_() [all …]
|
D | zhpmv.c | 29 doublecomplex temp1, temp2; in zhpmv_() local 250 temp2.r = 0., temp2.i = 0.; in zhpmv_() 266 z__1.r = temp2.r + z__2.r, z__1.i = temp2.i + z__2.i; in zhpmv_() 267 temp2.r = z__1.r, temp2.i = z__1.i; in zhpmv_() 277 z__4.r = alpha->r * temp2.r - alpha->i * temp2.i, z__4.i = in zhpmv_() 278 alpha->r * temp2.i + alpha->i * temp2.r; in zhpmv_() 293 temp2.r = 0., temp2.i = 0.; in zhpmv_() 310 z__1.r = temp2.r + z__2.r, z__1.i = temp2.i + z__2.i; in zhpmv_() 311 temp2.r = z__1.r, temp2.i = z__1.i; in zhpmv_() 322 z__4.r = alpha->r * temp2.r - alpha->i * temp2.i, z__4.i = in zhpmv_() [all …]
|
D | zhbmv.c | 30 doublecomplex temp1, temp2; in zhbmv_() local 292 temp2.r = 0., temp2.i = 0.; in zhbmv_() 310 z__1.r = temp2.r + z__2.r, z__1.i = temp2.i + z__2.i; in zhbmv_() 311 temp2.r = z__1.r, temp2.i = z__1.i; in zhbmv_() 320 z__4.r = alpha->r * temp2.r - alpha->i * temp2.i, z__4.i = in zhbmv_() 321 alpha->r * temp2.i + alpha->i * temp2.r; in zhbmv_() 335 temp2.r = 0., temp2.i = 0.; in zhbmv_() 355 z__1.r = temp2.r + z__2.r, z__1.i = temp2.i + z__2.i; in zhbmv_() 356 temp2.r = z__1.r, temp2.i = z__1.i; in zhbmv_() 367 z__4.r = alpha->r * temp2.r - alpha->i * temp2.i, z__4.i = in zhbmv_() [all …]
|
D | chbmv.c | 29 complex temp1, temp2; in chbmv_() local 291 temp2.r = 0.f, temp2.i = 0.f; in chbmv_() 309 q__1.r = temp2.r + q__2.r, q__1.i = temp2.i + q__2.i; in chbmv_() 310 temp2.r = q__1.r, temp2.i = q__1.i; in chbmv_() 319 q__4.r = alpha->r * temp2.r - alpha->i * temp2.i, q__4.i = in chbmv_() 320 alpha->r * temp2.i + alpha->i * temp2.r; in chbmv_() 334 temp2.r = 0.f, temp2.i = 0.f; in chbmv_() 354 q__1.r = temp2.r + q__2.r, q__1.i = temp2.i + q__2.i; in chbmv_() 355 temp2.r = q__1.r, temp2.i = q__1.i; in chbmv_() 366 q__4.r = alpha->r * temp2.r - alpha->i * temp2.i, q__4.i = in chbmv_() [all …]
|
D | sspmv.c | 24 real temp1, temp2; in sspmv_() local 225 temp2 = 0.f; in sspmv_() 230 temp2 += ap[k] * x[i__]; in sspmv_() 234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2; in sspmv_() 244 temp2 = 0.f; in sspmv_() 250 temp2 += ap[k] * x[ix]; in sspmv_() 255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2; in sspmv_() 270 temp2 = 0.f; in sspmv_() 276 temp2 += ap[k] * x[i__]; in sspmv_() 280 y[j] += *alpha * temp2; in sspmv_() [all …]
|
D | dspmv.c | 24 doublereal temp1, temp2; in dspmv_() local 225 temp2 = 0.; in dspmv_() 230 temp2 += ap[k] * x[i__]; in dspmv_() 234 y[j] = y[j] + temp1 * ap[kk + j - 1] + *alpha * temp2; in dspmv_() 244 temp2 = 0.; in dspmv_() 250 temp2 += ap[k] * x[ix]; in dspmv_() 255 y[jy] = y[jy] + temp1 * ap[kk + j - 1] + *alpha * temp2; in dspmv_() 270 temp2 = 0.; in dspmv_() 276 temp2 += ap[k] * x[i__]; in dspmv_() 280 y[j] += *alpha * temp2; in dspmv_() [all …]
|
D | ssbmv.c | 24 real temp1, temp2; in ssbmv_() local 268 temp2 = 0.f; in ssbmv_() 275 temp2 += a[l + i__ + j * a_dim1] * x[i__]; in ssbmv_() 278 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2; in ssbmv_() 287 temp2 = 0.f; in ssbmv_() 296 temp2 += a[l + i__ + j * a_dim1] * x[ix]; in ssbmv_() 302 temp2; in ssbmv_() 320 temp2 = 0.f; in ssbmv_() 328 temp2 += a[l + i__ + j * a_dim1] * x[i__]; in ssbmv_() 331 y[j] += *alpha * temp2; in ssbmv_() [all …]
|
D | dsbmv.c | 24 doublereal temp1, temp2; in dsbmv_() local 266 temp2 = 0.; in dsbmv_() 273 temp2 += a[l + i__ + j * a_dim1] * x[i__]; in dsbmv_() 276 y[j] = y[j] + temp1 * a[kplus1 + j * a_dim1] + *alpha * temp2; in dsbmv_() 285 temp2 = 0.; in dsbmv_() 294 temp2 += a[l + i__ + j * a_dim1] * x[ix]; in dsbmv_() 300 temp2; in dsbmv_() 318 temp2 = 0.; in dsbmv_() 326 temp2 += a[l + i__ + j * a_dim1] * x[i__]; in dsbmv_() 329 y[j] += *alpha * temp2; in dsbmv_() [all …]
|
/external/libvpx/libvpx/test/ |
D | dct16x16_test.cc | 86 double temp1, temp2; in butterfly_16x16_dct_1d() local 117 temp2 = step[15] * C9; in butterfly_16x16_dct_1d() 118 output[ 8] = temp1 + temp2; in butterfly_16x16_dct_1d() 121 temp2 = step[14] * C5; in butterfly_16x16_dct_1d() 122 output[ 9] = temp1 - temp2; in butterfly_16x16_dct_1d() 125 temp2 = step[13] * C13; in butterfly_16x16_dct_1d() 126 output[10] = temp1 + temp2; in butterfly_16x16_dct_1d() 129 temp2 = step[12] * C1; in butterfly_16x16_dct_1d() 130 output[11] = temp1 - temp2; in butterfly_16x16_dct_1d() 133 temp2 = step[12] * C15; in butterfly_16x16_dct_1d() [all …]
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 37 int temp0, temp1, temp2, temp3; in vp9_idct32_cols_add_blk_dspr2() local 111 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 172 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 233 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 290 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 347 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 404 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 600 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 660 [temp2] "=&r" (temp2), [temp3] "=&r" (temp3), in vp9_idct32_cols_add_blk_dspr2() 791 : [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), [temp2] "=&r" (temp2), in vp9_idct32_cols_add_blk_dspr2() [all …]
|
/external/libvpx/libvpx/vp8/common/ |
D | variance_c.c | 293 unsigned char temp2[20*16]; in vp8_sub_pixel_variance4x4_c() local 304 var_filter_block2d_bil_second_pass(FData3, temp2, 4, 4, 4, 4, VFilter); in vp8_sub_pixel_variance4x4_c() 306 return vp8_variance4x4_c(temp2, 4, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance4x4_c() 322 unsigned char temp2[20*16]; in vp8_sub_pixel_variance8x8_c() local 329 var_filter_block2d_bil_second_pass(FData3, temp2, 8, 8, 8, 8, VFilter); in vp8_sub_pixel_variance8x8_c() 331 return vp8_variance8x8_c(temp2, 8, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance8x8_c() 346 unsigned char temp2[20*16]; in vp8_sub_pixel_variance16x16_c() local 353 var_filter_block2d_bil_second_pass(FData3, temp2, 16, 16, 16, 16, VFilter); in vp8_sub_pixel_variance16x16_c() 355 return vp8_variance16x16_c(temp2, 16, dst_ptr, dst_pixels_per_line, sse); in vp8_sub_pixel_variance16x16_c() 422 unsigned char temp2[20*16]; in vp8_sub_pixel_variance16x8_c() local [all …]
|
/external/libvpx/libvpx/vp8/common/mips/dspr2/ |
D | idctllm_dspr2.c | 51 int temp1, temp2; in vp8_short_idct4x4llm_dspr2() local 66 temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() 67 c1 = temp1 - temp2; in vp8_short_idct4x4llm_dspr2() 70 temp2 = (ip[12] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() 71 d1 = temp1 + temp2; in vp8_short_idct4x4llm_dspr2() 98 temp2 = ip[14] + ((ip[14] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() 99 c1 = temp1 - temp2; in vp8_short_idct4x4llm_dspr2() 102 temp2 = (ip[14] * sinpi8sqrt2) >> 16; in vp8_short_idct4x4llm_dspr2() 103 d1 = temp1 + temp2; in vp8_short_idct4x4llm_dspr2() 136 temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16); in vp8_short_idct4x4llm_dspr2() [all …]
|
/external/webp/src/dsp/ |
D | enc_mips32.c | 121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in ITransformOne() local 128 VERTICAL_PASS(0, 16, 8, 24, temp4, temp0, temp1, temp2, temp3) in ITransformOne() 135 HORIZONTAL_PASS(32, 33, 34, 35, temp2, temp6, temp10, temp14) in ITransformOne() 138 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in ITransformOne() 195 int temp0, temp1, temp2, temp3, temp4, temp5; in QuantizeBlock() local 226 [temp2]"=&r"(temp2), [temp3]"=&r"(temp3), in QuantizeBlock() 362 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in Disto4x4() local 381 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in Disto4x4() 477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local 486 HORIZONTAL_PASS( 0, 1, 2, 3, temp0, temp1, temp2, temp3) in FTransform() [all …]
|
/external/libcxx/test/std/input.output/file.streams/fstreams/ofstream.assign/ |
D | nonmember_swap.pass.cpp | 25 std::string temp2 = get_temp_file_name(); in main() local 28 std::ofstream fs2(temp2.c_str()); in main() 45 std::ifstream fs(temp2.c_str()); in main() 52 std::remove(temp2.c_str()); in main() 55 std::wofstream fs2(temp2.c_str()); in main() 72 std::wifstream fs(temp2.c_str()); in main() 79 std::remove(temp2.c_str()); in main()
|
D | member_swap.pass.cpp | 24 std::string temp2 = get_temp_file_name(); in main() local 27 std::ofstream fs2(temp2.c_str()); in main() 44 std::ifstream fs(temp2.c_str()); in main() 51 std::remove(temp2.c_str()); in main() 54 std::wofstream fs2(temp2.c_str()); in main() 71 std::wifstream fs(temp2.c_str()); in main() 78 std::remove(temp2.c_str()); in main()
|