Home
last modified time | relevance | path

Searched defs:top_right (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dresize_bilinear_op_gpu.cu.cc68 const float top_right( in ResizeBilinearKernel() local
182 const float top_right( in LegacyResizeBilinearKernel() local
Dresize_bilinear_op.cc102 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
Dquantized_resize_bilinear_op.cc106 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
Dquantized_resize_bilinear_op_test.cc86 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
Dquantization_utils_test.cc826 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()
Dresize_bilinear_op_test.cc107 const float top_right = images(b, top_y_index, right_x_index, c); in ResizeBilinearBaseline() local
Dconv_ops_fused_image_transform.cc161 const T1* top_right; member
Dquantization_utils.h471 const int32x2_t top_right, in ComputeLerp32x2()
/external/libchrome/ui/gfx/geometry/
Drect_f.h69 constexpr PointF top_right() const { return PointF(right(), y()); } in top_right() function
Drect.h102 constexpr Point top_right() const { return Point(right(), y()); } in top_right() function
/external/tensorflow/tensorflow/contrib/pi_examples/label_image/
Dlabel_image.cc192 const float top_right((in_top_right_pixel[c] - input_mean) / input_std); in ReadTensorFromImageFile() local
/external/webp/src/dec/
Dframe_dec.c131 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16); in ReconstructRow() local
/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c354 UWORD8 top_right, top, top_left, left, bot_left; in ihevcd_get_intra_nbr_flag() local
/external/tensorflow/tensorflow/contrib/pi_examples/camera/
Dcamera.cc381 const float top_right((in_top_right_pixel[c] - input_mean) / input_std); in TensorFromFrame() local
/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c894 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