/external/libgav1/libgav1/src/ |
D | film_grain.cc | 532 const uint8_t* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseChromaWorker() argument 558 source_plane_y + start_height * source_stride_y); in BlendNoiseChromaWorker() 588 int max_luma, const uint8_t* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseLumaWorker() argument 602 source_plane_y + start_height * source_stride_y); in BlendNoiseLumaWorker() 614 const uint8_t* source_plane_y, ptrdiff_t source_stride_y, in AddNoise() argument 742 source_plane_y, source_stride_y, source_plane_u, in AddNoise() 746 min_value, max_chroma, source_plane_y, in AddNoise() 755 source_plane_y, source_stride_y, source_plane_u, source_plane_v, in AddNoise() 765 scaling_lut_u_, source_plane_y, source_stride_y, source_plane_u, in AddNoise() 772 scaling_lut_v_, source_plane_y, source_stride_y, source_plane_v, in AddNoise() [all …]
|
D | film_grain.h | 57 const void* source_plane_y, ptrdiff_t source_stride_y, 97 bool AddNoise(const uint8_t* source_plane_y, ptrdiff_t source_stride_y, 117 const uint8_t* source_plane_y, 126 const uint8_t* source_plane_y,
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | film_grain_sse4.cc | 168 const void* source_plane_y, ptrdiff_t source_stride_y, void* dest_plane_y, in BlendNoiseWithImageLuma_SSE4_1() argument 172 const auto* in_y_row = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageLuma_SSE4_1() 313 const void* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChromaWithCfl_SSE4_1() argument 318 const auto* in_y = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageChromaWithCfl_SSE4_1() 439 const void* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChroma8bpp_SSE4_1() argument 445 const auto* in_y = static_cast<const uint8_t*>(source_plane_y); in BlendNoiseWithImageChroma8bpp_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/ |
D | film_grain.cc | 502 const void* source_plane_y, ptrdiff_t source_stride_y, void* dest_plane_y, in BlendNoiseWithImageLuma_C() argument 506 const auto* in_y = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageLuma_C() 531 const void* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChroma_C() argument 540 const auto* in_y = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageChroma_C() 593 const void* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChromaWithCfl_C() argument 598 const auto* in_y = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageChromaWithCfl_C()
|
D | dsp.h | 756 const void* source_plane_y, ptrdiff_t source_stride_y, 764 const void* source_plane_y, ptrdiff_t source_stride_y,
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | film_grain_neon.cc | 692 const void* source_plane_y, ptrdiff_t source_stride_y, void* dest_plane_y, in BlendNoiseWithImageLuma_NEON() argument 696 const auto* in_y_row = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageLuma_NEON() 849 const void* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChromaWithCfl_NEON() argument 854 const auto* in_y = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageChromaWithCfl_NEON() 970 const void* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChroma8bpp_NEON() argument 976 const auto* in_y = static_cast<const uint8_t*>(source_plane_y); in BlendNoiseWithImageChroma8bpp_NEON()
|