Searched defs:RD4 (Results 1 - 10 of 10) sorted by relevance
/external/webp/src/dsp/ |
H A D | dec_mips_dsp_r2.c | 681 static void RD4(uint8_t* dst) { // Down-right function 979 VP8PredLuma4[4] = RD4;
|
H A D | dec.c | 278 static void RD4(uint8_t* dst) { // Down-right function 714 VP8PredLuma4[4] = RD4;
|
H A D | enc.c | 373 static void RD4(uint8_t* dst, const uint8_t* top) { function 515 RD4(I4RD4 + dst, top);
|
H A D | enc_mips_dsp_r2.c | 732 static void RD4(uint8_t* dst, const uint8_t* top) { function 1049 RD4(I4RD4 + dst, top);
|
H A D | dec_neon.c | 1343 static void RD4(uint8_t* dst) { // Down-right function 1615 VP8PredLuma4[4] = RD4;
|
H A D | dec_sse2.c | 1029 static void RD4(uint8_t* dst) { // Down-right function 1256 VP8PredLuma4[4] = RD4;
|
H A D | enc_sse2.c | 904 static WEBP_INLINE void RD4(uint8_t* dst, const uint8_t* top) { // Down-right function 985 RD4(I4RD4 + dst, top);
|
/external/opencv3/3rdparty/libwebp/dsp/ |
H A D | dec.c | 289 static void RD4(uint8_t *dst) { // Down-right function 478 DC4, TM4, VE4, HE4, RD4, VR4, LD4, VL4, HD4, HU4
|
H A D | enc.c | 380 static void RD4(uint8_t* dst, const uint8_t* top) { function 522 RD4(I4RD4 + dst, top);
|
/external/pcre/dist/sljit/ |
H A D | sljitNativeARM_T2_32.c | 69 #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...] |
Completed in 599 milliseconds