Home
last modified time | relevance | path

Searched refs:source_stride_y (Results 1 – 6 of 6) sorted by relevance

/external/libgav1/libgav1/src/
Dfilm_grain.cc532 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()
580 source_cursor_y, source_stride_y, source_cursor_uv, source_stride_uv, 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()
608 source_stride_y, dest_cursor_y, dest_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()
747 source_stride_y, source_plane_u, in AddNoise()
755 source_plane_y, source_stride_y, source_plane_u, source_plane_v, in AddNoise()
[all …]
Dfilm_grain.h57 const void* source_plane_y, ptrdiff_t source_stride_y,
97 bool AddNoise(const uint8_t* source_plane_y, ptrdiff_t source_stride_y,
118 ptrdiff_t source_stride_y,
127 ptrdiff_t source_stride_y, uint8_t* dest_plane_y,
/external/libgav1/libgav1/src/dsp/x86/
Dfilm_grain_sse4.cc168 const void* source_plane_y, ptrdiff_t source_stride_y, void* dest_plane_y, in BlendNoiseWithImageLuma_SSE4_1() argument
173 source_stride_y /= sizeof(Pixel); in BlendNoiseWithImageLuma_SSE4_1()
211 in_y_row += source_stride_y; in BlendNoiseWithImageLuma_SSE4_1()
237 ptrdiff_t source_stride_y, const Pixel* in_chroma_row, in BlendChromaPlaneWithCfl_SSE4_1() argument
299 in_y_row += source_stride_y << subsampling_y; in BlendChromaPlaneWithCfl_SSE4_1()
313 const void* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChromaWithCfl_SSE4_1() argument
319 source_stride_y /= sizeof(Pixel); in BlendNoiseWithImageChromaWithCfl_SSE4_1()
328 source_stride_y, in_uv, source_stride_uv, out_uv, dest_stride_uv); in BlendNoiseWithImageChromaWithCfl_SSE4_1()
366 ptrdiff_t source_stride_y, const uint8_t* in_chroma_row, in BlendChromaPlane8bpp_SSE4_1() argument
427 in_y_row += source_stride_y << subsampling_y; in BlendChromaPlane8bpp_SSE4_1()
[all …]
/external/libgav1/libgav1/src/dsp/
Dfilm_grain.cc502 const void* source_plane_y, ptrdiff_t source_stride_y, void* dest_plane_y, in BlendNoiseWithImageLuma_C() argument
507 source_stride_y /= sizeof(Pixel); in BlendNoiseWithImageLuma_C()
515 const int orig = in_y[y * source_stride_y + x]; in BlendNoiseWithImageLuma_C()
531 const void* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChroma_C() argument
541 source_stride_y /= sizeof(Pixel); in BlendNoiseWithImageChroma_C()
565 in_y[luma_y * source_stride_y + luma_x] + in BlendNoiseWithImageChroma_C()
566 in_y[luma_y * source_stride_y + luma_next_x], in BlendNoiseWithImageChroma_C()
569 average_luma = in_y[luma_y * source_stride_y + luma_x]; in BlendNoiseWithImageChroma_C()
593 const void* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChromaWithCfl_C() argument
599 source_stride_y /= sizeof(Pixel); in BlendNoiseWithImageChromaWithCfl_C()
[all …]
Ddsp.h756 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/
Dfilm_grain_neon.cc692 const void* source_plane_y, ptrdiff_t source_stride_y, void* dest_plane_y, in BlendNoiseWithImageLuma_NEON() argument
697 source_stride_y /= sizeof(Pixel); in BlendNoiseWithImageLuma_NEON()
737 in_y_row += source_stride_y; in BlendNoiseWithImageLuma_NEON()
767 ptrdiff_t source_stride_y, const Pixel* in_chroma_row, in BlendChromaPlaneWithCfl_NEON() argument
835 in_y_row += source_stride_y << subsampling_y; in BlendChromaPlaneWithCfl_NEON()
849 const void* source_plane_y, ptrdiff_t source_stride_y, in BlendNoiseWithImageChromaWithCfl_NEON() argument
855 source_stride_y /= sizeof(Pixel); in BlendNoiseWithImageChromaWithCfl_NEON()
866 source_stride_y, in_uv, source_stride_uv, out_uv, dest_stride_uv); in BlendNoiseWithImageChromaWithCfl_NEON()
902 ptrdiff_t source_stride_y, const uint8_t* in_chroma_row, in BlendChromaPlane8bpp_NEON() argument
958 in_y_row += source_stride_y << subsampling_y; in BlendChromaPlane8bpp_NEON()
[all …]