/external/webp/src/dsp/ |
D | lossless_mips32.c | 111 int i, temp0, temp1; in ExtraCost() local 157 int i, temp0, temp1, temp2, temp3; in ExtraCostCombined() local 226 int temp0, temp1, temp2, temp3; in HuffmanCostCount() local 251 int temp0, temp1, temp2, temp3; in HuffmanCostCombinedCount() local 367 uint32_t temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in HistogramAdd() local
|
D | enc_mips32.c | 121 int temp0, temp1, temp2, temp3, temp4, temp5, temp6; in ITransformOne() local 195 int temp0, temp1, temp2, temp3, temp4, temp5; in QuantizeBlock() local 362 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in Disto4x4() local 477 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8; in FTransform() local 651 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in SSE16x16() local 685 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in SSE16x8() local 711 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in SSE8x8() local 733 int temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in SSE4x4() local
|
D | dec_mips32.c | 212 int temp0, temp1, temp2, temp3, temp4; in TransformOne() local
|
/external/libavc/common/x86/ |
D | ih264_ihadamard_scaling_sse42.c | 98 __m128i temp0, temp1, temp2, temp3; in ih264_ihadamard_scaling_4x4_sse42() local 211 __m128i src, plane_0, plane_1, temp0, temp1, sign_reg; in ih264_ihadamard_scaling_2x2_uv_sse42() local
|
D | ih264_resi_trans_quant_sse42.c | 120 __m128i temp0, temp1, temp2, temp3; in ih264_resi_trans_quant_4x4_sse42() local 394 __m128i temp0, temp1, temp2, temp3; in ih264_resi_trans_quant_chroma_4x4_sse42() local 678 __m128i temp0, temp1, temp2, temp3; in ih264_hadamard_quant_4x4_sse42() local 904 __m128i src, plane_0, plane_1, temp0, temp1, sign_reg; in ih264_hadamard_quant_2x2_uv_sse42() local
|
D | ih264_ihadamard_scaling_ssse3.c | 98 __m128i temp0, temp1, temp2, temp3; in ih264_ihadamard_scaling_4x4_ssse3() local
|
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 368 __m128i temp0, temp1, temp2, temp3, temp4, temp5, temp6, temp7; in ih264_iquant_itrans_recon_chroma_4x4_sse42() local
|
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
|
/external/libmpeg2/common/x86/ |
D | impeg2_idct_recon_sse42_intr.c | 1854 __m128i temp0, temp1; in impeg2_idct_recon_dc_mismatch_sse42() local 2087 __m128i value_4x32b, pred_r0, pred_r1, temp0, temp1, temp2, temp3; in impeg2_idct_recon_dc_sse42() local
|
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
|
/external/clang/test/CodeGenCXX/ |
D | type_visibility.cpp | 22 namespace temp0 { namespace
|
/external/opencv/cvaux/src/ |
D | cvhmmobs.cpp | 126 work_t temp0[MAX_DCT_SIZE * 4]; in icvImgToObs_DCT_8u32f_C1R() local 321 work_t temp0[MAX_DCT_SIZE * 4]; in icvImgToObs_DCT_32f_C1R() local
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_tgsi.c | 152 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in linear_gradient() local 203 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in radial_gradient() local
|
/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 190 struct ureg_dst temp0 = ureg_DECL_temporary(ureg); in radial_gradient() local
|
/external/webp/src/utils/ |
D | rescaler.c | 202 int temp0, temp1, temp3, temp4, temp5, temp6, temp7, loop_end; in ExportRowMIPS() local
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_itrans32_cols_dspr2.c | 37 int temp0, temp1, temp2, temp3; in vp9_idct32_cols_add_blk_dspr2() local
|
D | vp9_itrans32_dspr2.c | 38 int temp0, temp1, temp2, temp3; in idct32_rows_dspr2() local
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 400 SVGA3dShaderDestToken temp0; in submit_op3() local 471 SVGA3dShaderDestToken temp0; in submit_op4() local 1118 SVGA3dShaderDestToken temp0 = get_temp( emit ); in emit_ssg() local
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 362 const GLfloat temp0 = LERP(a, v00, v10); in lerp_2d() local
|
D | s_triangle.c | 259 const GLint temp0 = ilerp(ia, v00, v10); in ilerp_2d() local
|
D | s_texfilter.c | 66 const GLfloat temp0 = LERP(a, v00, v10); in lerp_2d() local 85 const GLfloat temp0 = LERP(b, temp00, temp10); in lerp_3d() local
|
/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
|
/external/opencv/cv/src/ |
D | cvemd.cpp | 789 float temp0 = loop[i]->val + min_val; in icvNewSolution() local
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 88 const float temp0 = lerp(a, v00, v10); in lerp_2d() local 102 const float temp0 = lerp_2d(a, b, v000, v100, v010, v110); in lerp_3d() local
|
/external/v8/src/arm64/ |
D | lithium-arm64.h | 2597 LOperand* temp0, LOperand* temp1) { in LStoreNamedField() 2606 LOperand* temp0() { return temps_[0]; } in temp0() function
|