Searched refs:pp_h (Results 1 – 2 of 2) sorted by relevance
191 int pp_w, pp_h; in CombinedHorzVertFilter() local199 pp_h = (height >> 3); in CombinedHorzVertFilter()201 for (mbr = 0; mbr < pp_h; mbr += 2) /* row of blocks */ in CombinedHorzVertFilter()215 if (br < pp_h) /* boundary : don't do it on the lowest row block */ in CombinedHorzVertFilter()331 if (br < pp_h) in CombinedHorzVertFilter()468 int pp_w, pp_h; in CombinedHorzVertFilter_NoSoftDeblocking() local476 pp_h = (height >> 3); in CombinedHorzVertFilter_NoSoftDeblocking()478 for (mbr = 0; mbr < pp_h; mbr += 2) /* row of blocks */ in CombinedHorzVertFilter_NoSoftDeblocking()492 if (br < pp_h) /* boundary : don't do it on the lowest row block */ in CombinedHorzVertFilter_NoSoftDeblocking()570 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()