Lines Matching full:samples
26 // Simple filter: up to 2 luma samples are read and 1 is written.
27 // Complex filter: up to 4 luma samples are read and 3 are written. Same for
28 // U/V, so it's 8 samples total (because of the 2x upsampling).
221 // Transfer samples to row cache
317 // rotate top samples
346 // 'Simple' filter reads two luma samples outside of the macroblock and
347 // and filters one. It doesn't filter the chroma samples. Hence, we can
349 // For the 'Complex' filter, 3 samples are read and up to 3 are filtered.
409 // Rotate in the left samples from previously decoded block. We move four
435 // bring top samples into the cache
516 // stash away top samples for next block