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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dcavs.h200 int *top_pred_Y; member in struct:__anon1890
256 h->top_pred_Y[h->mbx*2+0] = h->top_pred_Y[h->mbx*2+1] = NOT_AVAIL;
259 h->top_pred_Y[h->mbx*2+0] = h->top_pred_Y[h->mbx*2+1] = INTRA_L_LP;
H A Dcavs.c305 h->top_pred_Y[h->mbx*2+0] = h->pred_mode_Y[7];
306 h->top_pred_Y[h->mbx*2+1] = h->pred_mode_Y[8];
545 h->pred_mode_Y[1] = h->top_pred_Y[h->mbx*2+0];
546 h->pred_mode_Y[2] = h->top_pred_Y[h->mbx*2+1];
659 h->top_pred_Y = av_malloc( h->mb_width*2*sizeof(*h->top_pred_Y));
708 av_free(h->top_pred_Y);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcavs.h214 int *top_pred_Y; member in struct:AVSContext
H A Dcavs.c368 h->top_pred_Y[h->mbx * 2 + 0] = h->pred_mode_Y[7];
369 h->top_pred_Y[h->mbx * 2 + 1] = h->pred_mode_Y[8];
640 h->pred_mode_Y[1] = h->top_pred_Y[h->mbx * 2 + 0];
641 h->pred_mode_Y[2] = h->top_pred_Y[h->mbx * 2 + 1];
759 h->top_pred_Y = av_mallocz_array(h->mb_width * 2, sizeof(*h->top_pred_Y));
828 av_free(h->top_pred_Y);
H A Dcavsdec.c712 h->top_pred_Y[h->mbx * 2 + 0] = h->top_pred_Y[h->mbx * 2 + 1] = NOT_AVAIL;
715 h->top_pred_Y[h->mbx * 2 + 0] = h->top_pred_Y[h->mbx * 2 + 1] = INTRA_L_LP;

Completed in 92 milliseconds