/aosp_15_r20/external/libaom/test/ |
H A D | cnn_test.cc | 43 static void RunCNNTest(int image_width, int image_height, const float *input, in RunCNNTest() 73 static void RunMultiOutCNNTest(const float **input, int image_width, in RunMultiOutCNNTest() 149 int image_width = 16; in TEST_F() local 346 int image_width = 8; in TEST_F() local 455 int image_width = 17; in TEST_F() local 520 int image_width = 8; in TEST_F() local 575 int image_width = 4; in TEST_F() local 922 int image_width = 11; in TEST_F() local 995 int image_width = 8; in TEST_F() local 1093 int image_width = 4; in TEST_F() local [all …]
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | clImageHelper.h | 34 size_t image_width, size_t image_height, in create_image_2d() 88 const cl_image_format *image_format, size_t image_width, in create_image_2d_buffer() 120 size_t image_width, size_t image_height, in create_image_3d() 172 const cl_image_format *image_format, size_t image_width, in create_image_2d_array() 209 size_t image_width, size_t image_array_size, size_t image_row_pitch, in create_image_1d_array() 244 size_t image_width, size_t image_row_pitch, in create_image_1d()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/ |
H A D | mkl_quantized_conv_ops_test.cc | 61 const int image_width = 2; in RunQuantizedDepthwiseConv2DOp() local 132 const int image_width = 4; in TEST_F() local 219 const int image_width = 3; in TEST_F() local 304 const int image_width = 4; in TEST_F() local 363 const int image_width = 4; in TEST_F() local 405 const int image_width = 4; in TEST_F() local 445 const int image_width = 4; in TEST_F() local
|
H A D | mkl_fused_ops_test.cc | 118 static void VerifyBiasAddTensorsClose(int depth, int image_width, in VerifyBiasAddTensorsClose() 148 int depth, int image_width, int image_height, int image_batch_count, in VerifyFusedTensorsClose() 326 int depth = kDepth, int image_width = kImageWidth, in VerifyFusedConv2D() 617 int image_width = kImageWidth, in VerifyFusedDepthwiseConv2D() 744 const int image_width = 4; in Run() local 868 const int image_width = 4; in TEST_F() local 1226 const int image_width = 4; in TEST_F() local 1283 int image_width = kImageWidth, in VerifyPadAndConv2DWithBias() 1309 int image_width = kImageWidth, int image_height = kImageHeight, in VerifyPadAndConv2DWithBiasRelu()
|
H A D | mkl_quantized_conv_ops_perchannel_test.cc | 65 const int image_width = 4; in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | quantized_conv_ops_test.cc | 58 const int image_width = 4; in TEST_F() local 150 const int image_width = 4; in TEST_F() local 193 const int image_width = 4; in TEST_F() local 234 const int image_width = 4; in TEST_F() local 278 const int image_width = 4; in TEST_F() local
|
H A D | conv_ops_test.cc | 60 const int image_width = 4; in HandwrittenConv() local 375 const int image_width = 4; in HandwrittenConv() local 440 const int image_width = 6; in AnisotropicStrides() local 723 void VerifyBiasAddTensorsNear(int depth, int image_width, int image_height, in VerifyBiasAddTensorsNear() 763 void VerifyFusedBatchNormTensorsNear(int depth, int image_width, in VerifyFusedBatchNormTensorsNear() 817 int depth = kDepth, int image_width = kImageWidth, 847 int image_width = kImageWidth, int image_height = kImageHeight, 880 int image_width = kImageWidth, 914 int image_width = kImageWidth, int image_height = kImageHeight,
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/ |
H A D | crop_and_resize_op_gpu.cu.cc | 43 int num_boxes, int batch, int image_height, int image_width, in CropAndResizeKernel() 147 int num_boxes, int batch, int image_height, int image_width, in CropAndResizeBackpropImageKernel() 244 int image_height, int image_width, int crop_height, int crop_width, in CropAndResizeBackpropBoxesKernel() 370 const int image_width = image.dimension(2); in operator ()() local 408 const int image_width = grads_image.dimension(2); in operator ()() local 459 const int image_width = image.dimension(2); in operator ()() local
|
H A D | crop_and_resize_op.cc | 146 const int image_width = image.dim_size(2); in ComputeAsync() local 220 const int image_width = image.dimension(2); in operator ()() local 403 const int image_width = internal::SubtleMustCopy(image_size_vec(2)); in ComputeAsync() local 466 const int image_width = grads_image.dimension(2); in operator ()() local 614 const int image_width = image.dim_size(2); in ComputeAsync() local 680 const int image_width = image.dimension(2); in operator ()() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | conv_test.cc | 537 const int image_width = 4; in TEST_P() local 612 const int image_width = 4; in TEST_P() local 682 const int image_width = 4; in TEST_P() local 736 const int image_width = 4; in TEST_P() local 792 const int image_width = 4; in TEST_P() local 834 const int image_width = 9; in TEST_P() local 1082 const int image_width = 9; in TEST_P() local
|
H A D | depthwise_conv_test.cc | 370 const int image_width = 9; in SimpleDilatedTestPaddingValid() local 432 const int image_width = 3; in SimpleDilatedTestPaddingSame() local 801 const int image_width = 9; in TEST_P() local 860 const int image_width = 3; in TEST_P() local 901 const int image_width = 4; in TEST_P() local 991 const int image_width = 8; in TEST_P() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
H A D | tensor_desc.cc | 1422 const uint64_t image_width = allocation_size / element_size; in CanCreateTensorWithShape() local 1445 const int image_width = shape.w * shape.b; in CanCreateTensorWithShape() local 1475 const int image_width = shape.w * shape.b; in CanCreateTensorWithShape() local 1498 const int image_width = shape.w * shape.b * shape.d; in CanCreateTensorWithShape() local 1515 const int image_width = shape.w * shape.b * shape.d; in CanCreateTensorWithShape() local
|
/aosp_15_r20/external/libjpeg-turbo/simd/arm/ |
H A D | jcsample-neon.c | 76 void jsimd_h2v1_downsample_neon(JDIMENSION image_width, int max_v_samp_factor, in jsimd_h2v1_downsample_neon() 130 void jsimd_h2v2_downsample_neon(JDIMENSION image_width, int max_v_samp_factor, in jsimd_h2v2_downsample_neon()
|
H A D | jcgryext-neon.c | 38 void jsimd_rgb_gray_convert_neon(JDIMENSION image_width, JSAMPARRAY input_buf, in jsimd_rgb_gray_convert_neon()
|
/aosp_15_r20/external/pdfium/core/fpdfapi/page/ |
H A D | cpdf_colorspace.cpp | 589 int image_width, in TranslateImageLine() 674 int image_width, in TranslateImageLine() 753 int image_width, in TranslateImageLine() 863 int image_width, in TranslateImageLine() 963 int image_width, in TranslateImageLine()
|
/aosp_15_r20/external/tensorflow/tensorflow/examples/multibox_detector/ |
H A D | main.cc | 240 void DrawBox(const int image_width, const int image_height, int left, int top, in DrawBox() 296 const int image_width = original_tensor->shape().dim_size(1); in PrintTopDetections() local
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | bootsplash.c | 30 unsigned int image_width, image_height; in set_bootsplash() local
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
H A D | image_tensor_specs.h | 60 int image_width; member
|
/aosp_15_r20/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
D | genJPEGStrips.cpp | 51 write_JPEG_Buff(ubyte *buffPtr, int quality, int image_width, int image_height, in write_JPEG_Buff()
|
/aosp_15_r20/hardware/google/graphics/common/libhwjpeg/include/ |
D | hwjpeglib-exynos.h | 28 unsigned int image_width; /* width of the compressed image */ member
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/examples/label_image/ |
H A D | bitmap_helpers_impl.h | 30 void resize(T* out, uint8_t* in, int image_height, int image_width, in resize()
|
/aosp_15_r20/external/webp/src/dec/ |
H A D | webp_dec.c | 290 int image_width = 0; in ParseHeadersInternal() local 807 int WebPCheckCropDimensions(int image_width, int image_height, in WebPCheckCropDimensions()
|
/aosp_15_r20/external/ComputeLibrary/examples/ |
H A D | graph_srcnn955.cpp | 68 const unsigned int image_width = model_input_width->value(); in do_setup() local
|
H A D | graph_vgg_vdsr.cpp | 69 const unsigned int image_width = model_input_width->value(); in do_setup() local
|
/aosp_15_r20/external/libjpeg-turbo/simd/arm/aarch32/ |
H A D | jccolext-neon.c | 47 void jsimd_rgb_ycc_convert_neon(JDIMENSION image_width, JSAMPARRAY input_buf, in jsimd_rgb_ycc_convert_neon()
|