HomeSort by relevance Sort by last modified time
    Searched refs:int_pel (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_resize.c 236 int x, x1, x2, sum, k, int_pel, sub_pel; local
260 int_pel = y >> INTERP_PRECISION_BITS;
265 const int pk = int_pel - INTERP_TAPS / 2 + 1 + k;
275 int_pel = y >> INTERP_PRECISION_BITS;
280 sum += filter[k] * input[(int_pel - INTERP_TAPS / 2 + 1 + k < 0 ?
282 int_pel - INTERP_TAPS / 2 + 1 + k)];
288 int_pel = y >> INTERP_PRECISION_BITS;
293 sum += filter[k] * input[int_pel - INTERP_TAPS / 2 + 1 + k];
299 int_pel = y >> INTERP_PRECISION_BITS;
304 sum += filter[k] * input[(int_pel - INTERP_TAPS / 2 + 1 + k >
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_resize.c 236 int x, x1, x2, sum, k, int_pel, sub_pel; local
260 int_pel = y >> INTERP_PRECISION_BITS;
265 const int pk = int_pel - INTERP_TAPS / 2 + 1 + k;
275 int_pel = y >> INTERP_PRECISION_BITS;
280 sum += filter[k] * input[(int_pel - INTERP_TAPS / 2 + 1 + k < 0 ?
282 int_pel - INTERP_TAPS / 2 + 1 + k)];
288 int_pel = y >> INTERP_PRECISION_BITS;
293 sum += filter[k] * input[int_pel - INTERP_TAPS / 2 + 1 + k];
299 int_pel = y >> INTERP_PRECISION_BITS;
304 sum += filter[k] * input[(int_pel - INTERP_TAPS / 2 + 1 + k >
    [all...]

Completed in 413 milliseconds