Home
last modified time | relevance | path

Searched defs:luma_x (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dfilm_grain_sse4.cc260 const int luma_x = x << subsampling_x; in BlendChromaPlaneWithCfl_SSE4_1() local
283 const int luma_x = x << subsampling_x; in BlendChromaPlaneWithCfl_SSE4_1() local
389 const int luma_x = x << subsampling_x; in BlendChromaPlane8bpp_SSE4_1() local
403 const int luma_x = x << subsampling_x; in BlendChromaPlane8bpp_SSE4_1() local
/external/libgav1/libgav1/src/dsp/
Dintrapred_cfl.cc77 const ptrdiff_t luma_x = in CflSubsampler_C() local
Dfilm_grain.cc203 const int luma_x = ((x - kAutoRegressionBorder) << subsampling_x) + in ApplyAutoRegressiveFilterToChromaGrains_C() local
559 const int luma_x = x << subsampling_x; in BlendNoiseWithImageChroma_C() local
613 const int luma_x = x << subsampling_x; in BlendNoiseWithImageChromaWithCfl_C() local
/external/libgav1/libgav1/src/dsp/arm/
Dfilm_grain_neon.cc256 int luma_x = kAutoRegressionBorder; in ApplyAutoRegressiveFilterToChromaGrains_NEON() local
793 const int luma_x = x << subsampling_x; in BlendChromaPlaneWithCfl_NEON() local
815 const int luma_x = x << subsampling_x; in BlendChromaPlaneWithCfl_NEON() local
923 const int luma_x = x << subsampling_x; in BlendChromaPlane8bpp_NEON() local
942 const int luma_x = x << subsampling_x; in BlendChromaPlane8bpp_NEON() local
/external/libgav1/libgav1/src/tile/
Dprediction.cc552 const int luma_x = start_x << subsampling_x; in ChromaFromLumaPrediction() local