This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Issue with h264 decoder and resizer

Hi

I'm having an issue when i decode a h264 video and then resize it. I see color bars in the top and right side of the resultant video. I'm using a dm365 with the dvsdk 4.02.

I'm using a 720x480 video and the h264 decoder is giving me a 720x480 video with a 768 pitch where the valid data starts at x=24 and y=48. However the resizer requieres a 32 aligned buffer, so i'm setting the buffer to start at the next 32 align address of this point (so will be x=32). So my guess is that the vertical bars i see are because of this correction. I also tried to just align the buffer to the y position and set the prev_ss_output_spec->rsz_ss_input_spec->hst  that corresponds to vertical start position of the image data in the resizer configuration structure but i'm still seeing the bars. By the way i only saw the verticals bars in the odd frames

i have ran out of ideas of what could be the cause of the top horizontal green line.

This an image of the original video

This an image of the resized video

Thanks,

Melissa

Here is the ipipe/resizer registers dump

View:http://e2e.ti.com/cfs-file.ashx/__key/CommunityServer-Discussions-Components-Files/100/2158.h264_2D00_reg.txt]