Searched refs:INTERP_PRECISION_BITS (Results 1 – 1 of 1) sorted by relevance
26 #define INTERP_PRECISION_BITS 32 macro244 while ((y >> INTERP_PRECISION_BITS) < (INTERP_TAPS / 2 - 1)) { in interpolate()251 while ((y >> INTERP_PRECISION_BITS) + in interpolate()260 int_pel = y >> INTERP_PRECISION_BITS; in interpolate()261 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()275 int_pel = y >> INTERP_PRECISION_BITS; in interpolate()276 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()288 int_pel = y >> INTERP_PRECISION_BITS; in interpolate()289 sub_pel = (y >> (INTERP_PRECISION_BITS - SUBPEL_BITS)) & SUBPEL_MASK; in interpolate()299 int_pel = y >> INTERP_PRECISION_BITS; in interpolate()[all …]