Home
last modified time | relevance | path

Searched refs:ps_top_fld (Results 1 – 1 of 1) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_deinterlace.c99 icv_pic_t *ps_top_fld, in impeg2d_get_flds() argument
102 ps_top_fld->ai4_wd[0] = ps_frm->ai4_wd[0]; in impeg2d_get_flds()
103 ps_top_fld->ai4_wd[1] = ps_frm->ai4_wd[1]; in impeg2d_get_flds()
104 ps_top_fld->ai4_wd[2] = ps_frm->ai4_wd[2]; in impeg2d_get_flds()
106 ps_top_fld->ai4_ht[0] = ps_frm->ai4_ht[0] / 2; in impeg2d_get_flds()
107 ps_top_fld->ai4_ht[1] = ps_frm->ai4_ht[1] / 2; in impeg2d_get_flds()
108 ps_top_fld->ai4_ht[2] = ps_frm->ai4_ht[2] / 2; in impeg2d_get_flds()
110 ps_top_fld->ai4_strd[0] = ps_frm->ai4_strd[0] * 2; in impeg2d_get_flds()
111 ps_top_fld->ai4_strd[1] = ps_frm->ai4_strd[1] * 2; in impeg2d_get_flds()
112 ps_top_fld->ai4_strd[2] = ps_frm->ai4_strd[2] * 2; in impeg2d_get_flds()
[all …]