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

  /external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_mem_unittest.cc 287 // create known data, for size in_w x in_h
289 const int in_h = 256; local
291 const std::unique_ptr<uint8[]> refdata1(new uint8[stride1 * in_h]);
292 for (int i = 0; i < in_h; i++) {
303 const std::unique_ptr<uint8[]> refdata2(new uint8[stride2 * in_h]);
304 for (int i = 0; i < in_h; i++) {
318 cpdata1 = Compress(refdata1.get(), in_w, in_h, flags);
320 cpdata2 = Compress(refdata2.get(), in_w, in_h, flags);
330 Compress(refdata1.get(), in_w, in_h, flags, &cptest);
333 Compress(refdata2.get(), in_w, in_h, flags, &cptest)
    [all...]
  /external/libldac/src/
sigana_fixp_ldac.c 140 INT32 in_h,
145 if (in_h) {
146 e = norm_ldac((UINT32)in_h) + 32;
  /external/tensorflow/tensorflow/core/kernels/
depthtospace_op.cc 160 const int in_h = h / block_size; local
169 output(b, h, w, d) = input(b, in_h, in_w, in_d);
depthtospace_op_gpu.cu.cc 50 const int in_h = h / block_size; local
57 in_d + input_depth * (in_w + input_width * (in_h + input_height * b));
resize_area_op_test.cc 162 for (int in_h : {1, 3, 5, 8, 100, 233}) {
165 RunRandomTest(in_h, in_w, target_height, target_width, channels);
resize_bicubic_op_test.cc 188 for (int in_h : {1, 3, 5, 8, 100, 233}) {
191 RunRandomTest(batch_size, in_h, in_w, target_height, target_width,
resize_bilinear_op_test.cc 130 for (int in_h : {1, 3, 5, 8, 100, 233}) {
133 TestResize(batch_size, in_w, in_h, channels, target_width,
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/reference/
reference_ops.h 390 const int in_h = out_h / block_size; local
395 const int input_index = Offset(input_dims, in_d, in_w, in_h, in_b);
424 for (int in_h = 0; in_h < input_height; ++in_h) {
428 in_d + ((in_h % block_size) * block_size + in_w % block_size) *
431 const int out_h = in_h / block_size;
436 const int input_index = Offset(input_dims, in_d, in_w, in_h, in_b);
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h     [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 684 uint32_t in_h; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 713 uint32_t in_h; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camera.h 666 uint32_t in_h; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camera.h 768 uint32_t in_h; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8998/kernel-headers/media/
msm_camera.h 666 uint32_t in_h; member in struct:msm_st_crop
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/media/
msm_camera.h 768 uint32_t in_h; member in struct:msm_st_crop
    [all...]

Completed in 552 milliseconds