HomeSort by relevance Sort by last modified time
    Searched refs:as_recent_fld (Results 1 - 3 of 3) sorted by null

  /external/libmpeg2/decoder/
impeg2d_pic_proc.c 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]
    [all...]
impeg2d_dec_hdr.c     [all...]
impeg2d_structs.h 210 yuv_buf_t as_recent_fld[2][2]; member in struct:dec_state_struct_t

Completed in 62 milliseconds