/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_variance.c | 187 uint8_t temp2[68 * 64]; in vp9_sub_pixel_variance64x32_c() local 209 uint8_t temp2[68 * 64]; in vp9_sub_pixel_avg_variance64x32_c() local 244 uint8_t temp2[68 * 64]; in vp9_sub_pixel_variance32x64_c() local 266 uint8_t temp2[68 * 64]; in vp9_sub_pixel_avg_variance32x64_c() local 301 uint8_t temp2[36 * 32]; in vp9_sub_pixel_variance32x16_c() local 323 uint8_t temp2[36 * 32]; in vp9_sub_pixel_avg_variance32x16_c() local 358 uint8_t temp2[36 * 32]; in vp9_sub_pixel_variance16x32_c() local 380 uint8_t temp2[36 * 32]; in vp9_sub_pixel_avg_variance16x32_c() local 584 uint8_t temp2[20 * 16]; in vp9_sub_pixel_variance4x4_c() local 609 uint8_t temp2[20 * 16]; in vp9_sub_pixel_avg_variance4x4_c() local [all …]
|
/external/libgsm/src/ |
D | rpe.c | 267 word xmax, xmaxc, temp, temp1, temp2; variable 361 word temp, temp1, temp2, temp3; variable
|
/external/webp/src/dsp/ |
D | lossless_mips32.c | 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
|
/external/chromium_org/third_party/libwebp/dsp/ |
D | lossless_mips32.c | 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
|
/external/libcxx/test/input.output/file.streams/fstreams/fstream.assign/ |
D | member_swap.pass.cpp | 24 std::string temp2 = get_temp_file_name(); in main() local
|
D | nonmember_swap.pass.cpp | 25 std::string temp2 = get_temp_file_name(); in main() local
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
D | interpolate_samples.c | 27 int16_t *ppi, *ppo, i, j, temp1, temp2; in WebRtcIlbcfix_InterpolateSamples() local
|
/external/chromium_org/v8/src/arm64/ |
D | lithium-arm64.h | 644 LOperand* temp2, in LAllocate() 656 LOperand* temp2() { return temps_[1]; } in temp2() function 828 explicit LBranch(LOperand* value, LOperand *temp1, LOperand *temp2) { in LBranch() 836 LOperand* temp2() { return temps_[1]; } in temp2() function 1086 LClassOfTestAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) { in LClassOfTestAndBranch() 1094 LOperand* temp2() { return temps_[1]; } in temp2() function 1599 LIsConstructCallAndBranch(LOperand* temp1, LOperand* temp2) { in LIsConstructCallAndBranch() 1605 LOperand* temp2() { return temps_[1]; } in temp2() function 1614 LIsObjectAndBranch(LOperand* value, LOperand* temp1, LOperand* temp2) { in LIsObjectAndBranch() 1622 LOperand* temp2() { return temps_[1]; } in temp2() function [all …]
|
/external/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/ |
D | member_swap.pass.cpp | 24 std::string temp2 = get_temp_file_name(); in main() local
|
D | nonmember_swap.pass.cpp | 25 std::string temp2 = get_temp_file_name(); in main() local
|
/external/libvpx/libvpx/vp8/common/ |
D | variance_c.c | 293 unsigned char temp2[20*16]; in vp8_sub_pixel_variance4x4_c() local 322 unsigned char temp2[20*16]; in vp8_sub_pixel_variance8x8_c() local 346 unsigned char temp2[20*16]; in vp8_sub_pixel_variance16x16_c() local 422 unsigned char temp2[20*16]; in vp8_sub_pixel_variance16x8_c() local 446 unsigned char temp2[20*16]; in vp8_sub_pixel_variance8x16_c() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
D | variance_c.c | 293 unsigned char temp2[20*16]; in vp8_sub_pixel_variance4x4_c() local 322 unsigned char temp2[20*16]; in vp8_sub_pixel_variance8x8_c() local 346 unsigned char temp2[20*16]; in vp8_sub_pixel_variance16x16_c() local 422 unsigned char temp2[20*16]; in vp8_sub_pixel_variance16x8_c() local 446 unsigned char temp2[20*16]; in vp8_sub_pixel_variance8x16_c() local
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
D | LMonestep.h | 25 RealScalar temp, temp1,temp2; in minimizeOneStep() local
|
/external/chromium_org/third_party/libvpx/source/libvpx/test/ |
D | vp8_fdct4x4_test.cc | 37 const int temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); in reference_idct4x4() local 55 const int temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16); in reference_idct4x4() local
|
/external/libvpx/libvpx/test/ |
D | vp8_fdct4x4_test.cc | 37 const int temp2 = ip[12] + ((ip[12] * cospi8sqrt2minus1) >> 16); in reference_idct4x4() local 55 const int temp2 = ip[3] + ((ip[3] * cospi8sqrt2minus1) >> 16); in reference_idct4x4() local
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice.c | 101 int16_t temp2,temp3; in WebRtcIsacfix_NormLatticeFilterMa() local 236 int16_t temp2,temp3; in WebRtcIsacfix_NormLatticeFilterAr() local
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | lattice.c | 104 WebRtc_Word16 temp2,temp3; in WebRtcIsacfix_NormLatticeFilterMa() local 239 WebRtc_Word16 temp2,temp3; in WebRtcIsacfix_NormLatticeFilterAr() local
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
D | eas_fmengine.c | 289 EAS_I32 temp2; in FM_Operator() local 397 EAS_I32 temp2; in FM_NoiseOperator() local
|
/external/sonivox/arm-fm-22k/lib_src/ |
D | eas_fmengine.c | 289 EAS_I32 temp2; in FM_Operator() local 397 EAS_I32 temp2; in FM_NoiseOperator() local
|
/external/chromium_org/ui/gfx/ |
D | color_utils.cc | 29 int calcHue(double temp1, double temp2, double hue) { in calcHue() 144 double temp2 = (lightness < 0.5) ? in HSLToSkColor() local
|
/external/chromium_org/courgette/ |
D | disassembler_elf_32_arm.cc | 98 uint32 temp2 = 0x4000; in Compress() local 123 uint32 temp2 = 0x5000; in Compress() local
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
D | atomicops_internals_mips_gcc.h | 98 Atomic32 temp, temp2; in NoBarrier_AtomicIncrement() local 230 Atomic64 temp, temp2; in NoBarrier_AtomicIncrement() local
|
/external/chromium_org/chrome/browser/media_galleries/ |
D | gallery_watch_manager_unittest.cc | 222 base::ScopedTempDir temp2; in TEST_F() local 265 base::ScopedTempDir temp2; in TEST_F() local
|