Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/
Dintrapred_cfl.cc79 const ptrdiff_t luma_x_next = luma_x + stride; in CflSubsampler_C() local
82 ((subsampling_y != 0) ? (src[luma_x_next] + src[luma_x_next + 1]) in CflSubsampler_C()