Home
last modified time | relevance | path

Searched refs:BILINEAR (Results 1 – 25 of 41) sorted by relevance

12

/external/libaom/libaom/av1/common/
Dfilter.h34 BILINEAR, enumerator
36 SWITCHABLE_FILTERS = BILINEAR,
166 BILINEAR }
178 av1_intrabc_bilinear_filter, 2, 0, BILINEAR
223 BILINEAR },
237 ? av1_interp_4tap[BILINEAR].filter_ptr in av1_get_interp_filter_kernel()
252 case USE_2_TAPS: return &av1_interp_4tap[BILINEAR]; in av1_get_filter()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dresize_test.cc45 attr.type = SamplingType::BILINEAR; in TEST()
70 attr.type = SamplingType::BILINEAR; in TEST()
94 attr.type = SamplingType::BILINEAR; in TEST()
121 attr.type = SamplingType::BILINEAR; in TEST()
147 attr.type = SamplingType::BILINEAR; in TEST()
Dresize.cc77 if (attr.type == SamplingType::BILINEAR) { in GenerateCode()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/
DResizeOp.java35 BILINEAR, enumConstant
53 useBilinear = (resizeMethod == ResizeMethod.BILINEAR); in ResizeOp()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_frame_scale_neon.c441 c[0] = vdup_n_u8((uint8_t)vp9_filter_kernels[BILINEAR][phase_scaler][3]); in scale_plane_4_to_3_bilinear()
442 c[1] = vdup_n_u8((uint8_t)vp9_filter_kernels[BILINEAR][phase_scaler][4]); in scale_plane_4_to_3_bilinear()
444 (uint8_t)vp9_filter_kernels[BILINEAR][(phase_scaler + 1 * step_q4) & in scale_plane_4_to_3_bilinear()
447 (uint8_t)vp9_filter_kernels[BILINEAR][(phase_scaler + 1 * step_q4) & in scale_plane_4_to_3_bilinear()
450 (uint8_t)vp9_filter_kernels[BILINEAR][(phase_scaler + 2 * step_q4) & in scale_plane_4_to_3_bilinear()
453 (uint8_t)vp9_filter_kernels[BILINEAR][(phase_scaler + 2 * step_q4) & in scale_plane_4_to_3_bilinear()
730 } else if (filter_type == BILINEAR) { in vp9_scale_and_extend_frame_neon()
731 const int16_t c0 = vp9_filter_kernels[BILINEAR][phase_scaler][3]; in vp9_scale_and_extend_frame_neon()
732 const int16_t c1 = vp9_filter_kernels[BILINEAR][phase_scaler][4]; in vp9_scale_and_extend_frame_neon()
771 } else if (filter_type == BILINEAR) { in vp9_scale_and_extend_frame_neon()
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dresize_test_util.cc34 attr.type = SamplingType::BILINEAR; in ResizeBilinearAlignedTest()
66 attr.type = SamplingType::BILINEAR; in ResizeBilinearNonAlignedTest()
98 attr.type = SamplingType::BILINEAR; in ResizeBilinearWithoutHalfPixelTest()
130 attr.type = SamplingType::BILINEAR; in ResizeBilinearWithHalfPixelTest()
/external/tensorflow/tensorflow/core/kernels/image/
Dcrop_and_resize_op_gpu.cu.cc35 BILINEAR = 0, enumerator
88 if (method_id == BILINEAR) { in CropAndResizeKernel()
179 if (method_id == BILINEAR) { in CropAndResizeBackpropImageKernel()
369 InterpolationMethod method = BILINEAR; in operator ()()
418 InterpolationMethod method = BILINEAR; in operator ()()
Dimage_ops.h32 enum Interpolation { NEAREST, BILINEAR }; enumerator
170 case BILINEAR:
Dimage_ops.cc127 interpolation_ = Interpolation::BILINEAR; in ImageProjectiveTransformV2()
/external/libvpx/libvpx/vp9/common/
Dvp9_filter.h27 #define BILINEAR 3 macro
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.image.-resize-method.pbtxt14 name: "BILINEAR"
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_transfer.h22 BILINEAR enumerator
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.image.-resize-method.pbtxt14 name: "BILINEAR"
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_frame_scale_ssse3.c775 } else if (filter_type == BILINEAR) { in vp9_scale_and_extend_frame_ssse3()
776 const int16_t c0 = vp9_filter_kernels[BILINEAR][phase_scaler][3]; in vp9_scale_and_extend_frame_ssse3()
777 const int16_t c1 = vp9_filter_kernels[BILINEAR][phase_scaler][4]; in vp9_scale_and_extend_frame_ssse3()
817 } else if (filter_type == BILINEAR) { in vp9_scale_and_extend_frame_ssse3()
818 const int16_t c0 = vp9_filter_kernels[BILINEAR][phase_scaler][3]; in vp9_scale_and_extend_frame_ssse3()
819 const int16_t c1 = vp9_filter_kernels[BILINEAR][phase_scaler][4]; in vp9_scale_and_extend_frame_ssse3()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ImageProjectiveTransformV2.pbtxt40 Interpolation method, "NEAREST" or "BILINEAR".
Dapi_def_ImageProjectiveTransformV3.pbtxt46 Interpolation method, "NEAREST" or "BILINEAR".
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py2611 image_ops.ResizeMethod.BILINEAR, image_ops.ResizeMethod.NEAREST_NEIGHBOR,
2621 image_ops.ResizeMethod.BILINEAR, image_ops.ResizeMethod.NEAREST_NEIGHBOR,
2729 _ = resize_func(image, new_size, image_ops.ResizeMethod.BILINEAR)
2732 _ = resize_func(image, new_size, image_ops.ResizeMethod.BILINEAR)
2735 _ = resize_func(image, new_size, image_ops.ResizeMethod.BILINEAR)
2740 _ = resize_func(image, new_size, image_ops.ResizeMethod.BILINEAR)
2742 _ = resize_func(image, [6, 4.0], image_ops.ResizeMethod.BILINEAR)
2744 _ = resize_func(image, [None, 4], image_ops.ResizeMethod.BILINEAR)
2746 _ = resize_func(image, [6, None], image_ops.ResizeMethod.BILINEAR)
2864 expected_data[image_ops.ResizeMethod.BILINEAR] = [
[all …]
Dimage_ops_impl.py1312 BILINEAR = 0 variable in ResizeMethodV1
1321 BILINEAR = 'bilinear' variable in ResizeMethod
1413 method=ResizeMethodV1.BILINEAR,
1470 if method == ResizeMethodV1.BILINEAR or method == ResizeMethod.BILINEAR:
1499 method=ResizeMethod.BILINEAR,
1643 if method == ResizeMethod.BILINEAR:
1754 method=ResizeMethodV1.BILINEAR,
1797 method=ResizeMethod.BILINEAR,
/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_fused_image_transform.cc62 BILINEAR = 0, enumerator
288 context, ((SampleMode == NEAREST) || (SampleMode == BILINEAR)), in operator ()()
879 BILINEAR>, \
/external/libvpx/libvpx/test/
Dvp9_scale_test.cc149 TEST_P(ScaleTest, ScaleFrame_Bilinear) { RunTest(BILINEAR); } in TEST_P()
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/
Dlite_support.md65 .add(new ResizeOp(224, 224, ResizeOp.ResizeMethod.BILINEAR))
194 .add(new ResizeOp(224, 224, ResizeOp.ResizeMethod.BILINEAR));
/external/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/
DTosaTypesBase.td148 CPred<"$_self.cast<StringAttr>().getValue() == \"BILINEAR\" || " #
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h395 BILINEAR = 2, enumerator
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dremove_noop_test.cc189 attr.type = SamplingType::BILINEAR; in TEST()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_pickmode.c1393 if (cpi->sf.default_interp_filter == BILINEAR) mi->interp_filter = BILINEAR; in recheck_zeromv_after_denoising()
1774 if (cpi->sf.default_interp_filter == BILINEAR) { in vp9_pick_inter_mode()
1775 best_pickmode.best_pred_filter = BILINEAR; in vp9_pick_inter_mode()
1776 filter_gf_svc = BILINEAR; in vp9_pick_inter_mode()
1857 if (cpi->sf.default_interp_filter != BILINEAR) { in vp9_pick_inter_mode()

12