pritin
Newbie level 3
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.