Home
last modified time | relevance | path

Searched refs:INTERP_PRECISION_BITS (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_resize.c26 #define INTERP_PRECISION_BITS 32 macro
244 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 …]