Home
last modified time | relevance | path

Searched defs:safe_chroma_width (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libgav1/src/dsp/x86/
H A Dfilm_grain_sse4.cc233 const int safe_chroma_width = (chroma_width - (width & 1)) & ~7; in BlendChromaPlaneWithCfl_SSE4_1() local
357 const int safe_chroma_width = (chroma_width - (width & 1)) & ~7; in BlendChromaPlane8bpp_SSE4_1() local
/aosp_15_r20/external/libgav1/src/dsp/arm/
H A Dfilm_grain_neon.cc842 const int safe_chroma_width = chroma_width & ~7; in BlendChromaPlaneWithCfl_NEON() local
981 const int safe_chroma_width = chroma_width & ~7; in BlendChromaPlane8bpp_NEON() local
1340 const int safe_chroma_width = chroma_width & ~7; in BlendChromaPlane10bpp_NEON() local