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

  /external/libmpeg2/decoder/
impeg2d_pic_proc.c 61 pu1_src_y = ps_src_pic->pu1_y + (u4_start_row * ps_dec->u2_frame_width);
62 pu1_src_u = ps_src_pic->pu1_u + ((u4_start_row >> 1) * (ps_dec->u2_frame_width >> 1));
63 pu1_src_v = ps_src_pic->pu1_v + ((u4_start_row >> 1) *(ps_dec->u2_frame_width >> 1));
75 ps_dec->u2_frame_width,
76 (ps_dec->u2_frame_width >> 1),
77 (ps_dec->u2_frame_width >> 1),
92 u2_stride_y = ps_dec->u2_frame_width;
136 ps_dec->u2_frame_width,
137 ps_dec->u2_frame_width >> 1,
138 ps_dec->u2_frame_width >> 1
    [all...]
impeg2d_mv_dec.c 231 pi2_mv, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_picture_width);
271 pi2_mv, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_picture_width);
347 pi2_mv, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_picture_width);
400 pi2_mv, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_picture_width);
406 pi2_mv, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_picture_width);
454 pi2_mv, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_picture_width);
496 pi2_mv, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_picture_width);
impeg2d_d_pic.c 150 UWORD32 u4_frame_width = ps_dec->u2_frame_width;
157 u4_frm_offset = ps_dec->u2_frame_width;
impeg2d_deinterlace.c 202 ps_dec->u2_vertical_size, ps_dec->u2_frame_width);
212 ps_dec->u2_vertical_size, ps_dec->u2_frame_width);
impeg2d_i_pic.c 177 UWORD32 u4_frame_width = ps_dec->u2_frame_width;
191 u4_frm_offset = ps_dec->u2_frame_width;
impeg2d_mc.c 498 u4_dst_wd = ps_dec->u2_frame_width;
505 u4_frm_offset = ps_dec->u2_frame_width;
536 pi2_mv, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_picture_width);
570 pi2_mv, ps_dec->u2_mb_x, ps_dec->u2_mb_y, ps_dec->u2_frame_width, ps_dec->u2_frame_height,ps_dec->u2_picture_width);
631 u4_dst_wd = ps_dec->u2_frame_width;
639 u4_frm_offset = ps_dec->u2_frame_width;
    [all...]
impeg2d_structs.h 167 UWORD16 u2_frame_width; /* Width of the frame */ member in struct:dec_state_struct_t
impeg2d_api_main.c     [all...]
impeg2d_pnb_pic.c 521 ps_dec->u2_picture_width = ps_dec->u2_frame_width;
528 u4_frm_offset = ps_dec->u2_frame_width;
impeg2d_dec_hdr.c     [all...]

Completed in 63 milliseconds