Searched refs:argb_scratch (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/enc/ |
D | predictor_enc.c | 286 uint32_t* const argb_scratch, in GetBestPredictorForTile() argument 313 uint32_t* upper_row = argb_scratch; in GetBestPredictorForTile() 397 uint32_t* const argb_scratch, in CopyImageWithPrediction() argument 405 uint32_t* upper_row = argb_scratch; in CopyImageWithPrediction() 454 uint32_t* const argb, uint32_t* const argb_scratch, in VP8LResidualImage() argument 473 bits, histo, argb_scratch, argb, max_quantization, exact, in VP8LResidualImage() 480 CopyImageWithPrediction(width, height, bits, image, argb_scratch, argb, in VP8LResidualImage()
|
D | vp8li_enc.h | 82 uint32_t* const argb, uint32_t* const argb_scratch,
|
D | vp8i_enc.h | 511 uint32_t* argb, uint32_t* argb_scratch,
|