Searched refs:RD4 (Results 1 - 10 of 10) sorted by relevance

/external/pcre/dist/sljit/
H A DsljitNativeARM_T2_32.c69 #define RD4(rd) (reg_map[rd] << 8) macro
208 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) |
210 return push_inst32(compiler, MOVT | RD4(dst) |
484 return push_inst32(compiler, MOV_WI | RD4(dst) | tmp);
487 return push_inst32(compiler, MVN_WI | RD4(dst) | tmp);
491 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) |
496 return push_inst32(compiler, MOVT | RD4(dst) |
560 return push_inst32(compiler, ADDWI | RD4(dst) | RN4(reg) | IMM12(imm));
562 return push_inst32(compiler, SUBWI | RD4(dst) | RN4(reg) | IMM12(nimm));
566 return push_inst32(compiler, ADD_WI | (flags & SET_FLAGS) | RD4(ds
[all...]
/external/opencv3/3rdparty/libwebp/dsp/
H A Ddec.c289 static void RD4(uint8_t *dst) { // Down-right function
478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
H A Denc.c380 static void RD4(uint8_t* dst, const uint8_t* top) { function
522 RD4(I4RD4 + dst, top);
/external/webp/src/dsp/
H A Ddec.c278 static void RD4(uint8_t* dst) { // Down-right function
714 VP8PredLuma4[4] = RD4;
H A Ddec_mips_dsp_r2.c681 static void RD4(uint8_t* dst) { // Down-right function
979 VP8PredLuma4[4] = RD4;
H A Denc.c373 static void RD4(uint8_t* dst, const uint8_t* top) { function
515 RD4(I4RD4 + dst, top);
H A Denc_mips_dsp_r2.c732 static void RD4(uint8_t* dst, const uint8_t* top) { function
1049 RD4(I4RD4 + dst, top);
H A Ddec_sse2.c1029 static void RD4(uint8_t* dst) { // Down-right function
1256 VP8PredLuma4[4] = RD4;
H A Ddec_neon.c1343 static void RD4(uint8_t* dst) { // Down-right function
1615 VP8PredLuma4[4] = RD4;
H A Denc_sse2.c904 static WEBP_INLINE void RD4(uint8_t* dst, const uint8_t* top) { // Down-right function
985 RD4(I4RD4 + dst, top);

Completed in 203 milliseconds