Searched refs:luma_multiplier (Results 1 – 3 of 3) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | film_grain_sse4.cc | 364 int chroma_multiplier, int luma_multiplier, in BlendChromaPlane8bpp_SSE4_1() argument 381 (luma_multiplier & 0xFFFF)); in BlendChromaPlane8bpp_SSE4_1() 450 const int luma_multiplier = in BlendNoiseWithImageChroma8bpp_SSE4_1() local 457 luma_multiplier, scaling_lut, in_y, source_stride_y, in_uv, in BlendNoiseWithImageChroma8bpp_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | film_grain_neon.cc | 878 const int16x8_t& offset, int luma_multiplier, int chroma_multiplier) { in BlendChromaValsNoCfl() argument 881 const int16x8_t weighted_luma = vmulq_n_s16(average_luma, luma_multiplier); in BlendChromaValsNoCfl() 900 int chroma_multiplier, int luma_multiplier, in BlendChromaPlane8bpp_NEON() argument 928 average_luma, scaling_shift_vect, offset, luma_multiplier, in BlendChromaPlane8bpp_NEON() 951 average_luma, scaling_shift_vect, offset, luma_multiplier, in BlendChromaPlane8bpp_NEON() 981 const int luma_multiplier = in BlendNoiseWithImageChroma8bpp_NEON() local 988 luma_multiplier, scaling_lut, in_y, source_stride_y, in BlendNoiseWithImageChroma8bpp_NEON()
|
/external/libgav1/libgav1/src/dsp/ |
D | film_grain.cc | 548 const int luma_multiplier = in BlendNoiseWithImageChroma_C() local 572 const int combined = average_luma * luma_multiplier + orig * multiplier; in BlendNoiseWithImageChroma_C()
|