Home
last modified time | relevance | path

Searched refs:start_height (Results 1 – 8 of 8) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dfilm_grain_sse4.cc166 int width, int height, int start_height, in BlendNoiseWithImageLuma_SSE4_1() argument
188 __m128i noise = LoadSource(&(noise_image[kPlaneY][y + start_height][x])); in BlendNoiseWithImageLuma_SSE4_1()
205 __m128i noise = LoadSource(&(noise_image[kPlaneY][y + start_height][x])); in BlendNoiseWithImageLuma_SSE4_1()
234 int width, int height, int start_height, int subsampling_x, in BlendChromaPlaneWithCfl_SSE4_1() argument
253 assert(start_height % 2 == 0); in BlendChromaPlaneWithCfl_SSE4_1()
254 start_height >>= subsampling_y; in BlendChromaPlaneWithCfl_SSE4_1()
270 &(noise_image[y + start_height][x]), derived_scaling_shift); in BlendChromaPlaneWithCfl_SSE4_1()
295 &(noise_image[y + start_height][x]), derived_scaling_shift); 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()
[all …]
/external/libgav1/libgav1/src/
Dfilm_grain.cc554 const int start_height = slice_index * kFrameChunkHeight; in BlendNoiseChromaWorker() local
555 const int job_height = std::min(height_ - start_height, kFrameChunkHeight); in BlendNoiseChromaWorker()
558 source_plane_y + start_height * source_stride_y); in BlendNoiseChromaWorker()
574 source_plane_uv + (start_height >> subsampling_y_) * source_stride_uv); in BlendNoiseChromaWorker()
576 dest_plane_uv + (start_height >> subsampling_y_) * dest_stride_uv); in BlendNoiseChromaWorker()
579 start_height, subsampling_x_, subsampling_y_, scaling_lut_uv, in BlendNoiseChromaWorker()
598 const int start_height = job_index * kFrameChunkHeight; in BlendNoiseLumaWorker() local
599 const int job_height = std::min(height_ - start_height, kFrameChunkHeight); in BlendNoiseLumaWorker()
602 source_plane_y + start_height * source_stride_y); in BlendNoiseLumaWorker()
604 reinterpret_cast<Pixel*>(dest_plane_y + start_height * dest_stride_y); in BlendNoiseLumaWorker()
[all …]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Dmean.h148 int start_height, int end_height) in MeanWorkerTask()
157 start_height(start_height), in MeanWorkerTask()
162 output_shape, output_data, start_height, end_height); in Run()
174 int start_height; member
/external/libgav1/libgav1/src/dsp/arm/
Dfilm_grain_neon.cc690 int width, int height, int start_height, in BlendNoiseWithImageLuma_NEON() argument
720 GetSignedSource8(&(noise_image[kPlaneY][y + start_height][x])); in BlendNoiseWithImageLuma_NEON()
764 int width, int height, int start_height, int subsampling_x, in BlendChromaPlaneWithCfl_NEON() argument
787 assert(start_height % 2 == 0); in BlendChromaPlaneWithCfl_NEON()
788 start_height >>= subsampling_y; in BlendChromaPlaneWithCfl_NEON()
803 &(noise_image[y + start_height][x]), scaling_shift_vect16, in BlendChromaPlaneWithCfl_NEON()
826 &(noise_image[y + start_height][x]), scaling_shift_vect16, 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()
898 int width, int height, int start_height, int subsampling_x, in BlendChromaPlane8bpp_NEON() argument
[all …]
/external/libgav1/libgav1/src/dsp/
Dfilm_grain.cc500 int width, int height, int start_height, in BlendNoiseWithImageLuma_C() argument
516 int noise = noise_image[kPlaneY][y + start_height][x]; in BlendNoiseWithImageLuma_C()
528 int min_value, int max_chroma, int width, int height, int start_height, in BlendNoiseWithImageChroma_C() argument
554 start_height >>= subsampling_y; in BlendNoiseWithImageChroma_C()
576 int noise = noise_image[plane][y + start_height][x]; in BlendNoiseWithImageChroma_C()
590 int min_value, int max_chroma, int width, int height, int start_height, in BlendNoiseWithImageChromaWithCfl_C() argument
608 start_height >>= subsampling_y; in BlendNoiseWithImageChromaWithCfl_C()
626 int noise_uv = noise_image[plane][y + start_height][x]; in BlendNoiseWithImageChromaWithCfl_C()
Ddsp.h754 int scaling_shift, int width, int height, int start_height,
761 int min_value, int max_value, int width, int height, int start_height,
/external/tensorflow/tensorflow/python/kernel_tests/
Ddepthwise_conv_op_test.py61 start_height = i * sh
62 end_height = start_height + fh
67 x1[:, start_height:end_height, start_width:end_width, k, np.newaxis]
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h1098 int start_height, int end_height) in MeanWorkerTask()
1107 start_height(start_height), in MeanWorkerTask()
1112 output_shape, output_data, start_height, end_height); in Run()
1124 int start_height; member