Home
last modified time | relevance | path

Searched refs:tmp23 (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
Djidctint.c1078 JLONG tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local
1120 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10()
1157 wsptr[8 * 3] = (int)RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1158 wsptr[8 * 6] = (int)RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1192 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10()
1241 outptr[3] = range_limit[(int)RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_10x10()
1244 outptr[6] = range_limit[(int)RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_10x10()
1273 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1302 tmp23 = MULTIPLY(z2 - z1, FIX(0.430815045)); /* c2-c6 */ in jpeg_idct_11x11()
1307 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djidctint.c1078 JLONG tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local
1120 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10()
1157 wsptr[8 * 3] = (int)RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1158 wsptr[8 * 6] = (int)RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1192 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10()
1241 outptr[3] = range_limit[(int)RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_10x10()
1244 outptr[6] = range_limit[(int)RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_10x10()
1273 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1302 tmp23 = MULTIPLY(z2 - z1, FIX(0.430815045)); /* c2-c6 */ in jpeg_idct_11x11()
1307 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
[all …]
/third_party/libjpeg-turbo/
Djidctint.c1078 JLONG tmp20, tmp21, tmp22, tmp23, tmp24; in jpeg_idct_10x10() local
1120 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10()
1157 wsptr[8 * 3] = (int)RIGHT_SHIFT(tmp23 + tmp13, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1158 wsptr[8 * 6] = (int)RIGHT_SHIFT(tmp23 - tmp13, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1192 tmp23 = tmp11 - tmp13; in jpeg_idct_10x10()
1241 outptr[3] = range_limit[(int)RIGHT_SHIFT(tmp23 + tmp13, in jpeg_idct_10x10()
1244 outptr[6] = range_limit[(int)RIGHT_SHIFT(tmp23 - tmp13, in jpeg_idct_10x10()
1273 JLONG tmp20, tmp21, tmp22, tmp23, tmp24, tmp25; in jpeg_idct_11x11() local
1302 tmp23 = MULTIPLY(z2 - z1, FIX(0.430815045)); /* c2-c6 */ in jpeg_idct_11x11()
1307 tmp21 = tmp20 + tmp23 + tmp25 - in jpeg_idct_11x11()
[all …]
/third_party/pixman/pixman/
Dpixman-arm-neon-asm-bilinear.S366 tmp01, tmp23, tmp45, tmp67
371 tmp01, tmp23, tmp45, tmp67
374 vmull.u8 tmp23, src1, mask
377 vrshr.u16 tmp67, tmp23, #8
380 vraddhn.u16 src1, tmp67, tmp23
385 tmp01, tmp23, tmp45, tmp67
389 tmp01, tmp23, tmp45, tmp67
399 tmp01, tmp23, tmp45, tmp67, tmp8
404 tmp01, tmp23, tmp45, tmp67, tmp8
412 vmull.u8 tmp23, dst1, tmp8
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp542 Float4 tmp23 = UnpackHigh(row0, row1); in transpose2x4() local
546 row2 = tmp23; in transpose2x4()
547 row3 = Float4(tmp23.zw, row3.zw); in transpose2x4()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp558 Float4 tmp23 = UnpackHigh(row0, row1); in transpose2x4() local
562 row2 = tmp23; in transpose2x4()
563 row3 = Float4(tmp23.zw, row3.zw); in transpose2x4()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DREADME.txt933 %tmp23 = icmp eq i32 %decl_context_addr.1, 0 ; <i1> [#uses=1]
935 %or.cond8 = and i1 %tmp23, %tmp24 ; <i1> [#uses=1]