Searched refs:sub_pel (Results 1 – 1 of 1) sorted by relevance
236 int x, x1, x2, sum, k, int_pel, sub_pel; in interpolate() local261 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()262 filter = interp_filters[sub_pel]; in interpolate()276 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()277 filter = interp_filters[sub_pel]; in interpolate()289 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()290 filter = interp_filters[sub_pel]; in interpolate()300 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()301 filter = interp_filters[sub_pel]; in interpolate()