Searched refs:mv_x (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dindeo4.c469 int x, y, mv_x, mv_y, mv_delta, offs, mb_offset, blks_per_mb, local
483 mv_x = mv_y = 0;
515 mb->mv_x = mb->mv_y = 0; /* no motion vector coded */
519 mb->mv_x = ivi_scale_mv(ref_mb->mv_x, mv_scale);
522 mb->mv_x = ref_mb->mv_x;
554 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */
560 mb->mv_x = ivi_scale_mv(ref_mb->mv_x, mv_scal
[all...]
H A Dindeo5.c456 int x, y, mv_x, mv_y, mv_delta, offs, mb_offset, local
477 mv_x = mv_y = 0;
502 mb->mv_x = mb->mv_y = 0; /* no motion vector coded */
506 mb->mv_x = ivi_scale_mv(ref_mb->mv_x, mv_scale);
509 mb->mv_x = ref_mb->mv_x;
538 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */
543 mb->mv_x = ivi_scale_mv(ref_mb->mv_x, mv_scal
[all...]
H A Divi_common.c81 int offs, int mv_x, int mv_y, int mv_x2, int mv_y2,
84 int ref_offs = offs + mv_y * band->pitch + mv_x;
503 int mv_x, int mv_y,
596 return ivi_mc(band, mc, mc_avg, offs, mv_x, mv_y, mv_x2, mv_y2,
617 int mv_x = 0, mv_y = 0, mv_x2 = 0, mv_y2 = 0; local
658 mv_x = mb->mv_x;
663 mc_type = ((mv_y & 1) << 1) | (mv_x & 1);
665 mv_x >>= 1;
677 dmv_x = mb->mv_x >> ban
80 ivi_mc(IVIBandDesc *band, ivi_mc_func mc, ivi_mc_avg_func mc_avg, int offs, int mv_x, int mv_y, int mv_x2, int mv_y2, int mc_type, int mc_type2) argument
501 ivi_decode_coded_blocks(GetBitContext *gb, IVIBandDesc *band, ivi_mc_func mc, ivi_mc_avg_func mc_avg, int mv_x, int mv_y, int mv_x2, int mv_y2, int *prev_dc, int is_intra, int mc_type, int mc_type2, uint32_t quant, int offs, AVCodecContext *avctx) argument
762 int x, y, need_mc, mbn, blk, num_blocks, mv_x, mv_y, mc_type; local
[all...]
H A Deamad.c93 int j, int mv_x, int mv_y, int add)
96 unsigned offset = (mb_y*16 + ((j&2)<<2) + mv_y)*t->last_frame->linesize[0] + mb_x*16 + ((j&1)<<3) + mv_x;
105 unsigned offset = (mb_y * 8 + (mv_y/2))*t->last_frame->linesize[index] + mb_x * 8 + (mv_x/2);
204 int av_uninit(mv_x), av_uninit(mv_y);
211 mv_x = decode_motion(&s->gb);
217 if (mv_map & (1<<j)) { // mv_x and mv_y are guarded by mv_map
220 comp_block(s, frame, s->mb_x, s->mb_y, j, mv_x, mv_y, add);
91 comp_block(MadContext *t, AVFrame *frame, int mb_x, int mb_y, int j, int mv_x, int mv_y, int add) argument
H A Dindeo3.c225 * Copy pixels of the cell(x + mv_x, y + mv_y) from the previous frame into
234 int h, w, mv_x, mv_y, offset, offset_dst; local
242 mv_x = cell->mv_ptr[1];
244 mv_x= mv_y= 0;
247 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x < 0 ||
249 ((cell->xpos + cell->width) << 2) + mv_x > plane->width) {
255 offset = offset_dst + mv_y * plane->pitch + mv_x;
587 int x, mv_x, mv_y, mode, vq_index, prim_indx, second_indx; local
615 mv_x = cell->mv_ptr[1];
618 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x <
[all...]
H A Divi_common.h118 int8_t mv_x; ///< motion vector (x component) member in struct:IVIMbInfo
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dindeo4.c421 int x, y, mv_x, mv_y, mv_delta, offs, mb_offset, blks_per_mb, local
435 mv_x = mv_y = 0;
460 mb->mv_x = mb->mv_y = 0; /* no motion vector coded */
464 mb->mv_x = ivi_scale_mv(ref_mb->mv_x, mv_scale);
467 mb->mv_x = ref_mb->mv_x;
493 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */
498 mb->mv_x = ivi_scale_mv(ref_mb->mv_x, mv_scal
[all...]
H A Dindeo5.c420 int x, y, mv_x, mv_y, mv_delta, offs, mb_offset, local
441 mv_x = mv_y = 0;
466 mb->mv_x = mb->mv_y = 0; /* no motion vector coded */
470 mb->mv_x = ivi_scale_mv(ref_mb->mv_x, mv_scale);
473 mb->mv_x = ref_mb->mv_x;
502 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */
507 mb->mv_x = ivi_scale_mv(ref_mb->mv_x, mv_scal
[all...]
H A Divi_common.c343 pos, is_intra, mc_type, mv_x, mv_y, col_mask; local
380 mv_x = mb->mv_x;
385 mc_type = ((mv_y & 1) << 1) | (mv_x & 1);
386 mv_x >>= 1;
392 dmv_x = mb->mv_x >> band->is_halfpel;
394 cx = mb->mv_x & band->is_halfpel;
477 band->ref_buf + buf_offs + mv_y * band->pitch + mv_x,
489 band->ref_buf + buf_offs + mv_y * band->pitch + mv_x,
514 int x, y, need_mc, mbn, blk, num_blocks, mv_x, mv_ local
[all...]
H A Deamad.c84 int j, int mv_x, int mv_y, int add)
90 t->last_frame.data[0] + (mb_y*16 + ((j&2)<<2) + mv_y)*t->last_frame.linesize[0] + mb_x*16 + ((j&1)<<3) + mv_x,
96 t->last_frame.data[index] + (mb_y * 8 + (mv_y/2))*t->last_frame.linesize[index] + mb_x * 8 + (mv_x/2),
191 int mv_x, mv_y; local
198 mv_x = decode_motion(&s->gb);
206 if (mv_map & (1<<j)) { // mv_x and mv_y are guarded by mv_map
208 comp_block(t, s->mb_x, s->mb_y, j, mv_x, mv_y, add);
83 comp_block(MadContext *t, int mb_x, int mb_y, int j, int mv_x, int mv_y, int add) argument
H A Dindeo3.c218 * Copy pixels of the cell(x + mv_x, y + mv_y) from the previous frame into
227 int h, w, mv_x, mv_y, offset, offset_dst; local
234 mv_x = cell->mv_ptr[1];
237 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x < 0 ||
239 ((cell->xpos + cell->width) << 2) + mv_x > plane->width) {
245 offset = offset_dst + mv_y * plane->pitch + mv_x;
578 int x, mv_x, mv_y, mode, vq_index, prim_indx, second_indx; local
605 mv_x = cell->mv_ptr[1];
608 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x < 0 ||
610 ((cell->xpos + cell->width) << 2) + mv_x > plan
[all...]
H A Divi_common.h108 int8_t mv_x; ///< motion vector (x component) member in struct:__anon1934

Completed in 331 milliseconds