Searched refs:argb_scratch (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/enc/ |
D | predictor_enc.c | 301 uint32_t* const argb_scratch, in GetBestPredictorForTile() argument 329 uint32_t* upper_row = argb_scratch; in GetBestPredictorForTile() 415 uint32_t* const argb_scratch, in CopyImageWithPrediction() argument 423 uint32_t* upper_row = argb_scratch; in CopyImageWithPrediction() 476 uint32_t* const argb, uint32_t* const argb_scratch, in VP8LResidualImage() argument 495 bits, histo, argb_scratch, argb, max_quantization, exact, in VP8LResidualImage() 502 CopyImageWithPrediction(width, height, bits, image, argb_scratch, argb, in VP8LResidualImage()
|
D | vp8li_enc.h | 105 uint32_t* const argb, uint32_t* const argb_scratch,
|