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

  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 190 const int height_hor = (2 * h + SUBPEL_TAPS - 2 + 7) & ~7; local
193 int x, y = height_hor;
306 const int height_hor = (4 * h + SUBPEL_TAPS - 2 + 7) & ~7; local
309 int x, y = height_hor;
412 // vertical scaling, so height_hor must be multiple of 8, and no less than
433 const int height_hor = (4 * h / 3 + 1 + 7) & ~7; local
435 int x, y = height_hor;
575 const int height_hor = (4 * h / 3 + SUBPEL_TAPS - 1 + 7) & ~7; local
583 int x, y = height_hor;
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c 231 const int height_hor = (2 * h + SUBPEL_TAPS - 2 + 7) & ~7; local
233 int x, y = height_hor;
347 const int height_hor = (4 * h + SUBPEL_TAPS - 2 + 7) & ~7; local
349 int x, y = height_hor;
459 const int height_hor = (4 * h / 3 + SUBPEL_TAPS - 1 + 7) & ~7; local
461 int x, y = height_hor;
    [all...]

Completed in 544 milliseconds