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

  /external/libmpeg2/decoder/
impeg2d_structs.h 171 UWORD16 u2_create_max_width; member in struct:dec_state_struct_t
impeg2d_dec_hdr.c 166 if((u2_width > ps_dec->u2_create_max_width)
184 if((ps_dec->u2_horizontal_size > ps_dec->u2_create_max_width)
    [all...]
impeg2d_api_main.c 244 ((ps_dec_state->u2_create_max_width * ps_dec_state->u2_create_max_height) >> 2);
767 u4_stride = ps_dec_state->u2_create_max_width;
    [all...]
impeg2d_pic_proc.c 304 if (ps_dec->u2_frame_height > ps_dec->u2_create_max_height || ps_dec->u2_frame_width > ps_dec->u2_create_max_width)

Completed in 4487 milliseconds