pritin
Newbie level 3
- Joined
- Feb 15, 2006
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,307
i am doing deblocking filter for H.264 decoder.the technique used is block based coding i.e a picture is divided in to macroblocks(16x16).how to detemine the boundary strength of a picture.
Depending upon the boundary strength i have to do filtering operation.
one of the block is intra and ............. BS =4.
the edge ismacroblock edge
one of the block is intra ....................... BS =3
one of the block is coded residual......... BS =2
motion compensation from
difference frame ................................ BS =1
else ....................................................BS =0.
how should i write verilog code for this block.help me how to find boundary strength of a decoded image.
Depending upon the boundary strength i have to do filtering operation.
one of the block is intra and ............. BS =4.
the edge ismacroblock edge
one of the block is intra ....................... BS =3
one of the block is coded residual......... BS =2
motion compensation from
difference frame ................................ BS =1
else ....................................................BS =0.
how should i write verilog code for this block.help me how to find boundary strength of a decoded image.