Searched refs:kMaxOutputWidth (Results 1 – 1 of 1) sorted by relevance
2794 #define kMaxOutputWidth 640 macro2811 assert(dst_width <= kMaxOutputWidth); in ScaleRowDown8Int_C()2814 src_row + kMaxOutputWidth, in ScaleRowDown8Int_C()2816 ScaleRowDown2Int_C(src_row, kMaxOutputWidth, dst, dst_width); in ScaleRowDown8Int_C()3160 ScaleRowDown8 = filtering && (dst_width <= kMaxOutputWidth) ? in ScalePlaneDown8()