/external/libaom/libaom/av1/common/ |
D | filter.h | 34 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/ |
D | resize_test.cc | 45 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()
|
D | resize.cc | 77 if (attr.type == SamplingType::BILINEAR) { in GenerateCode()
|
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/ |
D | ResizeOp.java | 35 BILINEAR, enumConstant 53 useBilinear = (resizeMethod == ResizeMethod.BILINEAR); in ResizeOp()
|
/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
D | vp9_frame_scale_neon.c | 441 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/ |
D | resize_test_util.cc | 34 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/ |
D | crop_and_resize_op_gpu.cu.cc | 35 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 ()()
|
D | image_ops.h | 32 enum Interpolation { NEAREST, BILINEAR }; enumerator 170 case BILINEAR:
|
D | image_ops.cc | 127 interpolation_ = Interpolation::BILINEAR; in ImageProjectiveTransformV2()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_filter.h | 27 #define BILINEAR 3 macro
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.-resize-method.pbtxt | 14 name: "BILINEAR"
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_transfer.h | 22 BILINEAR enumerator
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.-resize-method.pbtxt | 14 name: "BILINEAR"
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
D | vp9_frame_scale_ssse3.c | 775 } 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/ |
D | api_def_ImageProjectiveTransformV2.pbtxt | 40 Interpolation method, "NEAREST" or "BILINEAR".
|
D | api_def_ImageProjectiveTransformV3.pbtxt | 46 Interpolation method, "NEAREST" or "BILINEAR".
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 2611 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 …]
|
D | image_ops_impl.py | 1312 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/ |
D | conv_ops_fused_image_transform.cc | 62 BILINEAR = 0, enumerator 288 context, ((SampleMode == NEAREST) || (SampleMode == BILINEAR)), in operator ()() 879 BILINEAR>, \
|
/external/libvpx/libvpx/test/ |
D | vp9_scale_test.cc | 149 TEST_P(ScaleTest, ScaleFrame_Bilinear) { RunTest(BILINEAR); } in TEST_P()
|
/external/tensorflow/tensorflow/lite/g3doc/inference_with_metadata/ |
D | lite_support.md | 65 .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/ |
D | TosaTypesBase.td | 148 CPred<"$_self.cast<StringAttr>().getValue() == \"BILINEAR\" || " #
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | operations.h | 395 BILINEAR = 2, enumerator
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/ |
D | remove_noop_test.cc | 189 attr.type = SamplingType::BILINEAR; in TEST()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_pickmode.c | 1393 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()
|