Does H.264 Decoder support non-multiple of 16 frame height and width?
H.264 bit-streams with non-multiple of 16 frame-height and frame-width are supported. Decoder will generate output frames of non–multiple of 16 dimensions only. There will be no padding applied by the decoder. However height and width values used while creating the decoder instance must be multiple of 16. This is necessary because decoder’s internal memory allocations are in units of macroblocks.