Searched refs:kGifInterlaceStep (Results 1 – 1 of 1) sorted by relevance
22 constexpr int32_t kGifInterlaceStep[4] = {8, 8, 4, 2}; variable301 gif_image->row_num += kGifInterlaceStep[img_pass_num_]; in LoadFrame()305 if (img_pass_num_ == FX_ArraySize(kGifInterlaceStep)) { in LoadFrame()309 gif_image->row_num = kGifInterlaceStep[img_pass_num_] / 2; in LoadFrame()