Home
last modified time | relevance | path

Searched refs:s_gif_interlace_step (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/lgif/
Dfx_gif.h208 static const int32_t s_gif_interlace_step[4] = {8, 8, 4, 2}; variable
Dfx_gif.cpp982 s_gif_interlace_step[gif_ptr->img_pass_num]; in gif_load_frame()
986 if (gif_ptr->img_pass_num == FX_ArraySize(s_gif_interlace_step)) { in gif_load_frame()
991 s_gif_interlace_step[gif_ptr->img_pass_num] / 2; in gif_load_frame()