Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Divi.c293 uint32_t b_width, b_height, align_fac, width_aligned, in ff_ivi_init_planes() local
328 align_fac = p ? 8 : 16; in ff_ivi_init_planes()
329 width_aligned = FFALIGN(b_width , align_fac); in ff_ivi_init_planes()
330 height_aligned = FFALIGN(b_height, align_fac); in ff_ivi_init_planes()