Home
last modified time | relevance | path

Searched refs:top_pred_Y (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcavs.c370 h->top_pred_Y[h->mbx * 2 + 0] = h->pred_mode_Y[7]; in ff_cavs_modify_mb_i()
371 h->top_pred_Y[h->mbx * 2 + 1] = h->pred_mode_Y[8]; in ff_cavs_modify_mb_i()
648 h->pred_mode_Y[1] = h->top_pred_Y[h->mbx * 2 + 0]; in ff_cavs_init_mb()
649 h->pred_mode_Y[2] = h->top_pred_Y[h->mbx * 2 + 1]; in ff_cavs_init_mb()
767 h->top_pred_Y = av_mallocz_array(h->mb_width * 2, sizeof(*h->top_pred_Y)); in ff_cavs_init_top_lines()
778 if (!h->top_qp || !h->top_mv[0] || !h->top_mv[1] || !h->top_pred_Y || in ff_cavs_init_top_lines()
784 av_freep(&h->top_pred_Y); in ff_cavs_init_top_lines()
853 av_freep(&h->top_pred_Y); in ff_cavs_end()
Dcavsdec.c729 h->top_pred_Y[h->mbx * 2 + 0] = h->top_pred_Y[h->mbx * 2 + 1] = NOT_AVAIL; in set_intra_mode_default()
732 h->top_pred_Y[h->mbx * 2 + 0] = h->top_pred_Y[h->mbx * 2 + 1] = INTRA_L_LP; in set_intra_mode_default()
Dcavs.h216 int *top_pred_Y; member