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

  /external/libmpeg2/decoder/
impeg2d_deinterlace.c 88 ps_dst->ai4_strd[0] = strd;
89 ps_dst->ai4_strd[1] = strd / 2;
90 ps_dst->ai4_strd[2] = strd / 2;
110 ps_top_fld->ai4_strd[0] = ps_frm->ai4_strd[0] * 2;
111 ps_top_fld->ai4_strd[1] = ps_frm->ai4_strd[1] * 2;
112 ps_top_fld->ai4_strd[2] = ps_frm->ai4_strd[2] * 2;
125 ps_bot_fld->apu1_buf[0] = ps_frm->apu1_buf[0] + ps_frm->ai4_strd[0]
    [all...]
  /external/libmpeg2/common/
icv.h 106 WORD32 ai4_strd[MAX_COMPONENTS]; member in struct:__anon25232
ideint_debug.c 100 strd = ps_pic->ai4_strd[i];
ideint_utils.c 129 src_strd = ps_src_fld->ai4_strd[i];
130 dst_strd = ps_dst_frm->ai4_strd[i];
138 pu1_dst += ps_dst_frm->ai4_strd[i] * comp_row_start;
139 pu1_src += ps_src_fld->ai4_strd[i] * comp_row_start / 2;
144 pu1_dst += ps_dst_frm->ai4_strd[i] * 2;
145 pu1_src += ps_src_fld->ai4_strd[i];
ideint.c 241 out_strd = ps_out_frm->ai4_strd[i];
244 cur_strd = ps_cur_fld->ai4_strd[i];
248 cur_strd = ps_nxt_fld->ai4_strd[i];
262 pu1_out += (ps_out_frm->ai4_strd[i] * row << 3);
265 pu1_prv += (ps_prv_fld->ai4_strd[i] * row << 2);

Completed in 74 milliseconds