Lines Matching full:samples
72 // Import the source samples into the cache. Takes care of replicating
126 // Copy back the compressed samples into user space if requested.
313 // We store and update the boundary samples into an array of 37 pixels. They
315 // The position of the samples has the following snake pattern:
356 // Import the boundary samples
363 // top-right samples have a special case on the far right of the picture
382 // Update the cache with 7 fresh samples
384 top[-4 + i] = blk[i + 3 * BPS]; // store future top samples
387 for (i = 0; i <= 2; ++i) { // store future left samples
390 } else { // else replicate top-right samples, as says the specs.