Searched refs:my_ptr (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmsmpeg4.h43 int ff_msmpeg4_decode_motion(MpegEncContext * s, int *mx_ptr, int *my_ptr);
H A Dmotion_est_template.c48 int *mx_ptr, int *my_ptr, int dmin,
54 const int my = *my_ptr;
69 *my_ptr = 0;
148 *my_ptr = by;
154 int *mx_ptr, int *my_ptr, int dmin,
159 (*my_ptr)<<=1;
203 int *mx_ptr, int *my_ptr, int dmin,
209 const int my = *my_ptr;
229 *my_ptr = 0;
345 *my_ptr
47 hpel_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr, int dmin, int src_index, int ref_index, int size, int h) argument
153 no_sub_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr, int dmin, int src_index, int ref_index, int size, int h) argument
202 qpel_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr, int dmin, int src_index, int ref_index, int size, int h) argument
858 epzs_motion_search_internal(MpegEncContext * s, int *mx_ptr, int *my_ptr, int P[10][2], int src_index, int ref_index, int16_t (*last_mv)[2], int ref_mv_scale, int flags, int size, int h) argument
975 ff_epzs_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr, int P[10][2], int src_index, int ref_index, int16_t (*last_mv)[2], int ref_mv_scale, int size, int h) argument
990 epzs_motion_search4(MpegEncContext * s, int *mx_ptr, int *my_ptr, int P[10][2], int src_index, int ref_index, int16_t (*last_mv)[2], int ref_mv_scale) argument
1050 epzs_motion_search2(MpegEncContext * s, int *mx_ptr, int *my_ptr, int P[10][2], int src_index, int ref_index, int16_t (*last_mv)[2], int ref_mv_scale) argument
[all...]
H A Dwmv2dec.c234 static inline int wmv2_decode_motion(Wmv2Context *w, int *mx_ptr, int *my_ptr){ argument
238 ret= ff_msmpeg4_decode_motion(s, mx_ptr, my_ptr);
242 if((((*mx_ptr)|(*my_ptr)) & 1) && s->mspel)
247 //printf("%d %d ", *mx_ptr, *my_ptr);
H A Dmpegvideo.h193 int *mx_ptr, int *my_ptr, int dmin,
782 int ff_epzs_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr,
H A Dmotion_est.c51 int *mx_ptr, int *my_ptr, int dmin,
378 int *mx_ptr, int *my_ptr)
381 *my_ptr = 16 * s->mb_y;
394 int *mx_ptr, int *my_ptr, int dmin,
411 *my_ptr = 0;
419 my = *my_ptr;
497 *my_ptr = my;
377 no_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr) argument
393 sad_hpel_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr, int dmin, int src_index, int ref_index, int size, int h) argument
H A Dmsmpeg4.c1844 int *mx_ptr, int *my_ptr)
1866 my += *my_ptr - 32;
1878 *my_ptr = my;
1843 ff_msmpeg4_decode_motion(MpegEncContext * s, int *mx_ptr, int *my_ptr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmsmpeg4.h52 int ff_msmpeg4_decode_motion(MpegEncContext * s, int *mx_ptr, int *my_ptr);
H A Dmotion_est_template.c50 int *mx_ptr, int *my_ptr, int dmin,
56 const int my = *my_ptr;
71 *my_ptr = 0;
149 *my_ptr = by;
155 int *mx_ptr, int *my_ptr, int dmin,
160 (*my_ptr)<<=1;
208 int *mx_ptr, int *my_ptr, int dmin,
214 const int my = *my_ptr;
234 *my_ptr = 0;
350 *my_ptr
49 hpel_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr, int dmin, int src_index, int ref_index, int size, int h) argument
154 no_sub_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr, int dmin, int src_index, int ref_index, int size, int h) argument
207 qpel_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr, int dmin, int src_index, int ref_index, int size, int h) argument
858 epzs_motion_search_internal(MpegEncContext * s, int *mx_ptr, int *my_ptr, int P[10][2], int src_index, int ref_index, int16_t (*last_mv)[2], int ref_mv_scale, int flags, int size, int h) argument
975 ff_epzs_motion_search(MpegEncContext *s, int *mx_ptr, int *my_ptr, int P[10][2], int src_index, int ref_index, int16_t (*last_mv)[2], int ref_mv_scale, int size, int h) argument
991 epzs_motion_search4(MpegEncContext * s, int *mx_ptr, int *my_ptr, int P[10][2], int src_index, int ref_index, int16_t (*last_mv)[2], int ref_mv_scale) argument
1050 epzs_motion_search2(MpegEncContext * s, int *mx_ptr, int *my_ptr, int P[10][2], int src_index, int ref_index, int16_t (*last_mv)[2], int ref_mv_scale) argument
[all...]
H A Dwmv2dec.c234 static inline int wmv2_decode_motion(Wmv2Context *w, int *mx_ptr, int *my_ptr){ argument
238 ret= ff_msmpeg4_decode_motion(s, mx_ptr, my_ptr);
242 if((((*mx_ptr)|(*my_ptr)) & 1) && s->mspel)
H A Dmpegvideo.h209 int *mx_ptr, int *my_ptr, int dmin,
837 int ff_epzs_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr,
H A Dmsmpeg4dec.c877 int *mx_ptr, int *my_ptr)
898 my += *my_ptr - 32;
910 *my_ptr = my;
876 ff_msmpeg4_decode_motion(MpegEncContext * s, int *mx_ptr, int *my_ptr) argument
H A Dmotion_est.c49 int *mx_ptr, int *my_ptr, int dmin,
389 int *mx_ptr, int *my_ptr, int dmin,
404 *my_ptr = 0;
411 my = *my_ptr;
489 *my_ptr = my;
388 sad_hpel_motion_search(MpegEncContext * s, int *mx_ptr, int *my_ptr, int dmin, int src_index, int ref_index, int size, int h) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/arm/
H A Dacornscsi.c1271 int my_ptr = *ptr; local
1273 while (my_ptr < len) {
1279 sbic_arm_write(host, SBIC_DATA, bytes[my_ptr++]);
1287 *ptr = my_ptr;

Completed in 144 milliseconds