Searched refs:bottom_y (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() argument290 if (bottom_y) { in UpsampleRgbaLinePairNEON()295 uint8x8_t y = vld1_u8(bottom_y + (16 * block + 1) + i); in UpsampleRgbaLinePairNEON()