Home
last modified time | relevance | path

Searched refs:VP8ApplyNearLossless (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/enc/
Dnear_lossless_enc.c100 int VP8ApplyNearLossless(int xsize, int ysize, uint32_t* argb, int quality) { in VP8ApplyNearLossless() function
Dvp8i_enc.h507 int VP8ApplyNearLossless(int xsize, int ysize, uint32_t* argb, int quality);
Dvp8l_enc.c1476 if (!VP8ApplyNearLossless(width, height, picture->argb, in VP8LEncodeStream()