Home
last modified time | relevance | path

Searched refs:chroma_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
189 chroma_pitch = FFALIGN(chroma_width, 16); in allocate_frame_buffers()
197 chroma_size = chroma_pitch * (chroma_height + 1); in allocate_frame_buffers()
201 ctx->planes[p].pitch = !p ? luma_pitch : chroma_pitch; in allocate_frame_buffers()

Completed in 3 milliseconds