HomeSort by relevance Sort by last modified time
    Searched refs:image_ptr (Results 1 - 8 of 8) sorted by null

  /external/libjpeg-turbo/
wrbmp.c 102 JSAMPARRAY image_ptr; local
109 image_ptr = (*cinfo->mem->access_virt_sarray)
113 outptr = image_ptr[0];
179 JSAMPARRAY image_ptr; local
185 image_ptr = (*cinfo->mem->access_virt_sarray)
189 outptr = image_ptr[0];
438 JSAMPARRAY image_ptr; local
458 image_ptr = (*cinfo->mem->access_virt_sarray)
461 data_ptr = image_ptr[0];
rdbmp.c 160 JSAMPARRAY image_ptr; local
168 image_ptr = (*cinfo->mem->access_virt_sarray)
171 inptr = image_ptr[0];
236 JSAMPARRAY image_ptr; local
243 image_ptr = (*cinfo->mem->access_virt_sarray)
246 inptr = image_ptr[0];
300 JSAMPARRAY image_ptr; local
307 image_ptr = (*cinfo->mem->access_virt_sarray)
310 inptr = image_ptr[0];
374 JSAMPARRAY image_ptr; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
crop_and_resize_op_gpu.cu.cc 42 const int32 nthreads, const T* image_ptr, const float* boxes_ptr,
98 image_ptr[((b_in * image_height + top_y_index) * image_width +
103 image_ptr[((b_in * image_height + top_y_index) * image_width +
108 image_ptr[((b_in * image_height + bottom_y_index) * image_width +
113 image_ptr[((b_in * image_height + bottom_y_index) * image_width +
124 image_ptr[((b_in * image_height + closest_y_index) * image_width +
229 const int32 nthreads, const float* grads_ptr, const T* image_ptr,
288 image_ptr[((b_in * image_height + top_y_index) * image_width +
293 image_ptr[((b_in * image_height + top_y_index) * image_width +
298 image_ptr[((b_in * image_height + bottom_y_index) * image_width
    [all...]
scale_and_translate_op.cc 579 const T* image_ptr = images.data(); local
581 for (int b = 0; b < batch_size; ++b, image_ptr += input_pix_per_batch,
585 image_ptr, input_height, input_width, output_height,
  /external/u-boot/tools/
kwbimage.c 1171 unsigned char *image_ptr; local
1198 image_ptr = ptr + headersz;
1201 if (kwb_sign_and_verify(csk, image_ptr, image_size,
    [all...]
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_image.cpp 863 const auto image_ptr = _.FindDef(_.GetOperandTypeId(inst, 2)); local
864 if (!image_ptr || image_ptr->opcode() != SpvOpTypePointer) {
869 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_image.cpp 863 const auto image_ptr = _.FindDef(_.GetOperandTypeId(inst, 2)); local
864 if (!image_ptr || image_ptr->opcode() != SpvOpTypePointer) {
869 const auto image_type = image_ptr->GetOperandAs<uint32_t>(2);
    [all...]
  /external/Microsoft-GSL/tests/
multi_span_tests.cpp 1196 auto image_ptr = new int[narrow_cast<std::size_t>(imgSize)][3]; variable
1200 as_multi_span(as_multi_span(image_ptr, imgSize), dim(height), dim(width), dim<3>());
    [all...]

Completed in 402 milliseconds