Searched refs:mv_y (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 */
520 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale);
523 mb->mv_y = ref_mb->mv_y;
554 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */
561 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, 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 */
507 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale);
510 mb->mv_y = ref_mb->mv_y;
538 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */
544 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, 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
659 mv_y = mb->mv_y;
663 mc_type = ((mv_y & 1) << 1) | (mv_x & 1);
666 mv_y >>= 1;
678 dmv_y = mb->mv_y >> 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);
212 mv_y = 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
241 mv_y = cell->mv_ptr[0];
244 mv_x= mv_y= 0;
247 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x < 0 ||
248 ((cell->ypos + cell->height) << 2) + mv_y > plane->height ||
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
614 mv_y = cell->mv_ptr[0];
618 if ((cell->ypos << 2) + mv_y <
[all...]
H A Divi_common.h119 int8_t mv_y; ///< motion vector (y 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 */
465 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale);
468 mb->mv_y = ref_mb->mv_y;
493 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */
499 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, 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 */
471 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scale);
474 mb->mv_y = ref_mb->mv_y;
502 mb->mv_x = mb->mv_y = 0; /* there is no motion vector in intra-macroblocks */
508 mb->mv_y = ivi_scale_mv(ref_mb->mv_y, mv_scal
[all...]
H A Divi_common.c343 pos, is_intra, mc_type, mv_x, mv_y, col_mask; local
381 mv_y = mb->mv_y;
385 mc_type = ((mv_y & 1) << 1) | (mv_x & 1);
387 mv_y >>= 1; /* convert halfpel vectors into fullpel ones */
393 dmv_y = mb->mv_y >> band->is_halfpel;
395 cy = mb->mv_y & 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_y, mc_typ 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
199 mv_y = 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
233 mv_y = cell->mv_ptr[0];
237 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x < 0 ||
238 ((cell->ypos + cell->height) << 2) + mv_y > plane->height ||
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
604 mv_y = cell->mv_ptr[0];
608 if ((cell->ypos << 2) + mv_y < -1 || (cell->xpos << 2) + mv_x < 0 ||
609 ((cell->ypos + cell->height) << 2) + mv_y > plan
[all...]
H A Divi_common.h109 int8_t mv_y; ///< motion vector (y component) member in struct:__anon1934

Completed in 158 milliseconds