Home | History | Annotate | Download | only in decoder

Lines Matching refs:u2_frame_width

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,
152 ps_dec->u2_frame_width,
153 ps_dec->u2_frame_width >> 1,
154 ps_dec->u2_frame_width >> 1,
303 ps_dec->u2_frame_width = ALIGN16(ps_dec->u2_horizontal_size);
306 if (ps_dec->u2_frame_height > ps_dec->u2_create_max_height || ps_dec->u2_frame_width > ps_dec->u2_create_max_width)
529 ps_dec->u2_frame_width);
544 ps_dec->u2_frame_width);
569 ps_dec->u2_frame_width);
685 ps_dec->u2_frame_width);
698 ps_dec->u2_frame_width);