Home | History | Annotate | Download | only in decoder

Lines Matching refs:u2_width

143     UWORD16 u2_width;
153 u2_width = impeg2d_bit_stream_get(ps_stream,12);
156 if (0 == u2_width || 0 == u2_height)
162 if ((u2_width != ps_dec->u2_horizontal_size)
168 ps_dec->u2_horizontal_size = u2_width;
182 else if((u2_width > ps_dec->u2_create_max_width)
188 ps_dec->u2_reinit_max_width = u2_width;