Lines Matching refs:as_recent_fld
520 if (NULL == ps_dec->as_recent_fld[1][0].pu1_y)
522 ps_dec->as_recent_fld[1][0] = ps_dec->s_cur_frm_buf;
524 if (NULL == ps_dec->as_recent_fld[1][1].pu1_y)
526 impeg2d_get_bottom_field_buf(&ps_dec->s_cur_frm_buf, &ps_dec->as_recent_fld[1][1],
530 ps_dec->as_ref_buf[FORW][TOP] = ps_dec->as_recent_fld[1][0];
531 ps_dec->as_ref_buf[FORW][BOTTOM] = ps_dec->as_recent_fld[1][1];
537 if((NULL == ps_dec->as_recent_fld[1][0].pu1_y) && (NULL == ps_dec->as_recent_fld[0][0].pu1_y))
540 ps_dec->as_recent_fld[1][0] = ps_dec->s_cur_frm_buf;
541 impeg2d_get_bottom_field_buf(&ps_dec->s_cur_frm_buf, &ps_dec->as_recent_fld[1][1],
543 ps_dec->as_recent_fld[0][0] = ps_dec->s_cur_frm_buf;
544 ps_dec->as_recent_fld[0][1] = ps_dec->as_recent_fld[1][1];
547 else if ((NULL != ps_dec->as_recent_fld[1][0].pu1_y) && (NULL == ps_dec->as_recent_fld[0][0].pu1_y))
549 ps_dec->as_recent_fld[0][0] = ps_dec->as_recent_fld[1][0];
550 ps_dec->as_recent_fld[0][1] = ps_dec->as_recent_fld[1][1];
552 else if ((NULL == ps_dec->as_recent_fld[1][0].pu1_y) && (NULL != ps_dec->as_recent_fld[0][0].pu1_y))
554 ps_dec->as_recent_fld[1][0] = ps_dec->as_recent_fld[0][0];
555 ps_dec->as_recent_fld[1][1] = ps_dec->as_recent_fld[0][1];
562 if((NULL == ps_dec->as_recent_fld[0][1].pu1_y) && (NULL == ps_dec->as_recent_fld[1][1].pu1_y))
565 ps_dec->as_recent_fld[1][0] = ps_dec->s_cur_frm_buf;
566 impeg2d_get_bottom_field_buf(&ps_dec->s_cur_frm_buf, &ps_dec->as_recent_fld[1][1],
568 ps_dec->as_recent_fld[0][0] = ps_dec->s_cur_frm_buf;
569 ps_dec->as_recent_fld[0][1] = ps_dec->as_recent_fld[1][1];
573 else if((NULL == ps_dec->as_recent_fld[0][1].pu1_y) && (NULL != ps_dec->as_recent_fld[1][1].pu1_y))
575 ps_dec->as_recent_fld[0][0] = ps_dec->as_recent_fld[1][0];
576 ps_dec->as_recent_fld[0][1] = ps_dec->as_recent_fld[1][1];
579 else if((NULL == ps_dec->as_recent_fld[1][1].pu1_y) && (NULL != ps_dec->as_recent_fld[0][1].pu1_y))
581 ps_dec->as_recent_fld[1][0] = ps_dec->as_recent_fld[0][0];
582 ps_dec->as_recent_fld[1][1] = ps_dec->as_recent_fld[0][1];
584 ps_dec->as_ref_buf[FORW][TOP] = ps_dec->as_recent_fld[0][0];
585 ps_dec->as_ref_buf[FORW][BOTTOM] = ps_dec->as_recent_fld[0][1];
586 ps_dec->as_ref_buf[BACK][TOP] = ps_dec->as_recent_fld[1][0];
587 ps_dec->as_ref_buf[BACK][BOTTOM] = ps_dec->as_recent_fld[1][1];
678 ps_dec->as_recent_fld[0][0] = ps_dec->as_recent_fld[1][0];
679 ps_dec->as_recent_fld[0][1] = ps_dec->as_recent_fld[1][1];
681 ps_dec->as_recent_fld[1][0] = ps_dec->s_cur_frm_buf;
682 impeg2d_get_bottom_field_buf(&ps_dec->s_cur_frm_buf, &ps_dec->as_recent_fld[1][1],
688 ps_dec->as_recent_fld[0][0] = ps_dec->as_recent_fld[1][0];
689 ps_dec->as_recent_fld[1][0] = ps_dec->s_cur_frm_buf;
694 ps_dec->as_recent_fld[0][1] = ps_dec->as_recent_fld[1][1];
695 impeg2d_get_bottom_field_buf(&ps_dec->s_cur_frm_buf, &ps_dec->as_recent_fld[1][1],