Searched refs:noise_stripe_prev (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | film_grain.cc | 453 const GrainType* noise_stripe_prev = (*noise_stripes)[luma_num - 1]; in ConstructNoiseImageOverlap_C() local 456 &noise_stripe_prev[32 * plane_width], in ConstructNoiseImageOverlap_C() 460 &noise_stripe_prev[(32 + 1) * plane_width], in ConstructNoiseImageOverlap_C() 473 const GrainType* noise_stripe_prev = (*noise_stripes)[luma_num - 1]; in ConstructNoiseImageOverlap_C() local 475 &noise_stripe_prev[32 * plane_width], in ConstructNoiseImageOverlap_C() 481 &noise_stripe_prev[(32 + 1) * plane_width], in ConstructNoiseImageOverlap_C() 489 const GrainType* noise_stripe_prev = (*noise_stripes)[luma_num - 1]; in ConstructNoiseImageOverlap_C() local 491 &noise_stripe_prev[16 * plane_width], in ConstructNoiseImageOverlap_C()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | film_grain_neon.cc | 1032 const int8_t* noise_stripe_prev = (*noise_stripes)[luma_num - 1]; in ConstructNoiseImageOverlap8bpp_NEON() local 1034 noise_stripe, &noise_stripe_prev[32 * plane_width], plane_width, in ConstructNoiseImageOverlap8bpp_NEON() 1038 &noise_stripe_prev[(32 + 1) * plane_width], in ConstructNoiseImageOverlap8bpp_NEON() 1050 const int8_t* noise_stripe_prev = (*noise_stripes)[luma_num - 1]; in ConstructNoiseImageOverlap8bpp_NEON() local 1052 noise_stripe, &noise_stripe_prev[32 * plane_width], plane_width, in ConstructNoiseImageOverlap8bpp_NEON() 1057 &noise_stripe_prev[(32 + 1) * plane_width], in ConstructNoiseImageOverlap8bpp_NEON() 1066 const int8_t* noise_stripe_prev = (*noise_stripes)[luma_num - 1]; in ConstructNoiseImageOverlap8bpp_NEON() local 1068 noise_stripe, &noise_stripe_prev[16 * plane_width], plane_width, in ConstructNoiseImageOverlap8bpp_NEON()
|