/external/libavc/common/x86/ |
D | ih264_resi_trans_quant_sse42.c | 120 __m128i temp0, temp1, temp2, temp3; in ih264_resi_trans_quant_4x4_sse42() local 165 temp0 = _mm_unpacklo_epi16(src_r0, src_r1); //a0 b0 a1 b1 a2 b2 a3 b3 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() 177 temp0 = _mm_add_epi16(src_r0, src_r3); in ih264_resi_trans_quant_4x4_sse42() 186 src_r0 = _mm_add_epi16(temp0, temp1); in ih264_resi_trans_quant_4x4_sse42() 191 src_r2 = _mm_sub_epi16(temp0, temp1); in ih264_resi_trans_quant_4x4_sse42() 203 temp0 = _mm_unpacklo_epi16(src_r0, src_r1); //a0 a1 b0 b1 c0 c1 d0 d1 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_sse42.c | 98 __m128i temp0, temp1, temp2, temp3; in ih264_ihadamard_scaling_4x4_sse42() local 125 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 b0 a1 b1 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() 134 temp0 = _mm_add_epi32(src_r0, src_r3); in ih264_ihadamard_scaling_4x4_sse42() 139 src_r0 = _mm_add_epi32(temp0, temp1); in ih264_ihadamard_scaling_4x4_sse42() 141 src_r2 = _mm_sub_epi32(temp0, temp1); in ih264_ihadamard_scaling_4x4_sse42() 154 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 a1 b0 b1 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_ihadamard_scaling_ssse3.c | 98 __m128i temp0, temp1, temp2, temp3; in ih264_ihadamard_scaling_4x4_ssse3() local 127 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 b0 a1 b1 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() 136 temp0 = _mm_add_epi32(src_r0, src_r3); in ih264_ihadamard_scaling_4x4_ssse3() 141 src_r0 = _mm_add_epi32(temp0, temp1); in ih264_ihadamard_scaling_4x4_ssse3() 143 src_r2 = _mm_sub_epi32(temp0, temp1); in ih264_ihadamard_scaling_4x4_ssse3() 156 temp0 = _mm_unpacklo_epi32(src_r0, src_r1); //a0 a1 b0 b1 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 136 …temp0 = _mm_mullo_epi16(scalemat_r0_r1, dequant_r0_r1); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 … in ih264_iquant_itrans_recon_4x4_sse42() 139 …temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_sse42() 140 …temp5 = _mm_unpackhi_epi16(temp0, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_sse42() 194 temp0 = _mm_add_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_sse42() 205 resq_r0 = _mm_add_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42() 211 resq_r3 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42() 246 temp0 = _mm_add_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_sse42() 257 temp4 = _mm_add_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_sse42() 272 temp7 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_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 137 …temp0 = _mm_mullo_epi16(scalemat_r0_r1, dequant_r0_r1); //b00*q00 b01*q01 b02*q02 b03*q03 b10*q10 … in ih264_iquant_itrans_recon_4x4_ssse3() 140 …temp4 = _mm_unpacklo_epi16(temp0, zero_8x16b); // b00*q00 0 b01*q01 0 b02*q02 0 b03*q03 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_ssse3() 141 …temp5 = _mm_unpackhi_epi16(temp0, zero_8x16b); // b10*q10 0 b11*q11 0 b12*q12 0 b13*q13 0 -- 16 bi… in ih264_iquant_itrans_recon_4x4_ssse3() 201 temp0 = _mm_add_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_ssse3() 212 resq_r0 = _mm_add_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_ssse3() 218 resq_r3 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_ssse3() 260 temp0 = _mm_add_epi32(resq_r0, resq_r2); in ih264_iquant_itrans_recon_4x4_ssse3() 271 temp4 = _mm_add_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_ssse3() 286 temp7 = _mm_sub_epi32(temp0, temp3); in ih264_iquant_itrans_recon_4x4_ssse3() [all …]
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | dct_msa.c | 72 v8i16 temp0, temp1; in vp8_short_fdct4x4_msa() local 81 BUTTERFLY_4(in0, in1, in2, in3, temp0, temp1, in1, in3); in vp8_short_fdct4x4_msa() 82 SLLI_4V(temp0, temp1, in1, in3, 3); in vp8_short_fdct4x4_msa() 83 in0 = temp0 + temp1; in vp8_short_fdct4x4_msa() 84 in2 = temp0 - temp1; in vp8_short_fdct4x4_msa() 86 temp0 = __msa_ilvr_h(in3, in1); in vp8_short_fdct4x4_msa() 91 DPADD_SH2_SW(temp0, temp0, const0, const1, out0, out1); in vp8_short_fdct4x4_msa() 97 BUTTERFLY_4(in0, in1, in2, in3, temp0, temp1, in1, in3); in vp8_short_fdct4x4_msa() 98 in0 = temp0 + temp1 + 7; in vp8_short_fdct4x4_msa() 99 in2 = temp0 - temp1 + 7; in vp8_short_fdct4x4_msa() [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans32_cols_dspr2.c | 32 int temp0, temp1, temp2, temp3; in vpx_idct32_cols_add_blk_dspr2() local 105 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2() 166 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2() 227 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2() 284 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2() 341 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2() 398 [load4] "=&r" (load4), [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2() 443 : [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2() 594 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2() 654 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in vpx_idct32_cols_add_blk_dspr2() [all …]
|
D | itrans32_dspr2.c | 35 int temp0, temp1, temp2, temp3; in idct32_rows_dspr2() local 151 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 213 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 275 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 337 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 399 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 461 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 510 : [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 664 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() 729 [temp0] "=&r" (temp0), [temp1] "=&r" (temp1), in idct32_rows_dspr2() [all …]
|
D | fwd_dct32x32_msa.c | 62 v8i16 temp0, temp1; in fdct8x32_1d_column_even_store() local 76 BUTTERFLY_4(in0, in1, in2, in3, temp0, in4, in1, in0); in fdct8x32_1d_column_even_store() 77 DOTP_CONST_PAIR(temp0, in4, cospi_16_64, cospi_16_64, temp1, temp0); in fdct8x32_1d_column_even_store() 78 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store() 79 ST_SH(temp0, temp); in fdct8x32_1d_column_even_store() 82 DOTP_CONST_PAIR(in0, in1, cospi_24_64, cospi_8_64, temp1, temp0); in fdct8x32_1d_column_even_store() 83 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store() 84 ST_SH(temp0, temp + 256); in fdct8x32_1d_column_even_store() 90 DOTP_CONST_PAIR(vec1, vec0, cospi_28_64, cospi_4_64, temp1, temp0); in fdct8x32_1d_column_even_store() 91 FDCT32_POSTPROC_2V_POS_H(temp0, temp1); in fdct8x32_1d_column_even_store() [all …]
|
/external/libmpeg2/common/x86/ |
D | impeg2_idct_recon_sse42_intr.c | 1854 __m128i temp0, temp1; in impeg2_idct_recon_dc_mismatch_sse42() local 1871 temp0 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42() 1878 temp0 = _mm_add_epi32(temp0, value_4x32b); in impeg2_idct_recon_dc_mismatch_sse42() 1880 temp0 = _mm_add_epi32(temp0, round_stg2); in impeg2_idct_recon_dc_mismatch_sse42() 1883 temp0 = _mm_srai_epi32(temp0, IDCT_STG2_SHIFT); in impeg2_idct_recon_dc_mismatch_sse42() 1885 temp0 = _mm_add_epi32(temp0, pred_half0); in impeg2_idct_recon_dc_mismatch_sse42() 1888 temp0 = _mm_packus_epi32(temp0, temp1); in impeg2_idct_recon_dc_mismatch_sse42() 1889 temp0 = _mm_packus_epi16(temp0, temp1); in impeg2_idct_recon_dc_mismatch_sse42() 1891 _mm_storel_epi64((__m128i *)pu1_dst, temp0); in impeg2_idct_recon_dc_mismatch_sse42() 1897 temp0 = _mm_cvtepi16_epi32(mismatch_stg2_additive); in impeg2_idct_recon_dc_mismatch_sse42() [all …]
|
D | impeg2_inter_pred_sse42_intr.c | 792 __m128i src_r0, src_r1, src_r2, temp0, temp1; in impeg2_mc_fullx_halfy_8x8_sse42() local 803 temp0 = _mm_avg_epu8(src_r0, src_r1); in impeg2_mc_fullx_halfy_8x8_sse42() 805 _mm_storel_epi64((__m128i *)out, temp0); //Row 0 in impeg2_mc_fullx_halfy_8x8_sse42() 813 temp0 = _mm_avg_epu8(src_r2, src_r0); in impeg2_mc_fullx_halfy_8x8_sse42() 815 _mm_storel_epi64((__m128i *)out, temp0); //Row 2 in impeg2_mc_fullx_halfy_8x8_sse42() 823 temp0 = _mm_avg_epu8(src_r1, src_r2); in impeg2_mc_fullx_halfy_8x8_sse42() 825 _mm_storel_epi64((__m128i *)out, temp0); //Row 4 in impeg2_mc_fullx_halfy_8x8_sse42() 833 temp0 = _mm_avg_epu8(src_r0, src_r1); in impeg2_mc_fullx_halfy_8x8_sse42() 835 _mm_storel_epi64((__m128i *)out, temp0); //Row 6 in impeg2_mc_fullx_halfy_8x8_sse42()
|
/external/webp/src/dsp/ |
D | yuv_mips32.c | 29 int temp0, temp1, temp2, temp3, temp4; \ 35 temp0 = kYScale * y[0]; \ 40 r = VP8Clip8(temp0 + temp1); \ 41 g = VP8Clip8(temp0 - temp2); \ 42 b = VP8Clip8(temp0 + temp4); \ 43 temp0 = kYScale * y[1]; \ 48 r = VP8Clip8(temp0 + temp1); \ 49 g = VP8Clip8(temp0 - temp2); \ 50 b = VP8Clip8(temp0 + temp4); \ 65 temp0 = kYScale * y[0]; \ [all …]
|
D | lossless_mips32.c | 111 int i, temp0, temp1; in ExtraCost() local 130 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in ExtraCost() 136 return (double)((int64_t)temp0 << 32 | temp1); in ExtraCost() 157 int i, temp0, temp1, temp2, temp3; in ExtraCostCombined() local 182 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), in ExtraCostCombined() 189 return (double)((int64_t)temp0 << 32 | temp1); in ExtraCostCombined() 213 [temp3]"=&r"(temp3), [temp0]"+r"(temp0) \ 226 int temp0, temp1, temp2, temp3; in HuffmanCostCount() local 233 temp0 = (population[i] != 0); in HuffmanCostCount() 238 temp0 = (population[i] != 0); in HuffmanCostCount() [all …]
|
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() 133 HORIZONTAL_PASS( 0, 1, 2, 3, temp0, temp4, temp8, temp12) 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 225 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), 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() 388 return temp0; in Disto4x4() 477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local [all …]
|
D | dec_mips32.c | 212 int temp0, temp1, temp2, temp3, temp4; in TransformOne() local 532 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp2]"=&r"(temp2), in TransformOne()
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tgsi.c | 152 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in linear_gradient() local 159 ureg_MOV(ureg, ureg_writemask(temp0, TGSI_WRITEMASK_XY), pos); in linear_gradient() 161 ureg_writemask(temp0, TGSI_WRITEMASK_Z), in linear_gradient() 164 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0)); in linear_gradient() 165 ureg_DP3(ureg, temp2, matrow1, ureg_src(temp0)); in linear_gradient() 166 ureg_DP3(ureg, temp3, matrow2, ureg_src(temp0)); in linear_gradient() 174 ureg_MUL(ureg, temp0, in linear_gradient() 179 ureg_scalar(ureg_src(temp4), TGSI_SWIZZLE_X), ureg_src(temp0)); in linear_gradient() 185 ureg_release_temporary(ureg, temp0); in linear_gradient() 203 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in radial_gradient() local [all …]
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_exa_tgsi.c | 130 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in linear_gradient() local 138 ureg_writemask(temp0, TGSI_WRITEMASK_XY), pos); in linear_gradient() 140 ureg_writemask(temp0, TGSI_WRITEMASK_Z), in linear_gradient() 143 ureg_DP3(ureg, temp1, matrow0, ureg_src(temp0)); in linear_gradient() 144 ureg_DP3(ureg, temp2, matrow1, ureg_src(temp0)); in linear_gradient() 145 ureg_DP3(ureg, temp3, matrow2, ureg_src(temp0)); in linear_gradient() 155 ureg_MUL(ureg, temp0, in linear_gradient() 161 ureg_src(temp0)); in linear_gradient() 170 ureg_release_temporary(ureg, temp0); in linear_gradient() 190 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in radial_gradient() local [all …]
|
/external/llvm/test/Transforms/ObjCARC/ |
D | intrinsic-use.ll | 22 ; CHECK-NEXT: store i8* %y, i8** %temp0 25 ; CHECK-NEXT: [[VAL1:%.*]] = load i8*, i8** %temp0 44 %temp0 = alloca i8*, align 8 48 store i8* %y, i8** %temp0 49 call void @test0_helper(i8* %x, i8** %temp0) 50 %val1 = load i8*, i8** %temp0 70 ; CHECK-NEXT: store i8* %y, i8** %temp0 73 ; CHECK-NEXT: [[VAL1:%.*]] = load i8*, i8** %temp0 90 %temp0 = alloca i8*, align 8 94 store i8* %y, i8** %temp0 [all …]
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | postproc_msa.c | 69 v8i16 temp0, temp1, temp2, temp3, temp4; \ 73 temp0, temp1, temp2, temp3); \ 74 ILVR_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \ 76 ILVL_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \ 79 temp0, temp1, temp2, temp3); \ 80 ILVR_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \ 82 ILVL_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \ 101 v16u8 temp0, temp1; \ 104 temp0 = __msa_aver_u_b(below2_in, below1_in); \ 105 temp1 = __msa_aver_u_b(temp1, temp0); \ [all …]
|
/external/libavc/encoder/x86/ |
D | ime_distortion_metrics_sse42.c | 1730 __m128i temp0, temp1, temp2, temp3, temp4; in ime_compute_satqd_16x16_lumainter_sse42() local 1777 … temp0 = _mm_add_epi16(src_r0, src_r1); //s1+s2 s4+s3 s4+s3 s1+s2 a1+a2 a4+a3 a4+a3 a1+a2 in ime_compute_satqd_16x16_lumainter_sse42() 1778 temp0 = _mm_hadd_epi16(temp0, zero); in ime_compute_satqd_16x16_lumainter_sse42() 1779 temp0 = _mm_hadd_epi16(temp0, zero); //sad1, sad2 - 16bit values in ime_compute_satqd_16x16_lumainter_sse42() 1781 sad_1 = _mm_extract_epi16(temp0, 0); in ime_compute_satqd_16x16_lumainter_sse42() 1782 sad_2 = _mm_extract_epi16(temp0, 1); in ime_compute_satqd_16x16_lumainter_sse42() 1799 temp0 = _mm_slli_epi16(src_r0, 1);//s1<<1 s4<<1 a1<<1 a4<<1 0 0 0 0 in ime_compute_satqd_16x16_lumainter_sse42() 1802 temp0 = _mm_shufflelo_epi16(temp0, 0xb1);//s4<<1 s1<<1 a4<<1 a1<<1 0 0 0 0 in ime_compute_satqd_16x16_lumainter_sse42() 1806 … temp3 = _mm_sub_epi16(src_r1, temp0);//(s2-s4<<1) (s3-s1<<1) (a2-a4<<1) (a3-a1<<1) 0 0 0 0 in ime_compute_satqd_16x16_lumainter_sse42() 1810 temp0 = _mm_hadd_epi16(src_r0, zero); //s1+s4 a1+a4 0 0 0 0 0 0 in ime_compute_satqd_16x16_lumainter_sse42() [all …]
|
/external/opencv/cvaux/src/ |
D | cvhmmobs.cpp | 126 work_t temp0[MAX_DCT_SIZE * 4]; in icvImgToObs_DCT_8u32f_C1R() local 196 temp0[j] = (work_t) t2; in icvImgToObs_DCT_8u32f_C1R() 226 s += temp0[k] * tab[k]; in icvImgToObs_DCT_8u32f_C1R() 263 temp0[j] = (work_t) t2; in icvImgToObs_DCT_8u32f_C1R() 295 s += temp0[k] * tab[k]; in icvImgToObs_DCT_8u32f_C1R() 321 work_t temp0[MAX_DCT_SIZE * 4]; in icvImgToObs_DCT_32f_C1R() local 393 temp0[j] = (work_t) t2; in icvImgToObs_DCT_32f_C1R() 423 s += temp0[k] * tab[k]; in icvImgToObs_DCT_32f_C1R() 460 temp0[j] = (work_t) t2; in icvImgToObs_DCT_32f_C1R() 492 s += temp0[k] * tab[k]; in icvImgToObs_DCT_32f_C1R()
|
/external/webp/src/utils/ |
D | rescaler.c | 202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; in ExportRowMIPS() local 240 : [temp0]"=&r"(temp0), [temp1]"=&r"(temp1), [temp3]"=&r"(temp3), in ExportRowMIPS()
|
/external/clang/test/CodeGenCXX/ |
D | type_visibility.cpp | 22 namespace temp0 { namespace
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 400 SVGA3dShaderDestToken temp0; in submit_op3() local 406 temp0.value = 0; in submit_op3() 433 temp0 = get_temp( emit ); in submit_op3() 435 if (!emit_repl( emit, temp0, &src0 )) in submit_op3() 452 release_temp( emit, temp0 ); in submit_op3() 471 SVGA3dShaderDestToken temp0; in submit_op4() local 477 temp0.value = 0; in submit_op4() 509 temp0 = get_temp( emit ); in submit_op4() 511 if (!emit_repl( emit, temp0, &src0 )) in submit_op4() 528 release_temp( emit, temp0 ); in submit_op4() [all …]
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 362 const GLfloat temp0 = LERP(a, v00, v10); in lerp_2d() local 364 return LERP(b, temp0, temp1); in lerp_2d()
|