Searched refs:top_u (Results 1 – 1 of 1) sorted by relevance
163 void UpsampleRgbaLinePairNEON(const uint8_t *top_y, const uint8_t *bottom_y, const uint8_t *top_u, … in UpsampleRgbaLinePairNEON() argument172 const int u_diag = ((top_u[0] + cur_u[0]) >> 1) + 1; in UpsampleRgbaLinePairNEON()180 uint8x8_t a = vld1_u8(top_u); in UpsampleRgbaLinePairNEON()181 uint8x8_t b = vld1_u8(top_u + 1); in UpsampleRgbaLinePairNEON()