HomeSort by relevance Sort by last modified time
    Searched full:horizontal_value (Results 1 - 1 of 1) sorted by null

  /external/libmpeg2/decoder/
impeg2d_dec_hdr.c 293 UWORD16 horizontal_value; local
350 horizontal_value = (impeg2d_bit_stream_get(ps_stream,2) << 12);
362 if(ps_dec->u2_create_max_width < (ps_dec->u2_horizontal_size + horizontal_value))
367 ps_dec->u2_horizontal_size += horizontal_value;
    [all...]

Completed in 105 milliseconds