Hi rajesh,
i am new to vp8. i have some doubts in vp8 filtering.
1)algorithamic level both h264 and vp8 process the vertical edges first and than horiznatl edges .is this true?
i found below lines in vp8 spec.
Before taking up the filtering algorithms themselves, we should emphasize a point Even though the pixel segments associated to a macroblock are antecedent to the macroblock (that is, lie within the macroblock or in already-constructed macroblocks), a macroblock must not be filtered immediately after its "reconstruction" . Rather, the loop filter applies after all the macroblocks have been "reconstructed" (i.e.had their predictor summed with their residue); correct decoding is predicated on the fact that already-constructed portions of the current frame referenced via intra-prediction are not yet filtered.
what exactly above lines conveying?
do we need wait until all MBs of given frames to be reconstucted before filtering process starts?(if this is case the performance can be droped significantly because we need to wait for all MBs)
Thanks,
pathi