Lines Matching refs:UNROLL
1050 #define UNROLL 8 in S32A_D565_Opaque_Dither_neon() macro
1052 if (count >= UNROLL) { in S32A_D565_Opaque_Dither_neon()
1133 dst += UNROLL; in S32A_D565_Opaque_Dither_neon()
1134 count -= UNROLL; in S32A_D565_Opaque_Dither_neon()
1136 } while (count >= UNROLL); in S32A_D565_Opaque_Dither_neon()
1138 #undef UNROLL in S32A_D565_Opaque_Dither_neon()
1181 #define UNROLL 8 in S32_D565_Opaque_Dither_neon() macro
1182 if (count >= UNROLL) { in S32_D565_Opaque_Dither_neon()
1187 while (count >= UNROLL) { in S32_D565_Opaque_Dither_neon()
1242 dst += UNROLL; in S32_D565_Opaque_Dither_neon()
1244 count -= UNROLL; in S32_D565_Opaque_Dither_neon()
1245 x += UNROLL; // probably superfluous in S32_D565_Opaque_Dither_neon()
1248 #undef UNROLL in S32_D565_Opaque_Dither_neon()