Searched refs:top_mv (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavs.c542 h->mv[MV_FWD_B2+i] = h->top_mv[0][h->mbx*2+i];
543 h->mv[MV_BWD_B2+i] = h->top_mv[1][h->mbx*2+i];
588 h->top_mv[0][h->mbx*2+0] = h->mv[MV_FWD_X2];
589 h->top_mv[0][h->mbx*2+1] = h->mv[MV_FWD_X3];
590 h->top_mv[1][h->mbx*2+0] = h->mv[MV_BWD_X2];
591 h->top_mv[1][h->mbx*2+1] = h->mv[MV_BWD_X3];
657 h->top_mv[0] = av_malloc((h->mb_width*2+1)*sizeof(cavs_vector));
658 h->top_mv[1] = av_malloc((h->mb_width*2+1)*sizeof(cavs_vector));
706 av_free(h->top_mv[0]);
707 av_free(h->top_mv[
[all...]
H A Dcavs.h192 cavs_vector *top_mv[2]; member in struct:__anon1890
H A Derror_resilience.c343 int16_t *top_mv = s->current_picture.f.motion_val[0][mvy_stride * b_y + mvx_stride * b_x]; local
350 FFABS(top_mv[0] - bottom_mv[0]) +
351 FFABS(top_mv[1] + bottom_mv[1]) < 2)
H A Dvp8.c469 VP56mv *top_mv = top_mb->bmv; local
498 above = AV_RN32A(&top_mv[mbsplits_top[k + 12]]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavs.c637 h->mv[MV_FWD_B2 + i] = h->top_mv[0][h->mbx * 2 + i];
638 h->mv[MV_BWD_B2 + i] = h->top_mv[1][h->mbx * 2 + i];
684 h->top_mv[0][h->mbx * 2 + 0] = h->mv[MV_FWD_X2];
685 h->top_mv[0][h->mbx * 2 + 1] = h->mv[MV_FWD_X3];
686 h->top_mv[1][h->mbx * 2 + 0] = h->mv[MV_BWD_X2];
687 h->top_mv[1][h->mbx * 2 + 1] = h->mv[MV_BWD_X3];
757 h->top_mv[0] = av_mallocz_array(h->mb_width * 2 + 1, sizeof(cavs_vector));
758 h->top_mv[1] = av_mallocz_array(h->mb_width * 2 + 1, sizeof(cavs_vector));
826 av_free(h->top_mv[0]);
827 av_free(h->top_mv[
[all...]
H A Dcavs.h206 cavs_vector *top_mv[2]; member in struct:AVSContext
H A Derror_resilience.c326 int16_t *top_mv = s->cur_pic.motion_val[0][mvy_stride * b_y + mvx_stride * b_x]; local
333 FFABS(top_mv[0] - bottom_mv[0]) +
334 FFABS(top_mv[1] + bottom_mv[1]) < 2)
H A Dvp8.c825 VP56mv *top_mv; local
834 top_mv = top_mb->bmv;
860 above = AV_RN32A(&top_mv[mbsplits_top[k + 12]]);

Completed in 145 milliseconds