Searched defs:h_edge_pos (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo_common.h198 hpel_motion(MpegEncContext *s, uint8_t *dest, uint8_t *src, int field_based, int field_select, int src_x, int src_y, int width, int height, int stride, int h_edge_pos, int v_edge_pos, int w, int h, op_pixels_func *pix_op, int motion_x, int motion_y) argument
[all...]
H A Dsvq3.c335 const int h_edge_pos = 6*(s->h_edge_pos - part_width ) - extra_width; local
H A Dmpegvideo.c1884 const int h_edge_pos = s->h_edge_pos >> lowres; local
1818 hpel_motion_lowres(MpegEncContext *s, uint8_t *dest, uint8_t *src, int field_based, int field_select, int src_x, int src_y, int width, int height, int stride, int h_edge_pos, int v_edge_pos, int w, int h, h264_chroma_mc_func *pix_op, int motion_x, int motion_y) argument
1990 const int h_edge_pos = s->h_edge_pos >> lowres + 1; local
[all...]
H A Dmpegvideo.h241 int h_edge_pos, v_edge_pos;///< horizontal / vertical position of the right/bottom edge (pixel replication) member in struct:MpegEncContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq3.c88 int h_edge_pos; member in struct:__anon3227
382 const int h_edge_pos = 6 * (s->h_edge_pos - part_width) - extra_width; local
H A Dmpegvideo.c2482 const int h_edge_pos = s->h_edge_pos >> lowres; local
2416 hpel_motion_lowres(MpegEncContext *s, uint8_t *dest, uint8_t *src, int field_based, int field_select, int src_x, int src_y, int width, int height, ptrdiff_t stride, int h_edge_pos, int v_edge_pos, int w, int h, h264_chroma_mc_func *pix_op, int motion_x, int motion_y) argument
2610 const int h_edge_pos = s->h_edge_pos >> lowres + 1; local
[all...]
H A Dmpegvideo.h271 int h_edge_pos, v_edge_pos;///< horizontal / vertical position of the right/bottom edge (pixel replication) member in struct:MpegEncContext

Completed in 136 milliseconds