Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcavs.c366 h->top_pred_Y[h->mbx * 2 + 0] = h->pred_mode_Y[7]; in ff_cavs_modify_mb_i()
367 h->top_pred_Y[h->mbx * 2 + 1] = h->pred_mode_Y[8]; in ff_cavs_modify_mb_i()
644 h->pred_mode_Y[1] = h->top_pred_Y[h->mbx * 2 + 0]; in ff_cavs_init_mb()
645 h->pred_mode_Y[2] = h->top_pred_Y[h->mbx * 2 + 1]; in ff_cavs_init_mb()
763 h->top_pred_Y = av_calloc(h->mb_width * 2, sizeof(*h->top_pred_Y)); 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()
780 av_freep(&h->top_pred_Y); in ff_cavs_init_top_lines()
847 av_freep(&h->top_pred_Y); in ff_cavs_end()
H A Dcavs.h216 int *top_pred_Y; member
H A Dcavsdec.c732 h->top_pred_Y[h->mbx * 2 + 0] = h->top_pred_Y[h->mbx * 2 + 1] = NOT_AVAIL; in set_intra_mode_default()
735 h->top_pred_Y[h->mbx * 2 + 0] = h->top_pred_Y[h->mbx * 2 + 1] = INTRA_L_LP; in set_intra_mode_default()

Completed in 5 milliseconds