/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jidctint.c | 178 JLONG tmp10, tmp11, tmp12, tmp13; in jpeg_idct_islow() local 248 tmp12 = tmp1 - tmp2; in jpeg_idct_islow() 288 wsptr[DCTSIZE * 2] = (int)DESCALE(tmp12 + tmp1, CONST_BITS - PASS1_BITS); in jpeg_idct_islow() 289 wsptr[DCTSIZE * 5] = (int)DESCALE(tmp12 - tmp1, CONST_BITS - PASS1_BITS); in jpeg_idct_islow() 350 tmp12 = tmp1 - tmp2; in jpeg_idct_islow() 398 outptr[2] = range_limit[(int)DESCALE(tmp12 + tmp1, in jpeg_idct_islow() 401 outptr[5] = range_limit[(int)DESCALE(tmp12 - tmp1, in jpeg_idct_islow() 431 JLONG tmp0, tmp1, tmp2, tmp10, tmp11, tmp12, tmp13; in jpeg_idct_7x7() local 460 tmp12 = MULTIPLY(z1 - z2, FIX(0.314692123)); /* c6 */ in jpeg_idct_7x7() 461 tmp11 = tmp10 + tmp12 in jpeg_idct_7x7() 580 JLONG tmp0, tmp1, tmp2, tmp10, tmp11, tmp12; jpeg_idct_6x6() local 701 JLONG tmp0, tmp1, tmp10, tmp11, tmp12; jpeg_idct_5x5() local 816 JLONG tmp0, tmp2, tmp10, tmp12; jpeg_idct_3x3() local 906 JLONG tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14; jpeg_idct_9x9() local 1077 JLONG tmp10, tmp11, tmp12, tmp13, tmp14; jpeg_idct_10x10() local 1272 JLONG tmp10, tmp11, tmp12, tmp13, tmp14; jpeg_idct_11x11() local 1466 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; jpeg_idct_12x12() local 1682 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; jpeg_idct_13x13() local 1910 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; jpeg_idct_14x14() local 2136 JLONG tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, tmp16; jpeg_idct_15x15() local 2378 JLONG tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13; jpeg_idct_16x16() local [all...] |
H A D | jfdctflt.c | 63 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; in jpeg_fdct_float() local 86 tmp12 = tmp1 - tmp2; in jpeg_fdct_float() 91 z1 = (tmp12 + tmp13) * ((FAST_FLOAT)0.707106781); /* c4 */ in jpeg_fdct_float() 99 tmp12 = tmp6 + tmp7; in jpeg_fdct_float() 102 z5 = (tmp10 - tmp12) * ((FAST_FLOAT)0.382683433); /* c6 */ in jpeg_fdct_float() 104 z4 = ((FAST_FLOAT)1.306562965) * tmp12 + z5; /* c2+c6 */ in jpeg_fdct_float() 136 tmp12 = tmp1 - tmp2; in jpeg_fdct_float() 141 z1 = (tmp12 + tmp13) * ((FAST_FLOAT)0.707106781); /* c4 */ in jpeg_fdct_float() 149 tmp12 = tmp6 + tmp7; in jpeg_fdct_float() 152 z5 = (tmp10 - tmp12) * ((FAST_FLOA in jpeg_fdct_float() [all...] |
H A D | jfdctfst.c | 120 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_fdct_ifast() local 144 tmp12 = tmp1 - tmp2; in jpeg_fdct_ifast() 149 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ in jpeg_fdct_ifast() 157 tmp12 = tmp6 + tmp7; in jpeg_fdct_ifast() 160 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ in jpeg_fdct_ifast() 162 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ in jpeg_fdct_ifast() 194 tmp12 = tmp1 - tmp2; in jpeg_fdct_ifast() 199 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ in jpeg_fdct_ifast() 207 tmp12 = tmp6 + tmp7; in jpeg_fdct_ifast() 210 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_38268343 in jpeg_fdct_ifast() [all...] |
H A D | jidctflt.c | 77 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; in jpeg_idct_float() local 137 tmp12 = (tmp1 - tmp3) * ((FAST_FLOAT)1.414213562) - tmp13; /* 2*c4 */ in jpeg_idct_float() 141 tmp1 = tmp11 + tmp12; in jpeg_idct_float() 142 tmp2 = tmp11 - tmp12; in jpeg_idct_float() 161 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */ in jpeg_idct_float() 163 tmp6 = tmp12 - tmp7; /* phase 2 */ in jpeg_idct_float() 200 tmp12 = (wsptr[2] - wsptr[6]) * ((FAST_FLOAT)1.414213562) - tmp13; in jpeg_idct_float() 204 tmp1 = tmp11 + tmp12; in jpeg_idct_float() 205 tmp2 = tmp11 - tmp12; in jpeg_idct_float() 219 tmp12 in jpeg_idct_float() [all...] |
H A D | jidctfst.c | 176 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_idct_ifast() local 236 tmp12 = MULTIPLY(tmp1 - tmp3, FIX_1_414213562) - tmp13; /* 2*c4 */ in jpeg_idct_ifast() 240 tmp1 = tmp11 + tmp12; in jpeg_idct_ifast() 241 tmp2 = tmp11 - tmp12; in jpeg_idct_ifast() 260 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */ in jpeg_idct_ifast() 262 tmp6 = tmp12 - tmp7; /* phase 2 */ in jpeg_idct_ifast() 322 tmp12 = in jpeg_idct_ifast() 327 tmp1 = tmp11 + tmp12; in jpeg_idct_ifast() 328 tmp2 = tmp11 - tmp12; in jpeg_idct_ifast() 342 tmp12 in jpeg_idct_ifast() [all...] |
H A D | jfdctint.c | 146 JLONG tmp10, tmp11, tmp12, tmp13; in jpeg_fdct_islow() local 174 tmp12 = tmp1 - tmp2; in jpeg_fdct_islow() 179 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); in jpeg_fdct_islow() 182 dataptr[6] = (DCTELEM)DESCALE(z1 + MULTIPLY(tmp12, -FIX_1_847759065), in jpeg_fdct_islow() 239 tmp12 = tmp1 - tmp2; in jpeg_fdct_islow() 244 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); in jpeg_fdct_islow() 249 (DCTELEM)DESCALE(z1 + MULTIPLY(tmp12, -FIX_1_847759065), in jpeg_fdct_islow()
|
H A D | jidctred.c | 125 JLONG tmp0, tmp2, tmp10, tmp12; in jpeg_idct_4x4() local 171 tmp12 = tmp0 - tmp2; in jpeg_idct_4x4() 197 (int)DESCALE(tmp12 + tmp0, CONST_BITS - PASS1_BITS + 1); in jpeg_idct_4x4() 199 (int)DESCALE(tmp12 - tmp0, CONST_BITS - PASS1_BITS + 1); in jpeg_idct_4x4() 234 tmp12 = tmp0 - tmp2; in jpeg_idct_4x4() 261 outptr[1] = range_limit[(int)DESCALE(tmp12 + tmp0, in jpeg_idct_4x4() 264 outptr[2] = range_limit[(int)DESCALE(tmp12 - tmp0, in jpeg_idct_4x4()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jidctfst-neon.c | 137 int16x4_t tmp12 = vqdmulh_lane_s16(tmp1_sub_tmp3, consts, 1); in jsimd_idct_ifast_neon() local 138 tmp12 = vadd_s16(tmp12, tmp1_sub_tmp3); in jsimd_idct_ifast_neon() 139 tmp12 = vsub_s16(tmp12, tmp13); in jsimd_idct_ifast_neon() 143 tmp1 = vadd_s16(tmp11, tmp12); in jsimd_idct_ifast_neon() 144 tmp2 = vsub_s16(tmp11, tmp12); in jsimd_idct_ifast_neon() 168 tmp12 = vqdmulh_lane_s16(neg_z10, consts, 3); in jsimd_idct_ifast_neon() 169 tmp12 = vadd_s16(tmp12, vadd_s1 in jsimd_idct_ifast_neon() 212 int16x4_t tmp12 = vqdmulh_lane_s16(tmp1_sub_tmp3, consts, 1); jsimd_idct_ifast_neon() local 282 int16x8_t tmp12 = vqdmulhq_lane_s16(tmp1_sub_tmp3, consts, 1); jsimd_idct_ifast_neon() local 368 int16x8_t tmp12 = vqdmulhq_lane_s16(col2_sub_col6, consts, 1); jsimd_idct_ifast_neon() local [all...] |
H A D | jfdctfst-neon.c | 102 int16x8_t tmp12 = vsubq_s16(tmp1, tmp2); in jsimd_fdct_ifast_neon() local 107 int16x8_t z1 = vqdmulhq_lane_s16(vaddq_s16(tmp12, tmp13), consts, 2); in jsimd_fdct_ifast_neon() 114 tmp12 = vaddq_s16(tmp6, tmp7); in jsimd_fdct_ifast_neon() 116 int16x8_t z5 = vqdmulhq_lane_s16(vsubq_s16(tmp10, tmp12), consts, 0); in jsimd_fdct_ifast_neon() 119 int16x8_t z4 = vqdmulhq_lane_s16(tmp12, consts, 3); in jsimd_fdct_ifast_neon() 120 z5 = vaddq_s16(tmp12, z5); in jsimd_fdct_ifast_neon() 176 tmp12 = vsubq_s16(tmp1, tmp2); in jsimd_fdct_ifast_neon() 181 z1 = vqdmulhq_lane_s16(vaddq_s16(tmp12, tmp13), consts, 2); in jsimd_fdct_ifast_neon() 188 tmp12 = vaddq_s16(tmp6, tmp7); in jsimd_fdct_ifast_neon() 190 z5 = vqdmulhq_lane_s16(vsubq_s16(tmp10, tmp12), const in jsimd_fdct_ifast_neon() [all...] |
H A D | jidctint-neon.c | 385 int32x4_t tmp12 = vsubq_s32(tmp1, tmp2); in jsimd_idct_islow_pass1_regular() local 447 vrshrn_n_s32(vaddq_s32(tmp12, tmp1), DESCALE_P1), in jsimd_idct_islow_pass1_regular() 452 vrshrn_n_s32(vsubq_s32(tmp12, tmp1), DESCALE_P1), in jsimd_idct_islow_pass1_regular() 507 int32x4_t tmp12 = vsubq_s32(tmp1, tmp2); in jsimd_idct_islow_pass1_sparse() local 530 vrshrn_n_s32(vaddq_s32(tmp12, tmp1), DESCALE_P1), in jsimd_idct_islow_pass1_sparse() 535 vrshrn_n_s32(vsubq_s32(tmp12, tmp1), DESCALE_P1), in jsimd_idct_islow_pass1_sparse() 596 int32x4_t tmp12 = vsubq_s32(tmp1, tmp2); in jsimd_idct_islow_pass2_regular() local 656 vaddhn_s32(tmp12, tmp1)); in jsimd_idct_islow_pass2_regular() 661 int16x8_t cols_57_s16 = vcombine_s16(vsubhn_s32(tmp12, tmp1), in jsimd_idct_islow_pass2_regular() 738 int32x4_t tmp12 in jsimd_idct_islow_pass2_sparse() local [all...] |
H A D | jidctred-neon.c | 271 int32x4_t tmp12 = vsubq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon() local 294 row1 = vcombine_s16(dcval, vrshrn_n_s32(vaddq_s32(tmp12, tmp0), in jsimd_idct_4x4_neon() 296 row2 = vcombine_s16(dcval, vrshrn_n_s32(vsubq_s32(tmp12, tmp0), in jsimd_idct_4x4_neon() 324 int32x4_t tmp12 = vsubq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon() local 347 row1 = vcombine_s16(vrshrn_n_s32(vaddq_s32(tmp12, tmp0), in jsimd_idct_4x4_neon() 349 row2 = vcombine_s16(vrshrn_n_s32(vsubq_s32(tmp12, tmp0), in jsimd_idct_4x4_neon() 445 int32x4_t tmp12 = vsubq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon() local 460 vsubhn_s32(tmp12, tmp0)); in jsimd_idct_4x4_neon() 461 int16x8_t output_cols_13 = vcombine_s16(vaddhn_s32(tmp12, tmp0), in jsimd_idct_4x4_neon()
|
H A D | jfdctint-neon.c | 136 int16x8_t tmp12 = vsubq_s16(tmp1, tmp2); in jsimd_fdct_islow_neon() local 141 int16x8_t tmp12_add_tmp13 = vaddq_s16(tmp12, tmp13); in jsimd_fdct_islow_neon() 155 vmlal_lane_s16(z1_l, vget_low_s16(tmp12), consts.val[1], 3); in jsimd_fdct_islow_neon() 157 vmlal_lane_s16(z1_h, vget_high_s16(tmp12), consts.val[1], 3); in jsimd_fdct_islow_neon() 275 tmp12 = vsubq_s16(tmp1, tmp2); in jsimd_fdct_islow_neon() 280 tmp12_add_tmp13 = vaddq_s16(tmp12, tmp13); in jsimd_fdct_islow_neon() 292 vmlal_lane_s16(z1_l, vget_low_s16(tmp12), consts.val[1], 3); in jsimd_fdct_islow_neon() 294 vmlal_lane_s16(z1_h, vget_high_s16(tmp12), consts.val[1], 3); in jsimd_fdct_islow_neon()
|
/third_party/ffmpeg/libavcodec/ |
H A D | faandct.c | 68 FLOAT tmp10, tmp11, tmp12, tmp13; in row_fdct() local 85 tmp12= tmp1 - tmp2; in row_fdct() 90 tmp12 += tmp13; in row_fdct() 91 tmp12 *= A1; in row_fdct() 92 temp[2 + i]= tmp13 + tmp12; in row_fdct() 93 temp[6 + i]= tmp13 - tmp12; in row_fdct() 117 FLOAT tmp10, tmp11, tmp12, tmp13; in ff_faandct() local 139 tmp12= tmp1 - tmp2; in ff_faandct() 144 tmp12 += tmp13; in ff_faandct() 145 tmp12 * in ff_faandct() 171 FLOAT tmp10, tmp11, tmp12, tmp13; ff_faandct248() local [all...] |
H A D | jfdctfst.c | 146 int tmp10, tmp11, tmp12, tmp13; in row_fdct() local 169 tmp12 = tmp1 - tmp2; in row_fdct() 174 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ in row_fdct() 182 tmp12 = tmp6 + tmp7; in row_fdct() 185 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ in row_fdct() 187 z4 = MULTIPLY(tmp12, FIX_1_306562965) + z5; /* c2+c6 */ in row_fdct() 210 int tmp10, tmp11, tmp12, tmp13; in ff_fdct_ifast() local 235 tmp12 = tmp1 - tmp2; in ff_fdct_ifast() 240 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ in ff_fdct_ifast() 248 tmp12 in ff_fdct_ifast() 276 int tmp10, tmp11, tmp12, tmp13; ff_fdct_ifast248() local [all...] |
H A D | hq_hqadsp.c | 38 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_row() local 59 tmp12 = tmpF - tmpC; in idct_row() 66 blk[3] = tmp12 - tmpB; in idct_row() 67 blk[4] = tmp12 + tmpB; in idct_row() 76 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_col() local 97 tmp12 = tmpF - tmpC; in idct_col() 104 blk[3 * 8] = (tmp12 - tmpB) >> 6; in idct_col() 105 blk[4 * 8] = (tmp12 + tmpB) >> 6; in idct_col()
|
H A D | jfdctint_template.c | 185 int tmp10, tmp11, tmp12, tmp13; in row_fdct() local 212 tmp12 = tmp1 - tmp2; in row_fdct() 217 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); in row_fdct() 220 dataptr[6] = (int16_t) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), in row_fdct() 263 int tmp10, tmp11, tmp12, tmp13; in ff_jpeg_fdct_islow() local 293 tmp12 = tmp1 - tmp2; in ff_jpeg_fdct_islow() 298 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); in ff_jpeg_fdct_islow() 301 dataptr[DCTSIZE*6] = DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), in ff_jpeg_fdct_islow() 345 int tmp10, tmp11, tmp12, tmp13; in ff_fdct248_islow() local 370 tmp12 in ff_fdct248_islow() [all...] |
H A D | jrevdct.c | 218 int32_t tmp10, tmp11, tmp12, tmp13; in ff_j_rev_dct() local 286 tmp12 = tmp1 - tmp2; in ff_j_rev_dct() 298 tmp12 = tmp1 - tmp2; in ff_j_rev_dct() 312 tmp12 = tmp1 - tmp2; in ff_j_rev_dct() 316 tmp11 = tmp12 = (d0 - d4) * CONST_SCALE; in ff_j_rev_dct() 586 dataptr[2] = (int16_t) DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS); in ff_j_rev_dct() 587 dataptr[5] = (int16_t) DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS); in ff_j_rev_dct() 632 tmp12 = tmp1 - tmp2; in ff_j_rev_dct() 644 tmp12 = tmp1 - tmp2; in ff_j_rev_dct() 658 tmp12 in ff_j_rev_dct() 956 int32_t tmp10, tmp11, tmp12, tmp13; ff_j_rev_dct4() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fspp.c | 251 int_simd16_t tmp10, tmp11, tmp12, tmp13; in column_fidct_c() local 284 tmp12 = tmp1 - tmp2; in column_fidct_c() 289 z1 = MULTIPLY16H((tmp12 + tmp13) << 2, FIX_0_707106781); in column_fidct_c() 304 tmp12 = MULTIPLY16H((tmp1 - tmp3), FIX_1_414213562_A) - tmp13; //<<2 in column_fidct_c() 308 tmp1 = tmp11 + tmp12; //->temps in column_fidct_c() 309 tmp2 = tmp11 - tmp12; //->temps in column_fidct_c() 315 tmp12 = tmp6 + tmp7; in column_fidct_c() 317 z5 = MULTIPLY16H((tmp10 - tmp12) << 2, FIX_0_382683433); in column_fidct_c() 319 z4 = MULTIPLY16H(tmp12 << 2, FIX_1_306562965) + z5; in column_fidct_c() 347 tmp12 in column_fidct_c() 374 int_simd16_t tmp10, tmp11, tmp12, tmp13; row_idct_c() local 436 int_simd16_t tmp10, tmp11, tmp12, tmp13; row_fdct_c() local [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | jrevdct_arm.S | 98 rsb r3, r6, r3, lsl #13 @ r3 = tmp12 100 push {r0, r2, r3, r4} @ save on the stack tmp10, tmp13, tmp12, tmp11 134 pop {r0, r2, r4, r6} @ r0 = tmp10 / r2 = tmp13 / r4 = tmp12 / r6 = tmp11 161 @ Compute DESCALE(tmp12 + tmp1, CONST_BITS-PASS1_BITS) 167 @ Compute DESCALE(tmp12 - tmp1, CONST_BITS-PASS1_BITS) 230 rsb r6, r6, r3, lsl #13 @ r6 = tmp12 243 push {r0, r2, r4, r6} @ save on the stack tmp10, tmp13, tmp12, tmp11 273 pop {r0, r2, r4, r6} @ r0 = tmp10 / r2 = tmp13 / r4 = tmp11 / r6 = tmp12 300 @ Compute DESCALE(tmp12 + tmp1, CONST_BITS+PASS1_BITS+3) 306 @ Compute DESCALE(tmp12 [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctint-mmx.asm | 200 psubw mm6, mm4 ; mm6=tmp12 213 ; z1 = (tmp12 + tmp13) * 0.541196100; 215 ; data6 = z1 + tmp12 * -1.847759065; 218 ; data2 = tmp13 * (0.541196100 + 0.765366865) + tmp12 * 0.541196100; 219 ; data6 = tmp13 * 0.541196100 + tmp12 * (0.541196100 - 1.847759065); 223 punpcklwd mm4, mm6 ; mm6=tmp12 442 psubw mm6, mm4 ; mm6=tmp12 457 ; z1 = (tmp12 + tmp13) * 0.541196100; 459 ; data6 = z1 + tmp12 * -1.847759065; 462 ; data2 = tmp13 * (0.541196100 + 0.765366865) + tmp12 * 0.54119610 [all...] |
H A D | jfdctint-sse2.asm | 217 psubw xmm0, xmm7 ; xmm0=tmp12 230 ; z1 = (tmp12 + tmp13) * 0.541196100; 232 ; data6 = z1 + tmp12 * -1.847759065; 235 ; data2 = tmp13 * (0.541196100 + 0.765366865) + tmp12 * 0.541196100; 236 ; data6 = tmp13 * 0.541196100 + tmp12 * (0.541196100 - 1.847759065); 240 punpcklwd xmm7, xmm0 ; xmm0=tmp12 461 psubw xmm6, xmm4 ; xmm6=tmp12 476 ; z1 = (tmp12 + tmp13) * 0.541196100; 478 ; data6 = z1 + tmp12 * -1.847759065; 481 ; data2 = tmp13 * (0.541196100 + 0.765366865) + tmp12 * 0.54119610 [all...] |
H A D | jidctfst-mmx.asm | 190 psubw mm1, mm5 ; mm1=tmp12 234 ; tmp12 = -2.613125930 * z10 + z5; 237 ; tmp12 = (-1.613125930 - 1) * z10 + z5; 247 paddw mm0, mm5 ; mm0=tmp12 348 psubw mm1, mm5 ; mm1=tmp12 388 ; tmp12 = -2.613125930 * z10 + z5; 391 ; tmp12 = (-1.613125930 - 1) * z10 + z5; 401 paddw mm0, mm5 ; mm0=tmp12
|
H A D | jidctfst-sse2.asm | 182 psubw xmm1, xmm5 ; xmm1=tmp12 226 ; tmp12 = -2.613125930 * z10 + z5; 229 ; tmp12 = (-1.613125930 - 1) * z10 + z5; 239 paddw xmm0, xmm5 ; xmm0=tmp12 347 psubw xmm5, xmm0 ; xmm5=tmp12 387 ; tmp12 = -2.613125930 * z10 + z5; 390 ; tmp12 = (-1.613125930 - 1) * z10 + z5; 400 paddw xmm6, xmm4 ; xmm6=tmp12
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctint-sse2.asm | 209 psubw xmm0, xmm7 ; xmm0=tmp12 222 ; z1 = (tmp12 + tmp13) * 0.541196100; 224 ; data6 = z1 + tmp12 * -1.847759065; 227 ; data2 = tmp13 * (0.541196100 + 0.765366865) + tmp12 * 0.541196100; 228 ; data6 = tmp13 * 0.541196100 + tmp12 * (0.541196100 - 1.847759065); 232 punpcklwd xmm7, xmm0 ; xmm0=tmp12 451 psubw xmm6, xmm4 ; xmm6=tmp12 466 ; z1 = (tmp12 + tmp13) * 0.541196100; 468 ; data6 = z1 + tmp12 * -1.847759065; 471 ; data2 = tmp13 * (0.541196100 + 0.765366865) + tmp12 * 0.54119610 [all...] |
H A D | jidctfst-sse2.asm | 175 psubw xmm1, xmm5 ; xmm1=tmp12 219 ; tmp12 = -2.613125930 * z10 + z5; 222 ; tmp12 = (-1.613125930 - 1) * z10 + z5; 232 paddw xmm0, xmm5 ; xmm0=tmp12 340 psubw xmm5, xmm0 ; xmm5=tmp12 380 ; tmp12 = -2.613125930 * z10 + z5; 383 ; tmp12 = (-1.613125930 - 1) * z10 + z5; 393 paddw xmm6, xmm4 ; xmm6=tmp12
|