/external/libavc/common/x86/ |
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 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() 151 temp5 = _mm_madd_epi16(src_r1, temp5); in ih264_iquant_itrans_recon_4x4_ssse3() 157 resq_r1 = _mm_slli_epi32(temp5, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_ssse3() 162 temp5 = _mm_add_epi32(temp5, add_rshift); in ih264_iquant_itrans_recon_4x4_ssse3() 166 resq_r1 = _mm_srai_epi32(temp5, 4 - u4_qp_div_6); in ih264_iquant_itrans_recon_4x4_ssse3() 276 temp5 = _mm_add_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_ssse3() 277 temp5 = _mm_add_epi32(temp5, value_32); in ih264_iquant_itrans_recon_4x4_ssse3() 278 temp5 = _mm_srai_epi32(temp5, 6); in ih264_iquant_itrans_recon_4x4_ssse3() 279 temp5 = _mm_add_epi32(temp5, pred_r1); in ih264_iquant_itrans_recon_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 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() 150 temp5 = _mm_madd_epi16(src_r1, temp5); in ih264_iquant_itrans_recon_4x4_sse42() 156 resq_r1 = _mm_slli_epi32(temp5, u4_qp_div_6 - 4); in ih264_iquant_itrans_recon_4x4_sse42() 161 temp5 = _mm_add_epi32(temp5, add_rshift); in ih264_iquant_itrans_recon_4x4_sse42() 165 resq_r1 = _mm_srai_epi32(temp5, 4 - u4_qp_div_6); in ih264_iquant_itrans_recon_4x4_sse42() 262 temp5 = _mm_add_epi32(temp1, temp2); in ih264_iquant_itrans_recon_4x4_sse42() 263 temp5 = _mm_add_epi32(temp5, value_32); in ih264_iquant_itrans_recon_4x4_sse42() 264 temp5 = _mm_srai_epi32(temp5, 6); in ih264_iquant_itrans_recon_4x4_sse42() 265 temp5 = _mm_add_epi32(temp5, pred_r1); in ih264_iquant_itrans_recon_4x4_sse42() [all …]
|
D | ih264_iquant_itrans_recon_dc_ssse3.c | 120 __m128i temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_4x4_dc_ssse3() local 149 temp5 = _mm_add_epi16(value_add, pred_r2); in ih264_iquant_itrans_recon_4x4_dc_ssse3() 154 sign_reg = _mm_cmpgt_epi16(temp5, zero_8x16b); // sign check in ih264_iquant_itrans_recon_4x4_dc_ssse3() 155 temp5 = _mm_and_si128(temp5, sign_reg); in ih264_iquant_itrans_recon_4x4_dc_ssse3() 157 temp4 = _mm_packus_epi16(temp4,temp5); in ih264_iquant_itrans_recon_4x4_dc_ssse3() 158 temp5 = _mm_srli_si128(temp4,4); in ih264_iquant_itrans_recon_4x4_dc_ssse3() 159 temp6 = _mm_srli_si128(temp5,4); in ih264_iquant_itrans_recon_4x4_dc_ssse3() 165 *(pu4_out) = _mm_cvtsi128_si32(temp5); in ih264_iquant_itrans_recon_4x4_dc_ssse3() 245 __m128i temp1,temp2,temp3,temp4, temp5, temp6, temp7,temp8; in ih264_iquant_itrans_recon_8x8_dc_ssse3() local 296 temp5 = _mm_add_epi16(value_add, pred_r4); in ih264_iquant_itrans_recon_8x8_dc_ssse3() [all …]
|
D | ih264_deblk_luma_ssse3.c | 104 __m128i temp1, temp2, temp3, temp4, temp5, temp6; in ih264_deblk_luma_vert_bs4_ssse3() local 268 temp5 = _mm_add_epi16(temp1, const_val2_16x8); in ih264_deblk_luma_vert_bs4_ssse3() 272 temp1 = _mm_add_epi16(temp5, temp3); in ih264_deblk_luma_vert_bs4_ssse3() 279 temp5 = _mm_add_epi16(temp5, q0_8x16); in ih264_deblk_luma_vert_bs4_ssse3() 281 temp2 = _mm_add_epi16(temp5, q2_8x16); in ih264_deblk_luma_vert_bs4_ssse3() 301 temp2 = _mm_add_epi16(temp5, const_val2_16x8); in ih264_deblk_luma_vert_bs4_ssse3() 306 temp5 = _mm_slli_epi16(p3_8x16, 1); in ih264_deblk_luma_vert_bs4_ssse3() 310 temp1 = _mm_add_epi16(temp1, temp5); in ih264_deblk_luma_vert_bs4_ssse3() 328 temp5 = _mm_add_epi16(temp1, const_val2_16x8); in ih264_deblk_luma_vert_bs4_ssse3() 332 temp1 = _mm_add_epi16(temp5, temp3); in ih264_deblk_luma_vert_bs4_ssse3() [all …]
|
/external/webp/src/dsp/ |
D | dec_mips_dsp_r2.c | 27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; in TransformDC() local 41 temp5, temp5, temp5, temp5, temp5, temp5, temp5, temp5, in TransformDC() 56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in TransformAC3() local 66 temp2, temp2, temp3, temp3, temp4, temp5, temp4, temp5) in TransformAC3() 67 LOAD_WITH_OFFSET_X4(temp3, temp5, temp11, temp12, dst, in TransformAC3() 71 CONVERT_2_BYTES_TO_HALF(temp13, temp14, temp3, temp15, temp5, temp16, in TransformAC3() 72 temp11, temp17, temp3, temp5, temp11, temp12) in TransformAC3() 75 STORE_SAT_SUM_X2(temp13, temp14, temp3, temp15, temp5, temp16, temp11, in TransformAC3() 87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in TransformOne() local 93 LOAD_IN_X2(temp5, temp6, 24, 26) in TransformOne() [all …]
|
D | enc_mips_dsp_r2.c | 147 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local 155 HORIZONTAL_PASS(1, temp4, temp5, temp6, temp7) in FTransform() 160 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13) in FTransform() 175 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; in ITransformOne() local 181 LOAD_IN_X2(temp5, temp6, 24, 26) in ITransformOne() 185 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6, in ITransformOne() 191 ADD_SUB_HALVES(temp5, temp6, temp4, temp7) in ITransformOne() 203 SRA_16(temp9, temp10, temp11, temp12, temp1, temp2, temp5, temp6) in ITransformOne() 204 INSERT_HALF_X2(temp1, temp6, temp5, temp2) in ITransformOne() 211 ADD_SUB_HALVES(temp5, temp7, temp6, temp8) in ITransformOne() [all …]
|
D | lossless_mips_dsp_r2.c | 95 int temp0, temp1, temp2, temp3, temp4, temp5; in MAP_COLOR_FUNCS() local 111 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5) in MAP_COLOR_FUNCS() 120 int temp0, temp1, temp2, temp3, temp4, temp5; in ClampedAddSubtractHalf() local 141 [temp3]"=&r"(temp3), [temp4]"=r"(temp4), [temp5]"=&r"(temp5) in ClampedAddSubtractHalf() 149 int temp0, temp1, temp2, temp3, temp4, temp5; in Select() local 165 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp0]"=&r"(temp0), in Select() 231 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in AddGreenToBlueAndRed() local 277 [temp5]"=&r"(temp5), [temp6]"=&r"(temp6), [temp7]"=&r"(temp7) in AddGreenToBlueAndRed() 285 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColorInverse() local 338 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), in TransformColorInverse() [all …]
|
D | enc_mips32.c | 118 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in ITransformOne() local 126 VERTICAL_PASS(2, 18, 10, 26, temp8, temp4, temp5, temp6, temp7) in ITransformOne() 131 HORIZONTAL_PASS(1, temp1, temp5, temp9, temp13) in ITransformOne() 136 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), in ITransformOne() 192 int temp0, temp1, temp2, temp3, temp4, temp5; in QuantizeBlock() local 224 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), in QuantizeBlock() 367 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in Disto4x4() local 387 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), in Disto4x4() 482 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local 492 HORIZONTAL_PASS(1, temp4, temp5, temp6, temp7) in FTransform() [all …]
|
D | rescaler_mips_dsp_r2.c | 34 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; in ExportRowShrink() local 98 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow), in ExportRowShrink() 149 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [irow]"+r"(irow), in ExportRowShrink() 171 int temp0, temp1, temp2, temp3, temp4, temp5, loop_end; in ExportRowExpand() local 209 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow), in ExportRowExpand() 277 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow), in ExportRowExpand()
|
D | lossless_enc_mips_dsp_r2.c | 23 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in SubtractGreenFromBlueAndRed() local 69 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6), in SubtractGreenFromBlueAndRed() 83 int temp0, temp1, temp2, temp3, temp4, temp5; in TransformColor() local 140 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), in TransformColor() 186 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in CollectColorBlueTransforms() local 204 [temp5]"=&r"(temp5), [temp6]"=&r"(temp6) in CollectColorBlueTransforms()
|
D | rescaler_mips32.c | 152 int temp0, temp1, temp3, temp4, temp5, loop_end; in ExportRowExpand() local 174 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow), in ExportRowExpand() 202 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow), in ExportRowExpand() 216 int temp0, temp1, temp3, temp4, temp5, loop_end; in ExportRowShrink() local 246 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [frow]"+r"(frow), in ExportRowShrink() 267 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [irow]"+r"(irow), in ExportRowShrink()
|
D | filters_mips_dsp_r2.c | 44 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; \ 100 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \ 121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; \ 167 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \
|
D | yuv_mips_dsp_r2.c | 64 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \ 77 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; \
|
D | lossless_enc_mips32.c | 284 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), \ 336 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in HistogramAdd() local
|
D | dec_mips32.c | 220 int temp5, temp6, temp7, temp8, temp9; in TransformOne() local 540 [temp3]"=&r"(temp3), [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), in TransformOne()
|
D | mips_macro.h | 190 [temp4]"=&r"(temp4), [temp5]"=&r"(temp5), [temp6]"=&r"(temp6), \
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | postproc_msa.c | 70 v8i16 temp5, temp6, temp7, temp8, temp9; \ 74 ILVR_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \ 75 ILVRL_W2_SH(temp5, temp4, temp6, temp7); \ 76 ILVL_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \ 77 ILVRL_W2_SH(temp5, temp4, temp8, temp9); \ 80 ILVR_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \ 81 ILVRL_W2_UB(temp5, temp4, out8, out10); \ 82 ILVL_H2_SH(temp1, temp0, temp3, temp2, temp4, temp5); \ 83 ILVRL_W2_UB(temp5, temp4, out12, out14); \ 125 v8i16 temp5, temp6, temp7, temp8, temp9; \ [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | schedule-fs-loop-nested.ll | 34 %temp5.0 = phi float [ %20, %main_body ], [ %temp5.1, %IF31 ] 47 %31 = call float @llvm.AMDIL.clamp.(float %temp5.0, float 0.000000e+00, float 1.000000e+00) 59 %temp5.1 = phi float [ %temp6.1, %ENDIF30 ], [ %temp5.0, %LOOP ] 60 %temp4.1 = phi float [ %temp5.1, %ENDIF30 ], [ %temp4.0, %LOOP ]
|
D | schedule-fs-loop.ll | 19 %temp4.0 = phi float [ %5, %main_body ], [ %temp5.0, %ENDIF ] 20 %temp5.0 = phi float [ %7, %main_body ], [ %temp6.0, %ENDIF ] 34 %18 = call float @llvm.AMDIL.clamp.(float %temp5.0, float 0.000000e+00, float 1.000000e+00)
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tgsi.c | 157 struct ureg_dst temp5 = ureg_DECL_temporary(ureg); in linear_gradient() local 190 ureg_release_temporary(ureg, temp5); in linear_gradient() 208 struct ureg_dst temp5 = ureg_DECL_temporary(ureg); in radial_gradient() local 222 ureg_MOV(ureg, ureg_writemask(temp5, TGSI_WRITEMASK_X), ureg_src(temp1)); in radial_gradient() 223 ureg_MOV(ureg, ureg_writemask(temp5, TGSI_WRITEMASK_Y), ureg_src(temp2)); in radial_gradient() 226 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_Y)); in radial_gradient() 229 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_X), ureg_src(temp0)); in radial_gradient() 232 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_Y), in radial_gradient() 233 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_Y)); in radial_gradient() 235 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_X), in radial_gradient() [all …]
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
D | xorg_exa_tgsi.c | 135 struct ureg_dst temp5 = ureg_DECL_temporary(ureg); in linear_gradient() local 175 ureg_release_temporary(ureg, temp5); in linear_gradient() 195 struct ureg_dst temp5 = ureg_DECL_temporary(ureg); in radial_gradient() local 211 ureg_MOV(ureg, ureg_writemask(temp5, TGSI_WRITEMASK_X), in radial_gradient() 213 ureg_MOV(ureg, ureg_writemask(temp5, TGSI_WRITEMASK_Y), in radial_gradient() 217 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_Y)); in radial_gradient() 220 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_X), in radial_gradient() 225 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_Y), in radial_gradient() 226 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_Y)); in radial_gradient() 228 ureg_scalar(ureg_src(temp5), TGSI_SWIZZLE_X), in radial_gradient() [all …]
|
/external/opencv3/modules/video/src/ |
D | kalman.cpp | 79 temp5.create(MP, 1, type); in init() 119 temp5 = measurement - measurementMatrix*statePre; in correct() 122 statePost = statePre + gain*temp5; in correct()
|
D | compat_video.cpp | 147 kalman->temp5 = cvCreateMat( MP, 1, CV_32FC1 ); in cvCreateKalman() 192 cvReleaseMat( &kalman->temp5 ); in cvReleaseKalman() 249 cvGEMM( kalman->measurement_matrix, kalman->state_pre, -1, measurement, 1, kalman->temp5 ); in cvKalmanCorrect() 252 cvMatMulAdd( kalman->gain, kalman->temp5, kalman->state_pre, kalman->state_post ); in cvKalmanCorrect()
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_mips.c | 530 int32_t temp0, temp2, temp3, temp4, temp5, temp6; in WebRtcAecm_StoreAdaptiveChannel_mips() local 561 [temp4] "=&r" (temp4), [temp5] "=&r" (temp5), [temp6] "=&r" (temp6), in WebRtcAecm_StoreAdaptiveChannel_mips() 575 int32_t temp1, temp2, temp4, temp5; in WebRtcAecm_ResetAdaptiveChannel_mips() local 602 [temp4] "=&r" (temp4), [temp5] "=&r" (temp5), in WebRtcAecm_ResetAdaptiveChannel_mips() 842 int32_t temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in WebRtcAecm_ProcessBlock() local 1099 [temp4] "=&r" (temp4), [temp5] "=&r" (temp5), [temp6] "=&r" (temp6), in WebRtcAecm_ProcessBlock() 1177 [temp4] "=&r" (temp4), [temp5] "=&r" (temp5), [ptr] "+r" (ptr), in WebRtcAecm_ProcessBlock() 1219 [temp4] "=&r" (temp4), [temp5] "=&r" (temp5), [ptr] "+r" (ptr), in WebRtcAecm_ProcessBlock()
|
/external/opencv/cv/src/ |
D | cvkalman.cpp | 103 CV_CALL( kalman->temp5 = cvCreateMat( MP, 1, CV_32FC1 )); in cvCreateKalman() 154 cvReleaseMat( &kalman->temp5 ); in cvReleaseKalman() 227 …_CALL( cvGEMM( kalman->measurement_matrix, kalman->state_pre, -1, measurement, 1, kalman->temp5 )); in cvKalmanCorrect() 230 CV_CALL( cvMatMulAdd( kalman->gain, kalman->temp5, kalman->state_pre, kalman->state_post )); in cvKalmanCorrect()
|