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 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]
    [all...]
impeg2d_dec_hdr.c     [all...]
impeg2d_structs.h 209 yuv_buf_t as_recent_fld[2][2]; member in struct:dec_state_struct_t

Completed in 38 milliseconds