Home | History | Annotate | Download | only in arm

Lines Matching full:yoffset

95     int  yoffset,
106 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
109 if (xoffset && !yoffset)
117 else if (!xoffset && yoffset)
124 if (yoffset & 0x1)
143 int yoffset,
153 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
155 if (xoffset && !yoffset)
160 else if (!xoffset && yoffset)
166 if (yoffset & 0x1)
185 int yoffset,
195 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
197 if (xoffset && !yoffset)
202 else if (!xoffset && yoffset)
208 if (yoffset & 0x1)