/AliOS-Things-master/components/py_engine/engine/py/ |
A D | asmarm.c | 65 STATIC uint asm_arm_op_mov_reg(uint rd, uint rn) { in asm_arm_op_mov_reg() argument 67 return 0x1a00000 | (rd << 12) | rn; in asm_arm_op_mov_reg() 72 return 0x3a00000 | (rd << 12) | imm; in asm_arm_op_mov_imm() 77 return 0x3e00000 | (rd << 12) | imm; in asm_arm_op_mvn_imm() 102 assert(rd != rm); in asm_arm_op_mul_reg() 202 asm_arm_mov_reg_i32(as, rd, imm); in asm_arm_mov_reg_i32_optimised() 223 emit_al(as, 0x1500000 | (rd << 16) | rn); in asm_arm_cmp_reg_reg() 233 emit_al(as, asm_arm_op_add_reg(rd, rn, rm)); in asm_arm_add_reg_reg_reg() 284 emit_al(as, 0x1a00010 | (rd << 12) | (rs << 8) | rd); in asm_arm_lsl_reg_reg() 289 emit_al(as, 0x1a00030 | (rd << 12) | (rs << 8) | rd); in asm_arm_lsr_reg_reg() [all …]
|
A D | asmarm.h | 86 size_t asm_arm_mov_reg_i32(asm_arm_t *as, uint rd, int imm); 90 void asm_arm_setcc_reg(asm_arm_t *as, uint rd, uint cond); 93 void asm_arm_cmp_reg_i8(asm_arm_t *as, uint rd, int imm); 94 void asm_arm_cmp_reg_reg(asm_arm_t *as, uint rd, uint rn); 105 void asm_arm_lsl_reg_reg(asm_arm_t *as, uint rd, uint rs); 106 void asm_arm_lsr_reg_reg(asm_arm_t *as, uint rd, uint rs); 107 void asm_arm_asr_reg_reg(asm_arm_t *as, uint rd, uint rs); 111 void asm_arm_ldrh_reg_reg(asm_arm_t *as, uint rd, uint rn); 112 void asm_arm_ldrb_reg_reg(asm_arm_t *as, uint rd, uint rn); 114 void asm_arm_strh_reg_reg(asm_arm_t *as, uint rd, uint rm); [all …]
|
A D | emitinlinethumb.c | 657 mp_uint_t rd, rm; in emit_inline_thumb_op() local 659 rd = get_arg_reg(emit, op_str, pn_args[0], 15); in emit_inline_thumb_op() 661 asm_thumb_op32(&emit->as, op_code_hi | rm, op_code | (rd << 8) | rm); in emit_inline_thumb_op() 794 mp_uint_t rd, rn, rm; in emit_inline_thumb_op() local 796 rd = get_arg_reg(emit, op_str, pn_args[0], 15); in emit_inline_thumb_op() 799 asm_thumb_op32(&emit->as, op_code | rn, 0xf0f0 | (rd << 8) | rm); in emit_inline_thumb_op()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | quant_enc.c | 93 (int)rd->D, (int)rd->SD, (int)rd->R, (int)rd->H, (int)rd->nz, in PrintBlockInfo() 528 rd->D = 0; in InitScore() 529 rd->SD = 0; in InitScore() 530 rd->R = 0; in InitScore() 531 rd->H = 0; in InitScore() 532 rd->nz = 0; in InitScore() 580 rd->score = (rd->R + rd->H) * lambda + RD_DISTO_MULT * (rd->D + rd->SD); in SetRDScore() 1020 memcpy(rd, rd_best, sizeof(*rd)); in PickBestIntra16() 1213 rd->nz = nz; in SimpleQuantize() 1318 rd->nz = nz; in RefineUsingDistortion() [all …]
|
A D | cost_enc.c | 232 int VP8GetCostLuma16(VP8EncIterator* const it, const VP8ModeScore* const rd) { in VP8GetCostLuma16() argument 242 VP8SetResidualCoeffs(rd->y_dc_levels, &res); in VP8GetCostLuma16() 250 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in VP8GetCostLuma16() 258 int VP8GetCostUV(VP8EncIterator* const it, const VP8ModeScore* const rd) { in VP8GetCostUV() argument 271 VP8SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in VP8GetCostUV()
|
A D | frame_enc.c | 307 const VP8ModeScore* const rd) { in CodeResiduals() argument 320 VP8SetResidualCoeffs(rd->y_dc_levels, &res); in CodeResiduals() 332 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in CodeResiduals() 344 VP8SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in CodeResiduals() 361 const VP8ModeScore* const rd) { in RecordResiduals() argument 370 VP8SetResidualCoeffs(rd->y_dc_levels, &res); in RecordResiduals() 382 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in RecordResiduals() 393 VP8SetResidualCoeffs(rd->uv_levels[ch * 2 + x + y * 2], &res); in RecordResiduals() 418 VP8SetResidualCoeffs(rd->y_dc_levels, &res); in RecordTokens() 430 VP8SetResidualCoeffs(rd->y_ac_levels[x + y * 4], &res); in RecordTokens() [all …]
|
A D | vp8i_enc.h | 452 int VP8GetCostLuma16(VP8EncIterator* const it, const VP8ModeScore* const rd); 454 int VP8GetCostUV(VP8EncIterator* const it, const VP8ModeScore* const rd); 474 int VP8Decimate(VP8EncIterator* const it, VP8ModeScore* const rd,
|
A D | vp8l_enc.c | 101 const uint8_t rd = (diff >> 16) & 0xff; in PaletteHasNonMonotonousDeltas() local 104 if (rd != 0x00) { in PaletteHasNonMonotonousDeltas() 105 sign_found |= (rd < 0x80) ? 1 : 2; in PaletteHasNonMonotonousDeltas()
|
/AliOS-Things-master/components/py_engine/engine/extmod/btstack/ |
A D | btstack.mk | 25 INC += -I$(BTSTACK_DIR)/3rd-party/bluedroid/decoder/include 26 INC += -I$(BTSTACK_DIR)/3rd-party/bluedroid/encoder/include 27 INC += -I$(BTSTACK_DIR)/3rd-party/md5 28 INC += -I$(BTSTACK_DIR)/3rd-party/yxml
|
/AliOS-Things-master/components/SDL2/src/joystick/bsd/ |
A D | SDL_sysjoystick.c | 705 report_alloc(struct report *r, struct report_desc *rd, int repind) argument 710 len = hid_report_size(rd, r->rid, repinfo[repind].kind); 714 len = hid_report_size(rd, r->rid, repinfo[repind].kind); 716 len = hid_report_size(rd, repinfo[repind].kind, r->rid); 719 len = hid_report_size(rd, repinfo[repind].kind, &r->rid); 723 len = hid_report_size(rd, repinfo[repind].kind, r->rid); 725 len = hid_report_size(rd, repinfo[repind].kind, &r->rid);
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/hal/ |
A D | can_api.h | 57 void can_init (can_t *obj, PinName rd, PinName td);
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_xcf.c | 859 SDL_Rect rs, rd; in IMG_LoadXCF_RW() local 869 rd.x = layer->offset_x; in IMG_LoadXCF_RW() 870 rd.y = layer->offset_y; in IMG_LoadXCF_RW() 871 rd.w = layer->width; in IMG_LoadXCF_RW() 872 rd.h = layer->height; in IMG_LoadXCF_RW() 875 SDL_BlitSurface (lays, &rs, surface, &rd); in IMG_LoadXCF_RW()
|
/AliOS-Things-master/components/SDL2/src/video/ |
A D | SDL_pixels.c | 782 int rd, gd, bd, ad; in SDL_FindColor() local 788 rd = pal->colors[i].r - r; in SDL_FindColor() 792 distance = (rd * rd) + (gd * gd) + (bd * bd) + (ad * ad); in SDL_FindColor()
|
A D | SDL_RLEaccel.c | 184 unsigned rs, gs, bs, rd, gd, bd; \ 205 RGB_FROM_PIXEL(d, fmt, rd, gd, bd); \ 206 rd += (rs - rd) * alpha >> 8; \ 209 PIXEL_FROM_RGB(d, fmt, rd, gd, bd); \
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | libwebp_python_wrap.c | 3112 double rd = ((x - fx) < 0.5) ? fx : cx; /* simple rint */ in SWIG_CanCastAsInteger() local 3117 if (rd < x) { in SWIG_CanCastAsInteger() 3118 diff = x - rd; in SWIG_CanCastAsInteger() 3119 } else if (rd > x) { in SWIG_CanCastAsInteger() 3120 diff = rd - x; in SWIG_CanCastAsInteger() 3124 summ = rd + x; in SWIG_CanCastAsInteger() 3127 *d = rd; in SWIG_CanCastAsInteger()
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | README.txt | 38 which HIDAPI supports. Since it relies on a 3rd party library, building it
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 45614 JS_FreeValueRT(rt, rd->handler); in promise_reaction_data_free() 45615 js_free_rt(rt, rd); in promise_reaction_data_free() 45673 JSPromiseReactionData* rd; in fulfill_or_reject_promise() local 45696 args[2] = rd->handler; in fulfill_or_reject_promise() 45700 list_del(&rd->link); in fulfill_or_reject_promise() 45707 list_del(&rd->link); in fulfill_or_reject_promise() 46403 rd = js_mallocz(ctx, sizeof(*rd)); in perform_promise_then() 46404 if (!rd) { in perform_promise_then() 46415 rd_array[i] = rd; in perform_promise_then() 46431 rd = rd_array[i]; in perform_promise_then() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 5 …�1(�6+�5)�4+�8,�6*�7+�5,�6)�4&�7)�;+�;*�9'�;)�=+�B,�8%3_W0��~��M~�B��;xZ-rd/��N��E|�=��V��Z��H��…
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 5 …�����������������������������������������������������������������ӿһ������u�rd|]I}^JrVAaE0W;&Y=(Z?*…
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 2796 7648c3cc Merge "describe rd-opt levels introduce VP8RDLevel enum" 2799 5189957e describe rd-opt levels introduce VP8RDLevel enum
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | CHANGES | 2112 Revised png_check_chunk_name() to reject a name with a lowercase 3rd byte. 2118 Reverted png_check_chunk_name() to accept a name with a lowercase 3rd byte.
|