Home
last modified time | relevance | path

Searched refs:x14 (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dsad_mb_offset.h34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in sad_mb_offset3() local
63 x14 = *((uint32*)(blk + 4)); in sad_mb_offset3()
66 x11 = sad_4pixel(x11, x14, x9); in sad_mb_offset3()
89 x14 = *((uint32*)(blk + 12)); in sad_mb_offset3()
92 x11 = sad_4pixel(x11, x14, x9); in sad_mb_offset3()
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; in sad_mb_offset3() local
158 x14 = *((int32*)(blk + 12)); in sad_mb_offset3()
170 x11 = sad_4pixelN(x11, x14, x9); in sad_mb_offset3()
182 LDR x14, [blk, #4]; in sad_mb_offset3() local
193 x11 = sad_4pixelN(x11, x14, x9); in sad_mb_offset3()
[all …]
Dsad_inline.h84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; in simd_sad_mb() local
111 x14 = *((uint32*)(blk + 4)); in simd_sad_mb()
114 x11 = sad_4pixel(x11, x14, x9); in simd_sad_mb()
130 x14 = *((uint32*)(blk + 12)); in simd_sad_mb()
133 x11 = sad_4pixel(x11, x14, x9); in simd_sad_mb()
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14;
277 x14 = *((int32*)(blk + 12));
281 x11 = sad_4pixel(x11, x14, x9);
298 LDR x14, [blk, #4];
303 x11 = sad_4pixel(x11, x14, x9);
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_advsimd_Resize.S210 sub x14, x12, x13, LSL #(COMPONENT_SHIFT + 1)
212 add x14, x14, #4 * COMPONENT_COUNT * 2
217 ld1 {v12.4h}, [x14]
223 ld1 {v12.8h}, [x14]
233 ld1 {v11.8h,v12.8h}, [x14]
415 lsr x14, x2, #(63 - CHUNKSHIFT)
437 add x14, sp, x14, LSL #(COMPONENT_SHIFT + 1)
490 ld4r {v12.8h,v13.8h,v14.8h,v15.8h}, [x14]
491 lsr x14, x2, #(63 - CHUNKSHIFT)
494 add x14, sp, x14, LSL #(COMPONENT_SHIFT + 1)
[all …]
/frameworks/compile/mclinker/unittests/
Dtest6 0x09, 0x01, 0x14, 0x01,
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dmime_io.tab21 static UWord8 toc_byte[16] = {0x04, 0x0C, 0x14, 0x1C, 0x24, 0x2C, 0x34, 0x3C,
/frameworks/base/core/proto/android/bluetooth/hci/
Denums.proto357 EVT_MODE_CHANGE = 0x14;
442 BLE_EVT_CHNL_SELECTION_ALGORITHM = 0x14; // Not currently used in system/bt
470 STATUS_PEER_LOW_RESOURCES = 0x14;
550 BQR_PACKET_TYPE_DM5 = 0x14;
/frameworks/base/cmds/hid/
DREADME.md69 0x14, 0x00, 0x09, 0x39, 0x81, 0x42, 0x66, 0x00, 0x00, 0x09, 0x01, 0xa1, 0x00, 0x09, 0x30,
/frameworks/base/cmds/uiautomator/api/
Dcurrent.txt125 field protected static final int FINGER_TOUCH_HALF_WIDTH = 20; // 0x14
/frameworks/base/api/
Dremoved.txt325 field public static final int BADGING_HD = 20; // 0x14
330 …@IntDef({0x0, 0xa, 0x14, 0x1e}) @java.lang.annotation.Retention(java.lang.annotation.RetentionPoli…
Dsystem-current.txt2039 field public static final int ONE_TOUCH_RECORD_NO_SOURCE_SIGNAL = 20; // 0x14
4953 field public static final int OSU_FAILURE_RETRIEVE_TRUST_ROOT_CERTIFICATES = 20; // 0x14
7539 field public static final int CALL_BARRED = 20; // 0x14
7896 field public static final int RESULT_OPERATION_NOT_ALLOWED = 20; // 0x14
8885 field public static final int SS_INCOMING_BARRING = 20; // 0x14
8959 field public static final int AUDIO_QUALITY_EVS_FB = 20; // 0x14
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBMessageTests+Serialization.m958 "\x0A\x16\x0A\x14\x0A\x12\x0A\x10\x0A\x0E\x0A\x0C\x0A\x0A\x0A\x08"
/frameworks/native/opengl/libs/
Denums.in1630 GL_ENUM(0x14,GL_SMALL_CW_ARC_TO_NV)