Searched refs:VP8LAddPixels (Results 1 – 4 of 4) 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()
963 5ee2136a Merge "add VP8LAddPixels() to lossless.h"964 47435a61 add VP8LAddPixels() to lossless.h
Completed in 11 milliseconds