Home
last modified time | relevance | path

Searched defs:my (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
DmergedModuleDeclarationCodeGen2.js6 function data(my) { argument
12 var my; variable
13 (function (my) { argument
26 function data(my) { argument
DmergedModuleDeclarationCodeGen3.js6 function data(my, foo) { argument
12 var my; variable
13 (function (my) { argument
25 function data(my, foo) { argument
DtsxElementResolution7.js25 var my; variable
26 (function (my) { argument
DmergedModuleDeclarationCodeGen4.js11 export function bar(contain, my, buz, data) { argument
25 (function (my) { argument
40 function bar(contain, my, buz, data) { argument
/third_party/ffmpeg/libavcodec/mips/
Dvp8dsp_mmi.c1591 ptrdiff_t srcstride, int h, int mx, int my) in ff_put_vp8_epel16_h4_mmi()
1668 ptrdiff_t srcstride, int h, int mx, int my) in ff_put_vp8_epel8_h4_mmi()
1729 ptrdiff_t srcstride, int h, int mx, int my) in ff_put_vp8_epel4_h4_mmi()
1784 ptrdiff_t srcstride, int h, int mx, int my) in ff_put_vp8_epel16_h6_mmi()
1862 ptrdiff_t srcstride, int h, int mx, int my) in ff_put_vp8_epel8_h6_mmi()
1924 ptrdiff_t srcstride, int h, int mx, int my) in ff_put_vp8_epel4_h6_mmi()
1980 ptrdiff_t srcstride, int h, int mx, int my) in ff_put_vp8_epel16_v4_mmi()
2058 ptrdiff_t srcstride, int h, int mx, int my) in ff_put_vp8_epel8_v4_mmi()
2121 ptrdiff_t srcstride, int h, int mx, int my) in ff_put_vp8_epel4_v4_mmi()
2178 ptrdiff_t srcstride, int h, int mx, int my) in ff_put_vp8_epel16_v6_mmi()
[all …]
Dvp8_mc_msa.c224 int height, int mx, int my) in ff_put_vp8_epel4_h6_msa()
237 int height, int mx, int my) in ff_put_vp8_epel8_h6_msa()
285 int height, int mx, int my) in ff_put_vp8_epel16_h6_msa()
334 int height, int mx, int my) in ff_put_vp8_epel4_v6_msa()
381 int height, int mx, int my) in ff_put_vp8_epel8_v6_msa()
431 int height, int mx, int my) in ff_put_vp8_epel16_v6_msa()
505 int height, int mx, int my) in ff_put_vp8_epel4_h6v6_msa()
580 int height, int mx, int my) in ff_put_vp8_epel8_h6v6_msa()
667 int height, int mx, int my) in ff_put_vp8_epel16_h6v6_msa()
794 int height, int mx, int my) in ff_put_vp8_epel4_h4_msa()
[all …]
/third_party/ffmpeg/libavcodec/
Dmpegutils.c135 int my = motion_val[direction][xy][1]; in ff_print_debug_info2() local
144 int my = motion_val[direction][xy][1]; in ff_print_debug_info2() local
157 int my = motion_val[direction][xy][1]; in ff_print_debug_info2() local
169 int my = motion_val[direction][xy][1]; in ff_print_debug_info2() local
Dmpeg4video.c82 int my, int i) in ff_mpeg4_set_one_direct_mv()
117 int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my) in ff_mpeg4_set_direct_mv()
Dmsmpeg4dec.c149 int mx, my, cbpy; in msmpeg4v12_decode_mb() local
252 int mx, my; in msmpeg4v34_decode_mb() local
834 int code, mx, my; in ff_msmpeg4_decode_motion() local
Dh264_mvpred.h100 int *const mx, int *const my) in pred_motion()
164 int *const mx, int *const my) in pred_16x8_motion()
205 int *const mx, int *const my) in pred_8x16_motion()
265 int top_ref, left_ref, diagonal_ref, match_count, mx, my; in pred_pskip_motion() local
Dmpegvideo_motion.c243 int dxy, uvdxy, mx, my, src_x, src_y, in mpeg_motion_internal() local
496 int dxy, uvdxy, mx, my, src_x, src_y, uvsrc_x, uvsrc_y, v_edge_pos; in qpel_motion() local
596 int mx, int my) in chroma_4mv_motion()
650 const int my = (s->mv[dir][0][1] >> shift) + 16 * s->mb_y; in prefetch_motion() local
672 int mx, my, i; in apply_obmc() local
754 int dxy, mx, my, src_x, src_y; in apply_8x8() local
Dzmbv.c90 int mx, my; in zmbv_decode_xor_8() local
169 int mx, my; in zmbv_decode_xor_16() local
246 int mx, my; in zmbv_decode_xor_24() local
331 int mx, my; in zmbv_decode_xor_32() local
Dmotion_est.c399 int mx, my, dminh; in sad_hpel_motion_search() local
497 static inline void set_p_mv_tables(MpegEncContext * s, int mx, int my, int mv4) in set_p_mv_tables()
571 static inline int h263_mv4_search(MpegEncContext *s, int mx, int my, int shift) in h263_mv4_search()
691 int mx, my; in h263_mv4_search() local
739 …int16_t (*mv_tables[2][2])[2], uint8_t *field_select_tables[2], int mx, int my, int user_field_sel… in interlaced_search()
890 int sum, mx = 0, my = 0, dmin = 0; in ff_estimate_p_frame_motion() local
1065 int mx, my, dmin; in ff_pre_estimate_p_frame_motion() local
1118 int mx = 0, my = 0, dmin = 0; in estimate_motion_b() local
1398 int mx, my, xmin, xmax, ymin, ymax; in direct_search() local
1620 int my= mv_table[xy][1]; in ff_get_best_fcode() local
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dhevcdsp_init_neon.c195 int height, intptr_t mx, intptr_t my, int width) { in ff_hevc_put_qpel_neon_wrapper()
201 int height, intptr_t mx, intptr_t my, int width) { in ff_hevc_put_qpel_uni_neon_wrapper()
208 int height, intptr_t mx, intptr_t my, int width) { in ff_hevc_put_qpel_bi_neon_wrapper()
/third_party/typescript/tests/cases/conformance/salsa/
DtypeFromPropertyAssignment8.ts7 var my = my || {}; variable
DtypeFromPropertyAssignment9_1.ts7 var my = my ?? {}; variable
DtypeFromPropertyAssignment8_1.ts7 var my = my ?? {}; variable
DtypeFromPropertyAssignment9.ts7 var my = my || {}; variable
/third_party/musl/libc-test/src/math/gen/
Dmp.c71 static int adjust(mpfr_t mr, mpfr_t my, int t, int r, int type) in adjust()
118 static void genf(struct t *p, mpfr_t my, int t, int r) in genf()
172 static void gend(struct t *p, mpfr_t my, int t, int r) in gend()
227 static void genl(struct t *p, mpfr_t my, int t, int r) in genl()
296 static int wrap_lgamma(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_lgamma()
301 static int wrap_remquo(mpfr_t my, const mpfr_t mx, const mpfr_t mx2, mpfr_rnd_t r) in wrap_remquo()
306 static int wrap_jn(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_jn()
310 static int wrap_yn(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_yn()
314 static int wrap_ceil(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_ceil()
318 static int wrap_floor(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_floor()
[all …]
/third_party/musl/porting/liteos_a/kernel/src/math/
Dremquol.c40 uint64_t i, mx, my; in remquol() local
Dfmodl.c38 uint64_t i, mx, my; in fmodl() local
/third_party/musl/src/math/
Dremquol.c40 uint64_t i, mx, my; in remquol() local
Dfmodl.c38 uint64_t i, mx, my; in fmodl() local
/third_party/musl/porting/uniproton/kernel/src/math/
Dfmodl.c38 uint64_t i, mx, my; in fmodl() local
/third_party/musl/porting/liteos_m/kernel/src/math/
Dfmodl.c38 uint64_t i, mx, my; in fmodl() local

12345