Home
last modified time | relevance | path

Searched refs:tmp14 (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhq_hqadsp.c38 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_row() local
61 tmp14 = tmpF + tmpC; in idct_row()
63 blk[0] = tmp14 + tmp8; in idct_row()
70 blk[7] = tmp14 - tmp8; in idct_row()
76 int tmpB, tmpC, tmpD, tmpE, tmpF, tmp10, tmp11, tmp12, tmp13, tmp14; in idct_col() local
99 tmp14 = tmpF + tmpC; in idct_col()
101 blk[0 * 8] = (tmp14 + tmp8) >> 6; in idct_col()
108 blk[7 * 8] = (tmp14 - tmp8) >> 6; in idct_col()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djidctint.c906 JLONG tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14; in jpeg_idct_9x9() local
940 tmp14 = tmp2 - tmp0 - tmp0; in jpeg_idct_9x9()
977 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_9x9()
1002 tmp14 = tmp2 - tmp0 - tmp0; in jpeg_idct_9x9()
1055 outptr[4] = range_limit[(int)RIGHT_SHIFT(tmp14, in jpeg_idct_9x9()
1077 JLONG tmp10, tmp11, tmp12, tmp13, tmp14; in jpeg_idct_10x10() local
1139 tmp14 = MULTIPLY(z1, FIX(0.221231742)) - z2 + z4; /* c9 */ in jpeg_idct_10x10()
1159 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1160 wsptr[8 * 5] = (int)RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1211 tmp14 = MULTIPLY(z1, FIX(0.221231742)) - z2 + z4; /* c9 */ in jpeg_idct_10x10()
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djidctint.c906 JLONG tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14; in jpeg_idct_9x9() local
940 tmp14 = tmp2 - tmp0 - tmp0; in jpeg_idct_9x9()
977 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_9x9()
1002 tmp14 = tmp2 - tmp0 - tmp0; in jpeg_idct_9x9()
1055 outptr[4] = range_limit[(int)RIGHT_SHIFT(tmp14, in jpeg_idct_9x9()
1077 JLONG tmp10, tmp11, tmp12, tmp13, tmp14; in jpeg_idct_10x10() local
1139 tmp14 = MULTIPLY(z1, FIX(0.221231742)) - z2 + z4; /* c9 */ in jpeg_idct_10x10()
1159 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1160 wsptr[8 * 5] = (int)RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1211 tmp14 = MULTIPLY(z1, FIX(0.221231742)) - z2 + z4; /* c9 */ in jpeg_idct_10x10()
[all …]
/third_party/libjpeg-turbo/
Djidctint.c906 JLONG tmp0, tmp1, tmp2, tmp3, tmp10, tmp11, tmp12, tmp13, tmp14; in jpeg_idct_9x9() local
940 tmp14 = tmp2 - tmp0 - tmp0; in jpeg_idct_9x9()
977 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_9x9()
1002 tmp14 = tmp2 - tmp0 - tmp0; in jpeg_idct_9x9()
1055 outptr[4] = range_limit[(int)RIGHT_SHIFT(tmp14, in jpeg_idct_9x9()
1077 JLONG tmp10, tmp11, tmp12, tmp13, tmp14; in jpeg_idct_10x10() local
1139 tmp14 = MULTIPLY(z1, FIX(0.221231742)) - z2 + z4; /* c9 */ in jpeg_idct_10x10()
1159 wsptr[8 * 4] = (int)RIGHT_SHIFT(tmp24 + tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1160 wsptr[8 * 5] = (int)RIGHT_SHIFT(tmp24 - tmp14, CONST_BITS - PASS1_BITS); in jpeg_idct_10x10()
1211 tmp14 = MULTIPLY(z1, FIX(0.221231742)) - z2 + z4; /* c9 */ in jpeg_idct_10x10()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_msa.c2346 v8i16 tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15; in ff_weight_h264_pixels16_8_msa() local
2371 tmp14, tmp15); in ff_weight_h264_pixels16_8_msa()
2378 ADDS_SH4_SH(tmp12, offset, tmp13, offset, tmp14, offset, tmp15, offset, in ff_weight_h264_pixels16_8_msa()
2379 tmp12, tmp13, tmp14, tmp15); in ff_weight_h264_pixels16_8_msa()
2381 MAXI_SH8_SH(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, 0); in ff_weight_h264_pixels16_8_msa()
2383 SRLR_H8_SH(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, denom); in ff_weight_h264_pixels16_8_msa()
2385 SAT_UH8_SH(tmp8, tmp9, tmp10, tmp11, tmp12, tmp13, tmp14, tmp15, 7); in ff_weight_h264_pixels16_8_msa()
2388 PCKEV_B4_UB(tmp9, tmp8, tmp11, tmp10, tmp13, tmp12, tmp15, tmp14, dst4, in ff_weight_h264_pixels16_8_msa()
2410 tmp14, tmp15); in ff_weight_h264_pixels16_8_msa()
2417 ADDS_SH4_SH(tmp12, offset, tmp13, offset, tmp14, offset, tmp15, offset, in ff_weight_h264_pixels16_8_msa()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DREADME.txt1588 %382 = srem i32 %tmp14.i, 64 ; [#uses=1]
1591 %385 = icmp slt i32 %tmp14.i, 64 ; [#uses=1]
1593 The srem can be transformed to an and because if %tmp14.i is negative, the