/external/libgav1/libgav1/src/ |
D | film_grain.cc | 531 std::atomic<int>* job_counter, int min_value, int max_chroma, in BlendNoiseChromaWorker() argument 578 plane, params_, noise_image_, min_value, max_chroma, width_, job_height, in BlendNoiseChromaWorker() 690 int max_chroma; in AddNoise() local 695 max_chroma = max_luma; in AddNoise() 697 max_chroma = 240 << (bitdepth - 8); in AddNoise() 702 max_chroma = max_luma; in AddNoise() 741 num_planes, &job_counter, min_value, max_chroma, in AddNoise() 746 min_value, max_chroma, source_plane_y, in AddNoise() 754 dsp, planes_to_blend, num_planes, &job_counter, min_value, max_chroma, in AddNoise() 763 kPlaneU, params_, noise_image_, min_value, max_chroma, width_, in AddNoise() [all …]
|
D | film_grain.h | 116 int min_value, int max_chroma,
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | film_grain_sse4.cc | 233 const Array2D<GrainType>& noise_image, int min_value, int max_chroma, in BlendChromaPlaneWithCfl_SSE4_1() argument 241 const __m128i ceiling = _mm_set1_epi16(max_chroma); in BlendChromaPlaneWithCfl_SSE4_1() 310 int min_value, int max_chroma, int width, int height, int start_height, in BlendNoiseWithImageChromaWithCfl_SSE4_1() argument 326 noise_image[plane], min_value, max_chroma, width, height, start_height, in BlendNoiseWithImageChromaWithCfl_SSE4_1() 361 const Array2D<int8_t>& noise_image, int min_value, int max_chroma, in BlendChromaPlane8bpp_SSE4_1() argument 370 const __m128i ceiling = _mm_set1_epi16(max_chroma); in BlendChromaPlane8bpp_SSE4_1() 436 int min_value, int max_chroma, int width, int height, int start_height, in BlendNoiseWithImageChroma8bpp_SSE4_1() argument 455 noise_image[plane], min_value, max_chroma, width, height, start_height, in BlendNoiseWithImageChroma8bpp_SSE4_1()
|
/external/libaom/libaom/aom_dsp/ |
D | grain_synthesis.c | 607 int min_luma, max_luma, min_chroma, max_chroma; in add_noise_to_block() local 615 max_chroma = max_luma_legal_range; in add_noise_to_block() 618 max_chroma = max_chroma_legal_range; in add_noise_to_block() 622 max_luma = max_chroma = 255; in add_noise_to_block() 652 min_chroma, max_chroma); in add_noise_to_block() 668 min_chroma, max_chroma); in add_noise_to_block() 724 int min_luma, max_luma, min_chroma, max_chroma; in add_noise_to_block_hbd() local 732 max_chroma = max_luma_legal_range << (bit_depth - 8); in add_noise_to_block_hbd() 735 max_chroma = max_chroma_legal_range << (bit_depth - 8); in add_noise_to_block_hbd() 739 max_luma = max_chroma = (256 << (bit_depth - 8)) - 1; in add_noise_to_block_hbd() [all …]
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | film_grain_neon.cc | 763 const Array2D<GrainType>& noise_image, int min_value, int max_chroma, in BlendChromaPlaneWithCfl_NEON() argument 771 const int16x8_t ceiling = vdupq_n_s16(max_chroma); in BlendChromaPlaneWithCfl_NEON() 846 int min_value, int max_chroma, int width, int height, int start_height, in BlendNoiseWithImageChromaWithCfl_NEON() argument 864 noise_image[plane], min_value, max_chroma, width, height, start_height, in BlendNoiseWithImageChromaWithCfl_NEON() 897 const Array2D<int8_t>& noise_image, int min_value, int max_chroma, in BlendChromaPlane8bpp_NEON() argument 906 const int16x8_t ceiling = vdupq_n_s16(max_chroma); in BlendChromaPlane8bpp_NEON() 967 int min_value, int max_chroma, int width, int height, int start_height, in BlendNoiseWithImageChroma8bpp_NEON() argument 985 BlendChromaPlane8bpp_NEON(noise_image[plane], min_value, max_chroma, width, in BlendNoiseWithImageChroma8bpp_NEON()
|
/external/libgav1/libgav1/src/dsp/ |
D | film_grain.cc | 528 int min_value, int max_chroma, int width, int height, int start_height, in BlendNoiseWithImageChroma_C() argument 580 Clip3(orig + noise, min_value, max_chroma); in BlendNoiseWithImageChroma_C() 590 int min_value, int max_chroma, int width, int height, int start_height, in BlendNoiseWithImageChromaWithCfl_C() argument 631 Clip3(orig_uv + noise_uv, min_value, max_chroma); in BlendNoiseWithImageChromaWithCfl_C()
|