Searched defs:image_ptr (Results 1 – 8 of 8) sorted by relevance
160 JSAMPARRAY image_ptr; in get_8bit_row() local236 JSAMPARRAY image_ptr; in get_24bit_row() local300 JSAMPARRAY image_ptr; in get_32bit_row() local374 JSAMPARRAY image_ptr; in preload_image() local
102 JSAMPARRAY image_ptr; in put_pixel_rows() local179 JSAMPARRAY image_ptr; in put_gray_rows() local438 JSAMPARRAY image_ptr; in finish_output_bmp() local
42 const int32 nthreads, const T* image_ptr, const float* boxes_ptr, in CropAndResizeKernel()229 const int32 nthreads, const float* grads_ptr, const T* image_ptr, in CropAndResizeBackpropBoxesKernel()
579 const T* image_ptr = images.data(); in operator ()() local
863 const auto image_ptr = _.FindDef(_.GetOperandTypeId(inst, 2)); in ValidateImageTexelPointer() local
1171 unsigned char *image_ptr; in add_secure_header_v1() local
1196 auto image_ptr = new int[narrow_cast<std::size_t>(imgSize)][3]; variable