Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/
Dfilm_grain.cc494 const int stripe_mask = stripe_height - 1; in ConstructNoiseImage() local
506 for (; y < (plane_height & ~stripe_mask); ++luma_num, y += stripe_height) { in ConstructNoiseImage()
/external/libgav1/libgav1/src/dsp/
Dfilm_grain.cc445 const int stripe_mask = stripe_height - 1; in ConstructNoiseImageOverlap_C() local
451 for (; y < (plane_height & ~stripe_mask); ++luma_num, y += stripe_height) { in ConstructNoiseImageOverlap_C()
/external/libgav1/libgav1/src/dsp/arm/
Dfilm_grain_neon.cc1022 const int stripe_mask = stripe_height - 1; in ConstructNoiseImageOverlap8bpp_NEON() local
1030 for (; y < (plane_height & ~stripe_mask); ++luma_num, y += stripe_height) { in ConstructNoiseImageOverlap8bpp_NEON()