/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | idct_vca.cpp | 99 int32 x0, x1, x2, x4, x5; in idctrow2() local 119 x5 = (W7 * x4 + 4) >> 3; in idctrow2() 123 x2 = (181 * (x4 + x5) + 128) >> 8; in idctrow2() 124 x1 = (181 * (x4 - x5) + 128) >> 8; in idctrow2() 136 res = (x0 + x5) >> 14; in idctrow2() 142 res = (x0 - x5) >> 14; in idctrow2() 160 int32 x0, x1, x3, x5, x7;//, x8; in idctcol2() local 170 x5 = (181 * (x1 - x7) + 128) >> 8; in idctcol2() 175 blk[16] = (x0 + x5) >> 8; in idctcol2() 179 blk[40] = (x0 - x5) >> 8; in idctcol2() [all …]
|
D | block_idct.cpp | 516 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idctrow() local 547 x5 = blk[15]; in idctrow() 557 x8 = W7 * (x4 + x5) + 4; in idctrow() 559 x5 = (x8 - (W1 + W7) * x5) >> 3; in idctrow() 572 x6 = x5 + x7; in idctrow() 573 x5 -= x7; in idctrow() 580 x2 = (181 * (x4 + x5) + 128) >> 8; in idctrow() 581 x4 = (181 * (x4 - x5) + 128) >> 8; in idctrow() 628 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; in idctrow_intra() local 652 x5 = blk[7]; in idctrow_intra() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastidct.cpp | 81 int32 x0, x1, x3, x5, x7;//, x8; in idct_col2() local 91 x5 = (181 * (x1 - x7) + 128) >> 8; in idct_col2() 96 blk[16] = (x0 + x5) >> 8; in idct_col2() 100 blk[40] = (x0 - x5) >> 8; in idct_col2() 107 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col3() local 126 x5 = (181 * (x1 - x7) + 128) >> 8; in idct_col3() 131 blk[16] = (x6 + x5) >> 8; in idct_col3() 135 blk[40] = (x6 - x5) >> 8; in idct_col3() 142 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; in idct_col4() local 160 x5 = W3 * x3; in idct_col4() [all …]
|
D | sad_inline.h | 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in simd_sad_mb() local 97 x4 = x5 = 0; in simd_sad_mb() 119 x5 = x5 + x10; /* accumulate low bytes */ in simd_sad_mb() 122 x5 = x5 + x11; /* accumulate low bytes */ in simd_sad_mb() 138 x5 = x5 + x10; /* accumulate low bytes */ in simd_sad_mb() 141 x5 = x5 + x11; /* accumulate low bytes */ in simd_sad_mb() 146 x10 = x5 - (x4 << 8); /* extract low bytes */ in simd_sad_mb() 226 #define sum_accumulate __asm{ SBC x5, x5, x10; /* accumulate low bytes */ \ 229 SBC x5, x5, x11; /* accumulate low bytes */ \ 259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; [all …]
|
D | sad_mb_offset.h | 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in sad_mb_offset3() local 37 x4 = x5 = 0; in sad_mb_offset3() 71 x5 = x5 + x10; /* accumulate low bytes */ in sad_mb_offset3() 74 x5 = x5 + x11; /* accumulate low bytes */ in sad_mb_offset3() 97 x5 = x5 + x10; /* accumulate low bytes */ in sad_mb_offset3() 100 x5 = x5 + x11; /* accumulate low bytes */ in sad_mb_offset3() 105 x10 = x5 - (x4 << 8); /* extract low bytes */ in sad_mb_offset3() 137 int32 x4, x5, x6, x9, x10, x11, x12, x14; in sad_mb_offset3() local 140 x4 = x5 = 0; in sad_mb_offset3() 201 x10 = x5 - (x4 << 8); /* extract low bytes */ in sad_mb_offset3() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
D | median5.cpp | 120 int16 x1, x2, x3, x4, x5; in median5() local 127 x5 = x[2]; in median5() 149 if (x5 < x1) in median5() 151 x5 = x1; in median5() 165 if (x5 < x2) in median5() 167 x5 = x2; in median5() 173 if (x5 < x3) in median5() 175 x3 = x5; in median5()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | p_med_ol.c | 174 Word16 x1, x2, x3, x4, x5; in median5() local 181 x5 = x[2]; in median5() 201 if (x5 < x1) in median5() 203 x5 = x1; in median5() 217 if (x5 < x2) in median5() 219 x5 = x2; in median5() 225 if (x5 < x3) in median5() 227 x3 = x5; in median5()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsics_advsimd_YuvToRGB.S | 313 sub x2, x5, x6, LSL #1 335 bic x5, x3, #1 336 add x0, x0, x5, LSL #2 337 add x1, x1, x5 338 add x3, x2, x5 339 sub x2, x4, x5 341 sub x5, sp, #32 344 st1 {v12.1d - v15.1d}, [x5] 361 bic x5, x3, #1 362 add x0, x0, x5, LSL #2 [all …]
|
D | rsCpuIntrinsics_advsimd_ColorMatrix.S | 90 br x5 107 br x5 226 br x5 240 br x5 983 ld1 {v4.4s}, [x5], #16 985 ldp x4,x5, [x3],#16 1013 cmp x5, x16 1014 csel x5, x8, x5, eq 1043 add x5, x7, x3, LSL #3 1044 ldrsw x3, [x5], #4 [all …]
|
D | rsCpuIntrinsics_advsimd_Resize.S | 53 ld1 {v9.8b}, [x5], #8 81 ld1 {v9.s}[0], [x5], #4 244 sub x5, x5, x13, LSL #(COMPONENT_SHIFT) 292 sub x5, x5, #8 296 add x5, x5, x11, LSL #(COMPONENT_SHIFT) 343 sub x5, x5, #COMPONENT_COUNT
|
D | rsCpuIntrinsics_advsimd_Blur.S | 99 ifcc sub \reg, \reg, x5, LSL #6 103 ifcc add \reg, \reg, x5, LSL #3 283 ldrsh x12, [x16, x5, LSL #1] 370 ldrsh x12, [x16, x5, LSL #1] 518 ldrsh x12, [x16, x5, LSL #1] 704 ldrsh x12, [x16, x5, LSL #1] 768 ldrsh x12, [x16, x5, LSL #1] 870 ldrsh x12, [x16, x5, LSL #1] 1017 ldrsh x12, [x16, x5, LSL #1] 1627 sub x8, x8, x5, LSL #5 [all …]
|
D | rsCpuIntrinsics_advsimd_Convolve.S | 92 subs x5, x5, #1 217 ld1 {v9.8b- v11.8b}, [x5], x6 // y0 ( y + 2 )
|
D | rsCpuIntrinsics_advsimd_Blend.S | 594 adrp x5, blendtable 595 add x5, x5, :lo12:blendtable 598 ldrsh x6, [x5, w2, uxtw #1] 604 adr x5, 2f 605 add x6, x5, x6
|
D | rsCpuIntrinsics_advsimd_3DLUT.S | 32 ld1 {v18.2s}, [x6], x5 33 ld1 {v19.2s}, [x7], x5
|
/frameworks/av/media/libeffects/loudness/common/core/ |
D | math.h | 61 const T x5 = x3 * x2; in ExpApproximationViaTaylorExpansionOrder5() local 65 0.008333333333333333217685101601546193705871701240539550781250f * x5; in ExpApproximationViaTaylorExpansionOrder5()
|
/frameworks/av/media/libaudioclient/tests/ |
D | record_test_input_v1.0_ref.txt | 16 48000 0x5 0x10 4800 2400 0x0 0 0 25 44100 0x1 0x0C 0 0 0x5 0 0
|
D | track_test_input_v1.0_ref.txt | 16 48000 0x5 0x3 4800 2400 0 0x0 0 1 2
|
D | record_test_output_v1.0_ref_walleye.txt | 87 format(0x5), channel mask(0x10), channel count(1), sample rate(48000) 140 flags(0), req. flags(0x5), audio source(0)
|
/frameworks/base/packages/Tethering/common/TetheringLib/api/ |
D | system-current.txt | 35 field public static final int TETHERING_ETHERNET = 5; // 0x5 46 field public static final int TETHER_ERROR_INTERNAL_ERROR = 5; // 0x5
|
/frameworks/base/core/proto/android/stats/connectivity/ |
D | network_stack.proto | 160 // ET_DHCP_UNKNOWN_MSG_TYPE = (ET_DHCP_ERROR_TYPE | 0x5) << 16;
|
/frameworks/base/telephony/api/ |
D | system-current.txt | 53 field public static final int CALL_QUALITY_NOT_AVAILABLE = 5; // 0x5 201 field public static final int CONGESTION = 5; // 0x5 304 field public static final int TX_POWER_LEVELS = 5; // 0x5 328 field public static final int REGISTRATION_STATE_ROAMING = 5; // 0x5 364 field public static final int RESULT_ERROR_FAILED = 5; // 0x5 375 field public static final int REASON_IN_ECBM = 5; // 0x5 412 field public static final int PRECISE_CALL_STATE_INCOMING = 5; // 0x5 551 field public static final int CMAS_CATEGORY_FIRE = 5; // 0x5 566 field public static final int CMAS_CLASS_CMAS_EXERCISE = 5; // 0x5 574 field public static final int CMAS_RESPONSE_TYPE_AVOID = 5; // 0x5 [all …]
|
/frameworks/hardware/interfaces/stats/1.0/ |
D | types.hal | 222 * 0x5 "a"
|
/frameworks/base/api/ |
D | system-current.txt | 843 field public static final int LOG_EVENT_ID_ILLEGAL_KEY = 5; // 0x5 1270 field public static final int STANDBY_BUCKET_EXEMPTED = 5; // 0x5 1342 field public static final int METADATA_MAIN_ICON = 5; // 0x5 1421 field public static final int PAN = 5; // 0x5 2247 field public static final int ONE_TOUCH_RECORD_UNABLE_DIGITAL_SERVICE = 5; // 0x5 2259 field public static final int RESULT_EXCEPTION = 5; // 0x5 2279 …ld public static final int TIMER_STATUS_NOT_PROGRAMMED_INVALID_EXTERNAL_PHYSICAL_NUMBER = 5; // 0x5 2327 field public static final int DEVICE_AUDIO_SYSTEM = 5; // 0x5 2616 field public static final int EVENT_NANOAPP_MESSAGE = 5; // 0x5 2649 field public static final int RESULT_FAILED_AT_HUB = 5; // 0x5 [all …]
|
D | test-current.txt | 416 field public static final int WINDOWING_MODE_FREEFORM = 5; // 0x5 1635 field public static final int TETHERING_ETHERNET = 5; // 0x5 1646 field public static final int TETHER_ERROR_INTERNAL_ERROR = 5; // 0x5 1789 field public static final int MISC_ERROR = 5; // 0x5 1813 field public static final int ERROR_STARTING_IPV6 = 5; // 0x5 1836 field public static final int NETWORK_LINGER = 5; // 0x5 1868 field public static final int PROBE_PRIVDNS = 5; // 0x5 1910 field public static final int BUGREPORT_ERROR_ANOTHER_REPORT_IN_PROGRESS = 5; // 0x5 1925 field public static final int BUGREPORT_MODE_WIFI = 5; // 0x5 2354 field public static final int TYPE_COUNT = 5; // 0x5 [all …]
|
/frameworks/base/non-updatable-api/ |
D | system-current.txt | 843 field public static final int LOG_EVENT_ID_ILLEGAL_KEY = 5; // 0x5 1270 field public static final int STANDBY_BUCKET_EXEMPTED = 5; // 0x5 1342 field public static final int METADATA_MAIN_ICON = 5; // 0x5 1421 field public static final int PAN = 5; // 0x5 2247 field public static final int ONE_TOUCH_RECORD_UNABLE_DIGITAL_SERVICE = 5; // 0x5 2259 field public static final int RESULT_EXCEPTION = 5; // 0x5 2279 …ld public static final int TIMER_STATUS_NOT_PROGRAMMED_INVALID_EXTERNAL_PHYSICAL_NUMBER = 5; // 0x5 2327 field public static final int DEVICE_AUDIO_SYSTEM = 5; // 0x5 2616 field public static final int EVENT_NANOAPP_MESSAGE = 5; // 0x5 2649 field public static final int RESULT_FAILED_AT_HUB = 5; // 0x5 [all …]
|