Searched refs:kMaxOutputWidth (Results 1 - 2 of 2) sorted by relevance

/external/libyuv/files/source/
H A Dscale.cc2033 static const int kMaxOutputWidth = 640; variable
2034 static const int kMaxRow12 = kMaxOutputWidth * 2;
2055 assert(dst_width <= kMaxOutputWidth);
2058 src_row + kMaxOutputWidth,
2060 ScaleRowDown2Int_C(src_row, kMaxOutputWidth, dst, dst_width);
2374 filtering && (dst_width <= kMaxOutputWidth) ?
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c2792 //static const int kMaxOutputWidth = 640;
2793 //static const int kMaxRow12 = 1280; //kMaxOutputWidth * 2;
2794 #define kMaxOutputWidth 640 macro
2811 assert(dst_width <= kMaxOutputWidth);
2814 src_row + kMaxOutputWidth,
2816 ScaleRowDown2Int_C(src_row, kMaxOutputWidth, dst, dst_width);
3160 ScaleRowDown8 = filtering && (dst_width <= kMaxOutputWidth) ?

Completed in 101 milliseconds