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

  /external/libmpeg2/common/
icv.h 100 WORD32 ai4_wd[MAX_COMPONENTS]; member in struct:__anon25232
ideint_debug.c 98 wd = ps_pic->ai4_wd[i];
ideint.c 217 num_blks_x = ALIGN8(ps_out_frm->ai4_wd[i]) >> 3;
306 if((((num_blks_x - 1) == col) && (ps_out_frm->ai4_wd[i] & 0x7)) ||
312 if(((num_blks_x - 1) == col) && (ps_out_frm->ai4_wd[i] & 0x7))
313 blk_wd = (ps_out_frm->ai4_wd[i] & 0x7);
ideint_utils.c 143 memcpy(pu1_dst, pu1_src, ps_dst_frm->ai4_wd[i]);
  /external/libmpeg2/decoder/
impeg2d_deinterlace.c 80 ps_dst->ai4_wd[0] = wd;
81 ps_dst->ai4_wd[1] = wd / 2;
82 ps_dst->ai4_wd[2] = wd / 2;
102 ps_top_fld->ai4_wd[0] = ps_frm->ai4_wd[0];
103 ps_top_fld->ai4_wd[1] = ps_frm->ai4_wd[1];
104 ps_top_fld->ai4_wd[2] = ps_frm->ai4_wd[2];

Completed in 506 milliseconds