/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jidctint.c | 178 JLONG tmp10, tmp11, tmp12, tmp13; in jpeg_idct_islow() local 245 tmp10 = tmp0 + tmp3; in jpeg_idct_islow() 282 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */ in jpeg_idct_islow() 284 wsptr[DCTSIZE * 0] = (int)DESCALE(tmp10 + tmp3, CONST_BITS - PASS1_BITS); in jpeg_idct_islow() 285 wsptr[DCTSIZE * 7] = (int)DESCALE(tmp10 - tmp3, CONST_BITS - PASS1_BITS); in jpeg_idct_islow() 347 tmp10 = tmp0 + tmp3; in jpeg_idct_islow() 384 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */ in jpeg_idct_islow() 386 outptr[0] = range_limit[(int)DESCALE(tmp10 + tmp3, in jpeg_idct_islow() 389 outptr[7] = range_limit[(int)DESCALE(tmp10 - tmp3, in jpeg_idct_islow() 431 JLONG tmp0, tmp1, tmp2, tmp10, tmp1 in jpeg_idct_7x7() local 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 83 tmp10 = tmp0 + tmp3; /* phase 2 */ in jpeg_fdct_float() 88 dataptr[0] = tmp10 + tmp11; /* phase 3 */ in jpeg_fdct_float() 89 dataptr[4] = tmp10 - tmp11; in jpeg_fdct_float() 97 tmp10 = tmp4 + tmp5; /* phase 2 */ in jpeg_fdct_float() 102 z5 = (tmp10 - tmp12) * ((FAST_FLOAT)0.382683433); /* c6 */ in jpeg_fdct_float() 103 z2 = ((FAST_FLOAT)0.541196100) * tmp10 + z5; /* c2-c6 */ in jpeg_fdct_float() 133 tmp10 = tmp0 + tmp3; /* phase 2 */ in jpeg_fdct_float() 138 dataptr[DCTSIZE * 0] = tmp10 + tmp11; /* phase 3 */ in jpeg_fdct_float() 139 dataptr[DCTSIZE * 4] = tmp10 in jpeg_fdct_float() [all...] |
H A D | jfdctfst.c | 120 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_fdct_ifast() local 141 tmp10 = tmp0 + tmp3; /* phase 2 */ in jpeg_fdct_ifast() 146 dataptr[0] = tmp10 + tmp11; /* phase 3 */ in jpeg_fdct_ifast() 147 dataptr[4] = tmp10 - tmp11; in jpeg_fdct_ifast() 155 tmp10 = tmp4 + tmp5; /* phase 2 */ in jpeg_fdct_ifast() 160 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ in jpeg_fdct_ifast() 161 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */ in jpeg_fdct_ifast() 191 tmp10 = tmp0 + tmp3; /* phase 2 */ in jpeg_fdct_ifast() 196 dataptr[DCTSIZE * 0] = tmp10 + tmp11; /* phase 3 */ in jpeg_fdct_ifast() 197 dataptr[DCTSIZE * 4] = tmp10 in jpeg_fdct_ifast() [all...] |
H A D | jidctred.c | 125 JLONG tmp0, tmp2, tmp10, tmp12; in jpeg_idct_4x4() local 170 tmp10 = tmp0 + tmp2; in jpeg_idct_4x4() 193 (int)DESCALE(tmp10 + tmp2, CONST_BITS - PASS1_BITS + 1); in jpeg_idct_4x4() 195 (int)DESCALE(tmp10 - tmp2, CONST_BITS - PASS1_BITS + 1); in jpeg_idct_4x4() 233 tmp10 = tmp0 + tmp2; in jpeg_idct_4x4() 255 outptr[0] = range_limit[(int)DESCALE(tmp10 + tmp2, in jpeg_idct_4x4() 258 outptr[3] = range_limit[(int)DESCALE(tmp10 - tmp2, in jpeg_idct_4x4() 283 JLONG tmp0, tmp10, z1; in jpeg_idct_2x2() local 317 tmp10 = LEFT_SHIFT(z1, CONST_BITS + 2); in jpeg_idct_2x2() 333 (int)DESCALE(tmp10 in jpeg_idct_2x2() [all...] |
H A D | jidctflt.c | 77 FAST_FLOAT tmp10, tmp11, tmp12, tmp13; in jpeg_idct_float() local 133 tmp10 = tmp0 + tmp2; /* phase 3 */ in jpeg_idct_float() 139 tmp0 = tmp10 + tmp13; /* phase 2 */ in jpeg_idct_float() 140 tmp3 = tmp10 - tmp13; in jpeg_idct_float() 160 tmp10 = z5 - z12 * ((FAST_FLOAT)1.082392200); /* 2*(c2-c6) */ in jpeg_idct_float() 165 tmp4 = tmp10 - tmp5; in jpeg_idct_float() 196 tmp10 = z5 + wsptr[4]; in jpeg_idct_float() 202 tmp0 = tmp10 + tmp13; in jpeg_idct_float() 203 tmp3 = tmp10 - tmp13; in jpeg_idct_float() 218 tmp10 in jpeg_idct_float() [all...] |
H A D | jidctfst.c | 176 DCTELEM tmp10, tmp11, tmp12, tmp13; in jpeg_idct_ifast() local 232 tmp10 = tmp0 + tmp2; /* phase 3 */ in jpeg_idct_ifast() 238 tmp0 = tmp10 + tmp13; /* phase 2 */ in jpeg_idct_ifast() 239 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast() 259 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; /* 2*(c2-c6) */ in jpeg_idct_ifast() 264 tmp4 = tmp10 + tmp5; in jpeg_idct_ifast() 318 tmp10 = ((DCTELEM)wsptr[0] + (DCTELEM)wsptr[4]); in jpeg_idct_ifast() 325 tmp0 = tmp10 + tmp13; in jpeg_idct_ifast() 326 tmp3 = tmp10 - tmp13; in jpeg_idct_ifast() 341 tmp10 in jpeg_idct_ifast() [all...] |
H A D | jfdctint.c | 146 JLONG tmp10, tmp11, tmp12, tmp13; in jpeg_fdct_islow() local 171 tmp10 = tmp0 + tmp3; in jpeg_fdct_islow() 176 dataptr[0] = (DCTELEM)LEFT_SHIFT(tmp10 + tmp11, PASS1_BITS); in jpeg_fdct_islow() 177 dataptr[4] = (DCTELEM)LEFT_SHIFT(tmp10 - tmp11, PASS1_BITS); in jpeg_fdct_islow() 236 tmp10 = tmp0 + tmp3; in jpeg_fdct_islow() 241 dataptr[DCTSIZE * 0] = (DCTELEM)DESCALE(tmp10 + tmp11, PASS1_BITS); in jpeg_fdct_islow() 242 dataptr[DCTSIZE * 4] = (DCTELEM)DESCALE(tmp10 - tmp11, PASS1_BITS); in jpeg_fdct_islow()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jfdctfst.c | 146 int tmp10, tmp11, tmp12, tmp13; in row_fdct() local 166 tmp10 = tmp0 + tmp3; /* phase 2 */ in row_fdct() 171 dataptr[0] = tmp10 + tmp11; /* phase 3 */ in row_fdct() 172 dataptr[4] = tmp10 - tmp11; in row_fdct() 180 tmp10 = tmp4 + tmp5; /* phase 2 */ in row_fdct() 185 z5 = MULTIPLY(tmp10 - tmp12, FIX_0_382683433); /* c6 */ in row_fdct() 186 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */ in row_fdct() 210 int tmp10, tmp11, tmp12, tmp13; in ff_fdct_ifast() local 232 tmp10 = tmp0 + tmp3; /* phase 2 */ in ff_fdct_ifast() 237 dataptr[DCTSIZE*0] = tmp10 in ff_fdct_ifast() 276 int tmp10, tmp11, tmp12, tmp13; ff_fdct_ifast248() local [all...] |
H A D | faandct.c | 68 FLOAT tmp10, tmp11, tmp12, tmp13; in row_fdct() local 82 tmp10= tmp0 + tmp3; in row_fdct() 87 temp[0 + i]= tmp10 + tmp11; in row_fdct() 88 temp[4 + i]= tmp10 - tmp11; in row_fdct() 117 FLOAT tmp10, tmp11, tmp12, tmp13; in ff_faandct() local 136 tmp10= tmp0 + tmp3; in ff_faandct() 141 data[8*0 + i]= lrintf(postscale[8*0 + i] * (tmp10 + tmp11)); in ff_faandct() 142 data[8*4 + i]= lrintf(postscale[8*4 + i] * (tmp10 - tmp11)); in ff_faandct() 171 FLOAT tmp10, tmp11, tmp12, tmp13; in ff_faandct248() local 189 tmp10 in ff_faandct248() [all...] |
H A D | hq_hqadsp.c | 38 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_row() local 57 tmp10 = IDCTMUL(tmpD, FIX_1_414) * 4 - tmpC; in idct_row() 58 tmp11 = tmpE - tmp10; in idct_row() 60 tmp13 = tmpE + tmp10; in idct_row() 76 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_col() local 95 tmp10 = IDCTMUL(tmpD, FIX_1_414) * 2 - tmpC; in idct_col() 96 tmp11 = tmpE - tmp10; in idct_col() 98 tmp13 = tmpE + tmp10; in idct_col()
|
H A D | jfdctint_template.c | 185 int tmp10, tmp11, tmp12, tmp13; in row_fdct() local 209 tmp10 = tmp0 + tmp3; in row_fdct() 214 dataptr[0] = (int16_t) ((tmp10 + tmp11) * (1 << PASS1_BITS)); in row_fdct() 215 dataptr[4] = (int16_t) ((tmp10 - tmp11) * (1 << PASS1_BITS)); in row_fdct() 263 int tmp10, tmp11, tmp12, tmp13; in ff_jpeg_fdct_islow() local 290 tmp10 = tmp0 + tmp3; in ff_jpeg_fdct_islow() 295 dataptr[DCTSIZE*0] = DESCALE(tmp10 + tmp11, OUT_SHIFT); in ff_jpeg_fdct_islow() 296 dataptr[DCTSIZE*4] = DESCALE(tmp10 - tmp11, OUT_SHIFT); in ff_jpeg_fdct_islow() 345 int tmp10, tmp11, tmp12, tmp13; in ff_fdct248_islow() local 368 tmp10 in ff_fdct248_islow() [all...] |
H A D | jrevdct.c | 218 int32_t tmp10, tmp11, tmp12, tmp13; in ff_j_rev_dct() local 283 tmp10 = tmp0 + tmp3; in ff_j_rev_dct() 295 tmp10 = tmp0 + tmp3; in ff_j_rev_dct() 309 tmp10 = tmp0 + tmp3; in ff_j_rev_dct() 315 tmp10 = tmp13 = (d0 + d4) * CONST_SCALE; in ff_j_rev_dct() 580 /* Final output stage: inputs are tmp10..tmp13, tmp0..tmp3 */ in ff_j_rev_dct() 582 dataptr[0] = (int16_t) DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS); in ff_j_rev_dct() 583 dataptr[7] = (int16_t) DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS); in ff_j_rev_dct() 629 tmp10 = tmp0 + tmp3; in ff_j_rev_dct() 641 tmp10 in ff_j_rev_dct() 956 int32_t tmp10, tmp11, tmp12, tmp13; ff_j_rev_dct4() local [all...] |
H A D | 4xm.c | 169 int tmp10, tmp11, tmp12, tmp13; in idct() local 175 tmp10 = block[8 * 0 + i] + block[8 * 4 + i]; in idct() 181 tmp0 = tmp10 + tmp13; in idct() 182 tmp3 = tmp10 - tmp13; in idct() 195 tmp10 = MULTIPLY(z12, FIX_1_082392200) - z5; in idct() 200 tmp4 = tmp10 + tmp5; in idct() 213 tmp10 = temp[0 + i] + temp[4 + i]; in idct() 219 tmp0 = tmp10 + tmp13; in idct() 220 tmp3 = tmp10 - tmp13; in idct() 233 tmp10 in idct() [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
H A D | jidctfst-neon.c | 132 int16x4_t tmp10 = vadd_s16(tmp0, tmp2); /* phase 3 */ in jsimd_idct_ifast_neon() local 141 tmp0 = vadd_s16(tmp10, tmp13); /* phase 2 */ in jsimd_idct_ifast_neon() 142 tmp3 = vsub_s16(tmp10, tmp13); in jsimd_idct_ifast_neon() 165 tmp10 = vqdmulh_lane_s16(z12, consts, 0); in jsimd_idct_ifast_neon() 166 tmp10 = vadd_s16(tmp10, z12); in jsimd_idct_ifast_neon() 167 tmp10 = vsub_s16(tmp10, z5); in jsimd_idct_ifast_neon() 174 tmp4 = vadd_s16(tmp10, tmp5); in jsimd_idct_ifast_neon() 207 int16x4_t tmp10 in jsimd_idct_ifast_neon() local 277 int16x8_t tmp10 = vaddq_s16(tmp0, tmp2); /* phase 3 */ jsimd_idct_ifast_neon() local 363 int16x8_t tmp10 = vaddq_s16(col0, col4); jsimd_idct_ifast_neon() local [all...] |
H A D | jfdctfst-neon.c | 99 int16x8_t tmp10 = vaddq_s16(tmp0, tmp3); /* phase 2 */ in jsimd_fdct_ifast_neon() local 104 col0 = vaddq_s16(tmp10, tmp11); /* phase 3 */ in jsimd_fdct_ifast_neon() 105 col4 = vsubq_s16(tmp10, tmp11); in jsimd_fdct_ifast_neon() 112 tmp10 = vaddq_s16(tmp4, tmp5); /* phase 2 */ in jsimd_fdct_ifast_neon() 116 int16x8_t z5 = vqdmulhq_lane_s16(vsubq_s16(tmp10, tmp12), consts, 0); in jsimd_fdct_ifast_neon() 117 int16x8_t z2 = vqdmulhq_lane_s16(tmp10, consts, 1); in jsimd_fdct_ifast_neon() 173 tmp10 = vaddq_s16(tmp0, tmp3); /* phase 2 */ in jsimd_fdct_ifast_neon() 178 row0 = vaddq_s16(tmp10, tmp11); /* phase 3 */ in jsimd_fdct_ifast_neon() 179 row4 = vsubq_s16(tmp10, tmp11); in jsimd_fdct_ifast_neon() 186 tmp10 in jsimd_fdct_ifast_neon() [all...] |
H A D | jidctred-neon.c | 141 /* Even part: we're only interested in col0; the top half of tmp10 is "don't in jsimd_idct_2x2_neon() 144 int32x4_t tmp10 = vshll_n_s16(vget_low_s16(cols_0246), CONST_BITS + 2); in jsimd_idct_2x2_neon() local 153 int16x8_t output_s16 = vcombine_s16(vaddhn_s32(tmp10, tmp0), in jsimd_idct_2x2_neon() 154 vsubhn_s32(tmp10, tmp0)); in jsimd_idct_2x2_neon() 270 int32x4_t tmp10 = vaddq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon() local 290 row0 = vcombine_s16(dcval, vrshrn_n_s32(vaddq_s32(tmp10, tmp2), in jsimd_idct_4x4_neon() 292 row3 = vcombine_s16(dcval, vrshrn_n_s32(vsubq_s32(tmp10, tmp2), in jsimd_idct_4x4_neon() 323 int32x4_t tmp10 = vaddq_s32(tmp0, tmp2); in jsimd_idct_4x4_neon() local 343 row0 = vcombine_s16(vrshrn_n_s32(vaddq_s32(tmp10, tmp2), in jsimd_idct_4x4_neon() 345 row3 = vcombine_s16(vrshrn_n_s32(vsubq_s32(tmp10, tmp in jsimd_idct_4x4_neon() 444 int32x4_t tmp10 = vaddq_s32(tmp0, tmp2); jsimd_idct_4x4_neon() local [all...] |
H A D | jidctint-neon.c | 382 int32x4_t tmp10 = vaddq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_regular() local 445 vrshrn_n_s32(vaddq_s32(tmp10, tmp3), DESCALE_P1), in jsimd_idct_islow_pass1_regular() 454 vrshrn_n_s32(vsubq_s32(tmp10, tmp3), DESCALE_P1) in jsimd_idct_islow_pass1_regular() 504 int32x4_t tmp10 = vaddq_s32(tmp0, tmp3); in jsimd_idct_islow_pass1_sparse() local 528 vrshrn_n_s32(vaddq_s32(tmp10, tmp3), DESCALE_P1), in jsimd_idct_islow_pass1_sparse() 537 vrshrn_n_s32(vsubq_s32(tmp10, tmp3), DESCALE_P1) in jsimd_idct_islow_pass1_sparse() 593 int32x4_t tmp10 = vaddq_s32(tmp0, tmp3); in jsimd_idct_islow_pass2_regular() local 655 int16x8_t cols_02_s16 = vcombine_s16(vaddhn_s32(tmp10, tmp3), in jsimd_idct_islow_pass2_regular() 662 vsubhn_s32(tmp10, tmp3)); in jsimd_idct_islow_pass2_regular() 735 int32x4_t tmp10 in jsimd_idct_islow_pass2_sparse() 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 281 tmp10 = tmp0 + tmp3; in column_fidct_c() 286 d0 = tmp10 + tmp11; in column_fidct_c() 287 d4 = tmp10 - tmp11; in column_fidct_c() 300 tmp10 = (tmp0 + tmp2) >> 2; in column_fidct_c() 306 tmp0 = tmp10 + tmp13; //->temps in column_fidct_c() 307 tmp3 = tmp10 - tmp13; //->temps in column_fidct_c() 313 tmp10 = tmp4 + tmp5; in column_fidct_c() 317 z5 = MULTIPLY16H((tmp10 - tmp12) << 2, FIX_0_382683433); in column_fidct_c() 318 z2 = MULTIPLY16H(tmp10 << 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 | 95 add r0, r2, r5, lsl #13 @ r0 = tmp10 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 137 @ Compute DESCALE(tmp10 + tmp3, CONST_BITS-PASS1_BITS) 143 @ Compute DESCALE(tmp10 - tmp3, CONST_BITS-PASS1_BITS) 227 add r0, r2, r5, lsl #13 @ r0 = tmp10 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 276 @ Compute DESCALE(tmp10 + tmp3, CONST_BITS+PASS1_BITS+3) 282 @ Compute DESCALE(tmp10 [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jfdctflt-3dn.asm | 132 pfadd mm2, mm4 ; mm2=tmp10 155 pfadd mm3, mm5 ; mm3=tmp10 161 movq mm2, mm3 ; mm2=tmp10 164 pfmul mm2, [GOTOFF(ebx,PD_0_541)] ; mm2=MULTIPLY(tmp10,FIX_0_54119610) 247 pfadd mm2, mm4 ; mm2=tmp10 270 pfadd mm3, mm5 ; mm3=tmp10 276 movq mm2, mm3 ; mm2=tmp10 279 pfmul mm2, [GOTOFF(ebx,PD_0_541)] ; mm2=MULTIPLY(tmp10,FIX_0_54119610)
|
H A D | jfdctflt-sse.asm | 164 addps xmm1, xmm7 ; xmm1=tmp10 187 addps xmm2, xmm3 ; xmm2=tmp10 193 movaps xmm1, xmm2 ; xmm1=tmp10 196 mulps xmm1, [GOTOFF(ebx,PD_0_541)] ; xmm1=MULTIPLY(tmp10,FIX_0_541196) 300 addps xmm1, xmm7 ; xmm1=tmp10 323 addps xmm2, xmm3 ; xmm2=tmp10 329 movaps xmm1, xmm2 ; xmm1=tmp10 332 mulps xmm1, [GOTOFF(ebx,PD_0_541)] ; xmm1=MULTIPLY(tmp10,FIX_0_541196)
|
H A D | jfdctfst-mmx.asm | 178 paddw mm1, mm7 ; mm1=tmp10 202 paddw mm2, mm3 ; mm2=tmp10 212 movq mm1, mm2 ; mm1=tmp10 215 pmulhw mm1, [GOTOFF(ebx,PW_F0541)] ; mm1=MULTIPLY(tmp10,FIX_0_54119610) 319 paddw mm1, mm7 ; mm1=tmp10 343 paddw mm2, mm3 ; mm2=tmp10 353 movq mm1, mm2 ; mm1=tmp10 356 pmulhw mm1, [GOTOFF(ebx,PW_F0541)] ; mm1=MULTIPLY(tmp10,FIX_0_54119610)
|
H A D | jfdctfst-sse2.asm | 195 paddw xmm4, xmm1 ; xmm4=tmp10 216 paddw xmm2, xmm5 ; xmm2=tmp10 226 movdqa xmm4, xmm2 ; xmm4=tmp10 229 pmulhw xmm4, [GOTOFF(ebx,PW_F0541)] ; xmm4=MULTIPLY(tmp10,FIX_0_541196) 333 paddw xmm4, xmm6 ; xmm4=tmp10 357 paddw xmm7, xmm0 ; xmm7=tmp10 367 movdqa xmm4, xmm7 ; xmm4=tmp10 370 pmulhw xmm4, [GOTOFF(ebx,PW_F0541)] ; xmm4=MULTIPLY(tmp10,FIX_0_541196)
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jfdctflt-sse.asm | 155 addps xmm1, xmm7 ; xmm1=tmp10 178 addps xmm2, xmm3 ; xmm2=tmp10 184 movaps xmm1, xmm2 ; xmm1=tmp10 187 mulps xmm1, [rel PD_0_541] ; xmm1=MULTIPLY(tmp10,FIX_0_541196) 290 addps xmm1, xmm7 ; xmm1=tmp10 313 addps xmm2, xmm3 ; xmm2=tmp10 319 movaps xmm1, xmm2 ; xmm1=tmp10 322 mulps xmm1, [rel PD_0_541] ; xmm1=MULTIPLY(tmp10,FIX_0_541196)
|
H A D | jfdctfst-sse2.asm | 187 paddw xmm4, xmm1 ; xmm4=tmp10 208 paddw xmm2, xmm5 ; xmm2=tmp10 218 movdqa xmm4, xmm2 ; xmm4=tmp10 221 pmulhw xmm4, [rel PW_F0541] ; xmm4=MULTIPLY(tmp10,FIX_0_541196) 323 paddw xmm4, xmm6 ; xmm4=tmp10 347 paddw xmm7, xmm0 ; xmm7=tmp10 357 movdqa xmm4, xmm7 ; xmm4=tmp10 360 pmulhw xmm4, [rel PW_F0541] ; xmm4=MULTIPLY(tmp10,FIX_0_541196)
|