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 511 if (NULL == ps_dec->as_recent_fld[1][0].pu1_y)
513 ps_dec->as_recent_fld[1][0] = ps_dec->s_cur_frm_buf;
515 if (NULL == ps_dec->as_recent_fld[1][1].pu1_y)
517 impeg2d_get_bottom_field_buf(&ps_dec->s_cur_frm_buf, &ps_dec->as_recent_fld[1][1],
521 ps_dec->as_ref_buf[FORW][TOP] = ps_dec->as_recent_fld[1][0];
522 ps_dec->as_ref_buf[FORW][BOTTOM] = ps_dec->as_recent_fld[1][1];
528 if((NULL == ps_dec->as_recent_fld[1][0].pu1_y) && (NULL == ps_dec->as_recent_fld[0][0].pu1_y))
531 ps_dec->as_recent_fld[1][0] = ps_dec->s_cur_frm_buf;
532 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 185 yuv_buf_t as_recent_fld[2][2]; member in struct:dec_state_struct_t

Completed in 149 milliseconds