/external/tensorflow/tensorflow/core/kernels/ |
D | resize_bilinear_op_gpu.cu.cc | 68 const float top_right( in ResizeBilinearKernel() local 182 const float top_right( in LegacyResizeBilinearKernel() local
|
D | resize_bilinear_op.cc | 102 inline float compute_lerp(const float top_left, const float top_right, in compute_lerp() 191 const float top_right(ys_input_lower_ptr[xs_upper + c]); in resize_image() local
|
D | quantized_resize_bilinear_op.cc | 106 const float top_right = QuantizedToFloat<T>(in_top_right, min, max); in ComputeLerpReference() local 122 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left, in ComputeLerp() 257 const T top_right = ys_input_lower_ptr[xs_upper + c]; in OutputLerpForChannels() local 500 const T top_right = ys_input_lower_ptr[xs_upper + c]; in ResizeImageReference() local
|
D | quantized_resize_bilinear_op_test.cc | 86 const float top_right = QuantizedToFloat<T>(in_top_right, min, max); in ComputeLerpReference() local 134 const float top_right = image_data[y_lower_index + xs_upper + c]; in CalcReferenceResizedVal() local
|
D | quantization_utils_test.cc | 826 T_CALC ComputeRefLerp(T_CALC top_left, T_CALC top_right, T_CALC bottom_left, in ComputeRefLerp() 838 void TestComputeLerp8x8(uint8 top_left, uint8 top_right, uint8 bottom_left, in TestComputeLerp8x8() 870 void TestComputeLerp32x2(int32 top_left, int32 top_right, int32 bottom_left, in TestComputeLerp32x2()
|
D | resize_bilinear_op_test.cc | 107 const float top_right = images(b, top_y_index, right_x_index, c); in ResizeBilinearBaseline() local
|
D | conv_ops_fused_image_transform.cc | 161 const T1* top_right; member
|
D | quantization_utils.h | 471 const int32x2_t top_right, in ComputeLerp32x2()
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.h | 69 constexpr PointF top_right() const { return PointF(right(), y()); } in top_right() function
|
D | rect.h | 102 constexpr Point top_right() const { return Point(right(), y()); } in top_right() function
|
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/ |
D | label_image.cc | 192 const float top_right((in_top_right_pixel[c] - input_mean) / input_std); in ReadTensorFromImageFile() local
|
/external/webp/src/dec/ |
D | frame_dec.c | 131 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16); in ReconstructRow() local
|
/external/libhevc/decoder/ |
D | ihevcd_iquant_itrans_recon_ctb.c | 354 UWORD8 top_right, top, top_left, left, bot_left; in ihevcd_get_intra_nbr_flag() local
|
/external/tensorflow/tensorflow/contrib/pi_examples/camera/ |
D | camera.cc | 381 const float top_right((in_top_right_pixel[c] - input_mean) / input_std); in TensorFromFrame() local
|
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 894 const __m128i top_right = in smooth_predictor_wxh() local 1589 const __m128i top_right = _mm_cvtsi32_si128((uint32_t)above[bw - 1]); in smooth_h_predictor_wxh() local
|