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

  /external/libmpeg2/common/
impeg2_mem_func.c 75 void impeg2_memset_8bit_8x8_block(UWORD8 *pu1_dst, WORD32 u4_dc_val, WORD32 u4_dst_wd)
82 pu1_dst += u4_dst_wd;
impeg2_inter_pred.c 81 UWORD32 u4_dst_wd)
98 pu1_dst += u4_dst_wd;
102 u4_dst_wd >>= 1;
116 pu1_dst += u4_dst_wd;
128 pu1_dst += u4_dst_wd;
  /external/libmpeg2/decoder/
impeg2d_d_pic.c 171 UWORD32 u4_dst_wd = u4_frame_width; local
195 u4_blk_pos = (u4_y_offset * u4_dst_wd) + u4_x_offset;
203 ps_dec->pf_memset_8bit_8x8_block(pu1_vld_buf, i2_dc_val, u4_dst_wd);
212 u4_dst_wd >>= 1;
218 ps_dec->pf_memset_8bit_8x8_block(pu1_vld_buf, i2_dc_val, u4_dst_wd);
228 ps_dec->pf_memset_8bit_8x8_block(pu1_vld_buf, i2_dc_val, u4_dst_wd);
impeg2d_mc.c 492 UWORD32 u4_dst_wd; local
498 u4_dst_wd = ps_dec->u2_frame_width;
502 u4_dst_wd <<= 1;
540 u4_dst_offset_y = (ps_dec->u2_mb_y << 4) * u4_dst_wd;
555 ps_dec->pf_copy_mb(&ps_mc->s_ref, &s_dst, ps_mc->s_luma.u4_src_wd, u4_dst_wd);
573 u4_dst_offset_y = (ps_dec->u2_mb_y << 4) * u4_dst_wd;
576 ps_mc->s_luma.u4_dst_wd_res_buf = u4_dst_wd;
582 ps_mc->s_chroma.u4_dst_wd_res_buf = u4_dst_wd >> 1;
625 UWORD32 u4_dst_wd; local
631 u4_dst_wd = ps_dec->u2_frame_width
    [all...]

Completed in 131 milliseconds