Searched refs:VP8LAddPixels (Results 1 – 3 of 3) sorted by relevance
152 uint32_t VP8LAddPixels(uint32_t a, uint32_t b) { in VP8LAddPixels() function182 out[x] = VP8LAddPixels(in[x], pred); \
176 out[i] = left = VP8LAddPixels(in[i], left); in GENERATE_PREDICTOR_ADD()
262 current_row[x] = VP8LAddPixels(predict, residual); in GetResidual()