Home
last modified time | relevance | path

Searched refs:luma_pitch (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dindeo3.c172 ptrdiff_t luma_pitch, chroma_pitch; in allocate_frame_buffers() local
188 luma_pitch = FFALIGN(luma_width, 16); in allocate_frame_buffers()
193 luma_size = luma_pitch * (luma_height + 1); in allocate_frame_buffers()
201 ctx->planes[p].pitch = !p ? luma_pitch : chroma_pitch; in allocate_frame_buffers()

Completed in 2 milliseconds