Home
last modified time | relevance | path

Searched refs:width_aligned (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
329 width_aligned = FFALIGN(b_width , align_fac); in ff_ivi_init_planes()
331 buf_size = width_aligned * height_aligned * sizeof(int16_t); in ff_ivi_init_planes()
339 band->pitch = width_aligned; in ff_ivi_init_planes()