Searched refs:pix_count (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/enc/
H A Dbackward_references.c231 const int pix_count = xsize * ysize; local
237 for (i = 1; i < pix_count; ++i) {
257 const int pix_count = xsize * ysize; local
267 if (!HashChainInit(hash_chain, pix_count)) goto Error;
270 for (i = 0; i < pix_count; ) {
274 if (i < pix_count - 1) { // FindCopy(i,..) reads pixels at [i] and [i + 1].
275 int maxlen = pix_count - i;
289 if (i < pix_count - 2) { // FindCopy(i+1,..) reads [i + 1] and [i + 2].
290 int maxlen = pix_count - (i + 1);
323 const int last = (len < pix_count
460 const int pix_count = xsize * ysize; local
609 const int pix_count = xsize * ysize; local
[all...]

Completed in 43 milliseconds