Home
last modified time | relevance | path

Searched defs:mx (Results 1 – 25 of 159) sorted by relevance

1234567

/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/flutter/skia/src/core/
DSkMatrixPriv.h47 static bool SK_WARN_UNUSED_RESULT InverseMapRect(const SkMatrix& mx, in InverseMapRect()
85 static void MapPointsWithStride(const SkMatrix& mx, SkPoint pts[], size_t stride, int count) { in MapPointsWithStride()
134 static void MapPointsWithStride(const SkMatrix& mx, SkPoint dst[], size_t dstStride, in MapPointsWithStride()
DSkDraw_atlas.cpp72 SkMatrix mx; in drawAtlas() local
108 SkMatrix mx; in drawAtlas() local
/third_party/ffmpeg/libavcodec/
Dmpegutils.c134 int mx = motion_val[direction][xy][0]; in ff_print_debug_info2() local
143 int mx = motion_val[direction][xy][0]; in ff_print_debug_info2() local
156 int mx = motion_val[direction][xy][0]; in ff_print_debug_info2() local
168 int mx = motion_val[direction][xy][0]; in ff_print_debug_info2() local
Dmpeg4video.c81 static inline void ff_mpeg4_set_one_direct_mv(MpegEncContext *s, int mx, 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()
649 const int mx = (s->mv[dir][0][0] >> shift) + 16 * s->mb_x + 8; 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
1619 int mx= mv_table[xy][0]; in ff_get_best_fcode() local
[all …]
/third_party/skia/src/core/
DSkMatrixPriv.h47 static bool SK_WARN_UNUSED_RESULT InverseMapRect(const SkMatrix& mx, in InverseMapRect()
85 static void MapPointsWithStride(const SkMatrix& mx, SkPoint pts[], size_t stride, int count) { in MapPointsWithStride()
134 static void MapPointsWithStride(const SkMatrix& mx, SkPoint dst[], size_t dstStride, in MapPointsWithStride()
DSkDraw_atlas.cpp127 SkMatrix mx; in drawAtlas() local
169 SkMatrix mx; in drawAtlas() local
201 SkMatrix mx; in drawAtlas() local
DSkMarkerStack.cpp10 void SkMarkerStack::setMarker(uint32_t id, const SkM44& mx, void* boundary) { in setMarker()
DSkBitmapProcState.cpp585 unsigned mx, unsigned my) { in check_scale_nofilter()
596 unsigned mx, unsigned my) { in check_scale_filter()
612 static void check_affine_nofilter(uint32_t bitmapXY[], int count, unsigned mx, unsigned my) { in check_affine_nofilter()
622 static void check_affine_filter(uint32_t bitmapXY[], int count, unsigned mx, unsigned my) { in check_affine_filter()
/third_party/pulseaudio/src/pulsecore/
Dmemtrap.c136 pa_mutex *mx; in pa_memtrap_add() local
167 pa_mutex *mx; in pa_memtrap_remove() local
189 pa_mutex *mx; in pa_memtrap_update() local
/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/musl/libc-test/src/regression/
Dpthread_cond_wait-cancel_ignored.c10 static pthread_mutex_t mx = PTHREAD_MUTEX_INITIALIZER; variable
/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/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/porting/liteos_m/kernel/src/math/
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/libc-test/src/math/gen/
Dmp.c296 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()
322 static int wrap_round(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_round()
326 static int wrap_trunc(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_trunc()
330 static int wrap_nearbyint(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_nearbyint()
336 static int wrap_pow10(mpfr_t my, const mpfr_t mx, mpfr_rnd_t r) in wrap_pow10()
[all …]

1234567