Lines Matching refs:top_mv
641 h->mv[MV_FWD_B2 + i] = h->top_mv[0][h->mbx * 2 + i]; in ff_cavs_init_mb()
642 h->mv[MV_BWD_B2 + i] = h->top_mv[1][h->mbx * 2 + i]; in ff_cavs_init_mb()
688 h->top_mv[0][h->mbx * 2 + 0] = h->mv[MV_FWD_X2]; in ff_cavs_next_mb()
689 h->top_mv[0][h->mbx * 2 + 1] = h->mv[MV_FWD_X3]; in ff_cavs_next_mb()
690 h->top_mv[1][h->mbx * 2 + 0] = h->mv[MV_BWD_X2]; in ff_cavs_next_mb()
691 h->top_mv[1][h->mbx * 2 + 1] = h->mv[MV_BWD_X3]; in ff_cavs_next_mb()
761 h->top_mv[0] = av_calloc(h->mb_width * 2 + 1, sizeof(cavs_vector)); in ff_cavs_init_top_lines()
762 h->top_mv[1] = av_calloc(h->mb_width * 2 + 1, sizeof(cavs_vector)); in ff_cavs_init_top_lines()
774 if (!h->top_qp || !h->top_mv[0] || !h->top_mv[1] || !h->top_pred_Y || in ff_cavs_init_top_lines()
778 av_freep(&h->top_mv[0]); in ff_cavs_init_top_lines()
779 av_freep(&h->top_mv[1]); in ff_cavs_init_top_lines()
845 av_freep(&h->top_mv[0]); in ff_cavs_end()
846 av_freep(&h->top_mv[1]); in ff_cavs_end()