Searched refs:pp_h (Results 1 – 2 of 2) sorted by relevance
192 int pp_w, pp_h; in CombinedHorzVertFilter() local200 pp_h = (height >> 3); in CombinedHorzVertFilter()202 for (mbr = 0; mbr < pp_h; mbr += 2) /* row of blocks */ in CombinedHorzVertFilter()216 if (br < pp_h) /* boundary : don't do it on the lowest row block */ in CombinedHorzVertFilter()332 if (br < pp_h) in CombinedHorzVertFilter()469 int pp_w, pp_h; in CombinedHorzVertFilter_NoSoftDeblocking() local477 pp_h = (height >> 3); in CombinedHorzVertFilter_NoSoftDeblocking()479 for (mbr = 0; mbr < pp_h; mbr += 2) /* row of blocks */ in CombinedHorzVertFilter_NoSoftDeblocking()493 if (br < pp_h) /* boundary : don't do it on the lowest row block */ in CombinedHorzVertFilter_NoSoftDeblocking()571 if (br < pp_h) in CombinedHorzVertFilter_NoSoftDeblocking()
41 int pp_w, pp_h, brwidth; in CombinedHorzVertRingFilter() local53 pp_h = (height >> 3); in CombinedHorzVertRingFilter()63 for (mbr = 0; mbr < pp_h; mbr += 2) in CombinedHorzVertRingFilter()95 if (br < pp_h && bc < pp_w) in CombinedHorzVertRingFilter()254 if (br < pp_h && bc < pp_w) in CombinedHorzVertRingFilter()411 if (br < pp_h && bc < pp_w) in CombinedHorzVertRingFilter()421 if (br > 0 && bc > 0 && br < pp_h - 1 && bc < pp_w - 1) in CombinedHorzVertRingFilter()478 if (br > 0 && br < pp_h - 1) in CombinedHorzVertRingFilter()