Searched refs:source_plane_y (Results 1 – 6 of 6) sorted by relevance
/external/libgav1/src/ |
D | film_grain.cc | 543 const uint8_t* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseChromaWorker() argument 569 source_plane_y + start_height * source_stride_y); in BlendNoiseChromaWorker() 599 int max_luma, const uint8_t* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseLumaWorker() argument 613 source_plane_y + start_height * source_stride_y); in BlendNoiseLumaWorker() 625 const uint8_t* source_plane_y, ptrdiff_t source_stride_y, in AddNoise() argument 753 source_plane_y, source_stride_y, source_plane_u, in AddNoise() 757 min_value, max_chroma, source_plane_y, in AddNoise() 766 source_plane_y, source_stride_y, source_plane_u, source_plane_v, in AddNoise() 776 scaling_lut_u_, source_plane_y, source_stride_y, source_plane_u, in AddNoise() 783 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, 121 const uint8_t* source_plane_y, 130 const uint8_t* source_plane_y,
|
/external/libgav1/src/dsp/x86/ |
D | film_grain_sse4.cc | 154 const int16_t* scaling_lut_y, const void* source_plane_y, in BlendNoiseWithImageLuma_SSE4_1() argument 158 const auto* in_y_row = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageLuma_SSE4_1() 294 const void* LIBGAV1_RESTRICT source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChromaWithCfl_SSE4_1() argument 299 const auto* in_y = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageChromaWithCfl_SSE4_1() 419 const void* LIBGAV1_RESTRICT source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChroma8bpp_SSE4_1() argument 425 const auto* in_y = static_cast<const uint8_t*>(source_plane_y); in BlendNoiseWithImageChroma8bpp_SSE4_1()
|
/external/libgav1/src/dsp/ |
D | film_grain.cc | 507 const void* source_plane_y, in BlendNoiseWithImageLuma_C() argument 512 const auto* in_y = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageLuma_C() 537 const void* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChroma_C() argument 546 const auto* in_y = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageChroma_C() 598 int subsampling_y, const int16_t* scaling_lut, const void* source_plane_y, in BlendNoiseWithImageChromaWithCfl_C() argument 603 const auto* in_y = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageChromaWithCfl_C()
|
D | dsp.h | 794 const int16_t* scaling_lut_y, const void* source_plane_y, 801 const void* source_plane_y, ptrdiff_t source_stride_y,
|
/external/libgav1/src/dsp/arm/ |
D | film_grain_neon.cc | 731 const int16_t* scaling_lut_y, const void* source_plane_y, in BlendNoiseWithImageLuma_NEON() argument 735 const auto* in_y_row = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageLuma_NEON() 924 const void* LIBGAV1_RESTRICT source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChromaWithCfl_NEON() argument 929 const auto* in_y = static_cast<const Pixel*>(source_plane_y); in BlendNoiseWithImageChromaWithCfl_NEON() 1056 const void* LIBGAV1_RESTRICT source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChroma8bpp_NEON() argument 1062 const auto* in_y = static_cast<const uint8_t*>(source_plane_y); in BlendNoiseWithImageChroma8bpp_NEON() 1415 const void* LIBGAV1_RESTRICT source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChroma10bpp_NEON() argument 1421 const auto* in_y = static_cast<const uint16_t*>(source_plane_y); in BlendNoiseWithImageChroma10bpp_NEON()
|