Home | History | Annotate | Download | only in decoder

Lines Matching refs:as_recent_fld

522         if (NULL == ps_dec->as_recent_fld[1][0].pu1_y)
524 ps_dec->as_recent_fld[1][0] = ps_dec->s_cur_frm_buf;
526 if (NULL == ps_dec->as_recent_fld[1][1].pu1_y)
528 impeg2d_get_bottom_field_buf(&ps_dec->s_cur_frm_buf, &ps_dec->as_recent_fld[1][1],
532 ps_dec->as_ref_buf[FORW][TOP] = ps_dec->as_recent_fld[1][0];
533 ps_dec->as_ref_buf[FORW][BOTTOM] = ps_dec->as_recent_fld[1][1];
539 if((NULL == ps_dec->as_recent_fld[1][0].pu1_y) && (NULL == ps_dec->as_recent_fld[0][0].pu1_y))
542 ps_dec->as_recent_fld[1][0] = ps_dec->s_cur_frm_buf;
543 impeg2d_get_bottom_field_buf(&ps_dec->s_cur_frm_buf, &ps_dec->as_recent_fld[1][1],
545 ps_dec->as_recent_fld[0][0] = ps_dec->s_cur_frm_buf;
546 ps_dec->as_recent_fld[0][1] = ps_dec->as_recent_fld[1][1];
549 else if ((NULL != ps_dec->as_recent_fld[1][0].pu1_y) && (NULL == ps_dec->as_recent_fld[0][0].pu1_y))
551 ps_dec->as_recent_fld[0][0] = ps_dec->as_recent_fld[1][0];
552 ps_dec->as_recent_fld[0][1] = ps_dec->as_recent_fld[1][1];
554 else if ((NULL == ps_dec->as_recent_fld[1][0].pu1_y) && (NULL != ps_dec->as_recent_fld[0][0].pu1_y))
556 ps_dec->as_recent_fld[1][0] = ps_dec->as_recent_fld[0][0];
557 ps_dec->as_recent_fld[1][1] = ps_dec->as_recent_fld[0][1];
564 if((NULL == ps_dec->as_recent_fld[0][1].pu1_y) && (NULL == ps_dec->as_recent_fld[1][1].pu1_y))
567 ps_dec->as_recent_fld[1][0] = ps_dec->s_cur_frm_buf;
568 impeg2d_get_bottom_field_buf(&ps_dec->s_cur_frm_buf, &ps_dec->as_recent_fld[1][1],
570 ps_dec->as_recent_fld[0][0] = ps_dec->s_cur_frm_buf;
571 ps_dec->as_recent_fld[0][1] = ps_dec->as_recent_fld[1][1];
575 else if((NULL == ps_dec->as_recent_fld[0][1].pu1_y) && (NULL != ps_dec->as_recent_fld[1][1].pu1_y))
577 ps_dec->as_recent_fld[0][0] = ps_dec->as_recent_fld[1][0];
578 ps_dec->as_recent_fld[0][1] = ps_dec->as_recent_fld[1][1];
581 else if((NULL == ps_dec->as_recent_fld[1][1].pu1_y) && (NULL != ps_dec->as_recent_fld[0][1].pu1_y))
583 ps_dec->as_recent_fld[1][0] = ps_dec->as_recent_fld[0][0];
584 ps_dec->as_recent_fld[1][1] = ps_dec->as_recent_fld[0][1];
586 ps_dec->as_ref_buf[FORW][TOP] = ps_dec->as_recent_fld[0][0];
587 ps_dec->as_ref_buf[FORW][BOTTOM] = ps_dec->as_recent_fld[0][1];
588 ps_dec->as_ref_buf[BACK][TOP] = ps_dec->as_recent_fld[1][0];
589 ps_dec->as_ref_buf[BACK][BOTTOM] = ps_dec->as_recent_fld[1][1];
680 ps_dec->as_recent_fld[0][0] = ps_dec->as_recent_fld[1][0];
681 ps_dec->as_recent_fld[0][1] = ps_dec->as_recent_fld[1][1];
683 ps_dec->as_recent_fld[1][0] = ps_dec->s_cur_frm_buf;
684 impeg2d_get_bottom_field_buf(&ps_dec->s_cur_frm_buf, &ps_dec->as_recent_fld[1][1],
690 ps_dec->as_recent_fld[0][0] = ps_dec->as_recent_fld[1][0];
691 ps_dec->as_recent_fld[1][0] = ps_dec->s_cur_frm_buf;
696 ps_dec->as_recent_fld[0][1] = ps_dec->as_recent_fld[1][1];
697 impeg2d_get_bottom_field_buf(&ps_dec->s_cur_frm_buf, &ps_dec->as_recent_fld[1][1],