Searched refs:motion_val (Results 26 - 50 of 53) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_direct.c293 l1mv0 = (void*)&h->ref_list[1][0].motion_val[0][h->mb2b_xy [mb_xy]];
294 l1mv1 = (void*)&h->ref_list[1][0].motion_val[1][h->mb2b_xy [mb_xy]];
483 l1mv0 = (void*)&h->ref_list[1][0].motion_val[0][h->mb2b_xy [mb_xy]];
484 l1mv1 = (void*)&h->ref_list[1][0].motion_val[1][h->mb2b_xy [mb_xy]];
H A Dmpegvideo.c684 pic->motion_val[i] = (int16_t (*)[2])pic->motion_val_buf[i]->data + 4;
757 dst->motion_val[i] = src->motion_val[i];
2111 uint32_t *mbtype_table, int8_t *qscale_table, int16_t (*motion_val[2])[2],
2217 if ((avctx->debug_mv) && motion_val[0]) {
2251 int mx = (motion_val[direction][xy][0] >> shift) + sx;
2252 int my = (motion_val[direction][xy][1] >> shift) + sy;
2262 int mx = (motion_val[direction][xy][0] >> shift);
2263 int my = (motion_val[direction][xy][1] >> shift);
2277 int mx = motion_val[directio
2110 ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table, uint32_t *mbtype_table, int8_t *qscale_table, int16_t (*motion_val[2])[2], int *low_delay, int mb_width, int mb_height, int mb_stride, int quarter_sample) argument
[all...]
H A Dh264.h301 int16_t (*motion_val[2])[2]; member in struct:H264Picture
1028 int16_t(*mv_dst)[2] = &h->cur_pic.motion_val[list][b_xy];
H A Dmpegvideo.h115 int16_t (*motion_val[2])[2]; member in struct:Picture
753 uint32_t *mbtype_table, int8_t *qscale_table, int16_t (*motion_val[2])[2],
H A Dh264_mvpred.h51 mv = h->cur_pic_ptr->motion_val[list][h->mb2b_xy[xy] + 3 + y4 * h->b_stride]; \
257 int16_t(*mv)[2] = h->cur_pic.motion_val[0];
607 int16_t(*mv)[2] = h->cur_pic.motion_val[list];
H A Dituh263dec.c332 mot_val = s->current_picture.motion_val[0][s->block_index[0]];
686 int16_t *mot_val0 = s->current_picture.motion_val[0][2 * (s->mb_x + s->mb_y * stride)];
687 int16_t *mot_val1 = s->current_picture.motion_val[1][2 * (s->mb_x + s->mb_y * stride)];
H A Dituh263enc.c521 motion_x = s->current_picture.motion_val[0][s->block_index[i]][0];
522 motion_y = s->current_picture.motion_val[0][s->block_index[i]][1];
H A Dh264_slice.c310 pic->motion_val[i] = (int16_t (*)[2])pic->motion_val_buf[i]->data + 4;
2018 AV_COPY128(mv_dst - 1 * 8, h->cur_pic.motion_val[list][b_xy + 0]);
2033 AV_COPY32(mv_dst - 1 + 0, h->cur_pic.motion_val[list][b_xy + b_stride * 0]);
2034 AV_COPY32(mv_dst - 1 + 8, h->cur_pic.motion_val[list][b_xy + b_stride * 1]);
2035 AV_COPY32(mv_dst - 1 + 16, h->cur_pic.motion_val[list][b_xy + b_stride * 2]);
2036 AV_COPY32(mv_dst - 1 + 24, h->cur_pic.motion_val[list][b_xy + b_stride * 3]);
2075 int16_t(*mv_src)[2] = &h->cur_pic.motion_val[list][4 * h->mb_x + 4 * h->mb_y * b_stride];
H A Dmpeg12dec.c1809 // Note motion_val is normally NULL unless we want to extract the MVs.
1810 if (s->current_picture.motion_val[0] && !s->encoding) {
1830 s->current_picture.motion_val[dir][xy][0] = motion_x;
1831 s->current_picture.motion_val[dir][xy][1] = motion_y;
1832 s->current_picture.motion_val[dir][xy + 1][0] = motion_x;
1833 s->current_picture.motion_val[dir][xy + 1][1] = motion_y;
H A Dmpeg4videoenc.c808 s->current_picture.motion_val[0][s->block_index[i]][0] - pred_x,
809 s->current_picture.motion_val[0][s->block_index[i]][1] - pred_y,
H A Dsvq1enc.c314 s->m.current_picture.motion_val[0] = s->motion_val8[plane] + 2;
H A Dmpegvideo_enc.c2940 s->mv[0][i][0] = s->current_picture.motion_val[0][s->block_index[i]][0];
2941 s->mv[0][i][1] = s->current_picture.motion_val[0][s->block_index[i]][1];
3195 s->mv[0][i][0] = s->current_picture.motion_val[0][s->block_index[i]][0];
3196 s->mv[0][i][1] = s->current_picture.motion_val[0][s->block_index[i]][1];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_direct.c291 l1mv0 = &h->ref_list[1][0].f.motion_val[0][h->mb2b_xy [mb_xy]];
292 l1mv1 = &h->ref_list[1][0].f.motion_val[1][h->mb2b_xy [mb_xy]];
482 l1mv0 = &h->ref_list[1][0].f.motion_val[0][h->mb2b_xy [mb_xy]];
483 l1mv1 = &h->ref_list[1][0].f.motion_val[1][h->mb2b_xy [mb_xy]];
H A Dmpegvideo.c346 pic->f.motion_val[i] = pic->motion_val_base[i] + 4;
357 pic->f.motion_val[i] = pic->motion_val_base[i] + 4;
1638 if ((s->avctx->debug_mv) && pict->motion_val) {
1672 int mx = (pict->motion_val[direction][xy][0] >> shift) + sx;
1673 int my = (pict->motion_val[direction][xy][1] >> shift) + sy;
1683 int mx = (pict->motion_val[direction][xy][0] >> shift);
1684 int my = (pict->motion_val[direction][xy][1] >> shift);
1698 int mx = pict->motion_val[direction][xy][0] >> shift;
1699 int my = pict->motion_val[direction][xy][1] >> shift;
1711 int mx = pict->motion_val[directio
[all...]
H A Dh264_mvpred.h51 mv = s->current_picture_ptr->f.motion_val[list][h->mb2b_xy[xy] + 3 + y4*h->b_stride];\
240 int16_t (*mv)[2] = s->current_picture.f.motion_val[0];
581 int16_t (*mv)[2] = s->current_picture.f.motion_val[list];
H A Dituh263dec.c355 mot_val = s->current_picture.f.motion_val[0][s->block_index[0]];
706 int16_t *mot_val0 = s->current_picture.f.motion_val[0][2 * (s->mb_x + s->mb_y * stride)];
707 int16_t *mot_val1 = s->current_picture.f.motion_val[1][2 * (s->mb_x + s->mb_y * stride)];
H A Dituh263enc.c532 motion_x = s->current_picture.f.motion_val[0][s->block_index[i]][0];
533 motion_y = s->current_picture.f.motion_val[0][s->block_index[i]][1];
H A Dmpegvideo_enc.c209 if (!src->motion_val[0])
210 av_log(s->avctx, AV_LOG_ERROR, "AVFrame.motion_val not set!\n");
228 if (src->motion_val[i] &&
229 src->motion_val[i] != dst->motion_val[i]) {
230 memcpy(dst->motion_val[i], src->motion_val[i],
2584 s->mv[0][i][0] = s->current_picture.f.motion_val[0][s->block_index[i]][0];
2585 s->mv[0][i][1] = s->current_picture.f.motion_val[0][s->block_index[i]][1];
2838 s->mv[0][i][0] = s->current_picture.f.motion_val[
[all...]
H A Dh264.h821 int16_t (*mv_dst)[2] = &s->current_picture.f.motion_val[list][b_xy];
H A Dmpeg12.c1721 if (s->current_picture.f.motion_val[0] && !s->encoding) { // note motion_val is normally NULL unless we want to extract the MVs
1739 s->current_picture.f.motion_val[dir][xy ][0] = motion_x;
1740 s->current_picture.f.motion_val[dir][xy ][1] = motion_y;
1741 s->current_picture.f.motion_val[dir][xy + 1][0] = motion_x;
1742 s->current_picture.f.motion_val[dir][xy + 1][1] = motion_y;
H A Dmpeg4videoenc.c750 ff_h263_encode_motion_vector(s, s->current_picture.f.motion_val[0][ s->block_index[i] ][0] - pred_x,
751 s->current_picture.f.motion_val[0][ s->block_index[i] ][1] - pred_y, s->f_code);
H A Dsvq1enc.c319 s->m.current_picture.f.motion_val[0] = s->motion_val8[plane] + 2;
H A Dh264.c3362 AV_COPY128(mv_dst - 1*8, s->current_picture.f.motion_val[list][b_xy + 0]);
3377 AV_COPY32(mv_dst - 1 + 0, s->current_picture.f.motion_val[list][b_xy + b_stride*0]);
3378 AV_COPY32(mv_dst - 1 + 8, s->current_picture.f.motion_val[list][b_xy + b_stride*1]);
3379 AV_COPY32(mv_dst - 1 + 16, s->current_picture.f.motion_val[list][b_xy + b_stride*2]);
3380 AV_COPY32(mv_dst - 1 + 24, s->current_picture.f.motion_val[list][b_xy + b_stride*3]);
3419 int16_t (*mv_src)[2] = &s->current_picture.f.motion_val[list][4*s->mb_x + 4*s->mb_y*b_stride];
H A Davcodec.h1104 * motion_val[direction][x + y*mv_stride][0->mv_x, 1->mv_y];
1109 int16_t (*motion_val[2])[2]; member in struct:AVFrame
1120 * log2 of the size of the block which a single vector in motion_val represents:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h696 * motion_val[direction][x + y*mv_stride][0->mv_x, 1->mv_y];\
701 int16_t (*motion_val[2])[2];\
712 * log2 of the size of the block which a single vector in motion_val represents: \

Completed in 340 milliseconds

123