/external/webp/src/dec/ |
D | frame_dec.c | 131 uint32_t* const top_right = (uint32_t*)(y_dst - BPS + 16); in ReconstructRow() local 135 memset(top_right, top_yuv[0].y[15], sizeof(*top_right)); in ReconstructRow() 137 memcpy(top_right, top_yuv[1].y, sizeof(*top_right)); in ReconstructRow() 141 top_right[BPS] = top_right[2 * BPS] = top_right[3 * BPS] = top_right[0]; in ReconstructRow()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantization_utils_test.cc | 826 T_CALC ComputeRefLerp(T_CALC top_left, T_CALC top_right, T_CALC bottom_left, in ComputeRefLerp() argument 830 top_left * RESOLUTION_POW + (top_right - top_left) * x_lerp; in ComputeRefLerp() 838 void TestComputeLerp8x8(uint8 top_left, uint8 top_right, uint8 bottom_left, in TestComputeLerp8x8() argument 841 uint8x8_t top_right8x8 = To8x8(top_right); in TestComputeLerp8x8() 854 static_cast<int16>(top_left), static_cast<int16>(top_right), in TestComputeLerp8x8() 863 << static_cast<int>(top_right) << ", " in TestComputeLerp8x8() 870 void TestComputeLerp32x2(int32 top_left, int32 top_right, int32 bottom_left, in TestComputeLerp32x2() argument 873 int32x2_t top_right32x2 = To32x2(top_right); in TestComputeLerp32x2() 884 static_cast<int64>(top_left), static_cast<int64>(top_right), in TestComputeLerp32x2() 888 VLOG(1) << "Lerp(32): " << top_left << ", " << top_right << ", " in TestComputeLerp32x2()
|
D | resize_bilinear_op_gpu.cu.cc | 68 const float top_right( in ResizeBilinearKernel() local 81 const float top = top_left + (top_right - top_left) * x_lerp; in ResizeBilinearKernel() 182 const float top_right( in LegacyResizeBilinearKernel() local 195 const float top = top_left + (top_right - top_left) * x_lerp; in LegacyResizeBilinearKernel()
|
D | crop_and_resize_op_gpu.cu.cc | 102 const float top_right(static_cast<float>( in CropAndResizeKernel() 117 const float top = top_left + (top_right - top_left) * x_lerp; in CropAndResizeKernel() 292 const float top_right(static_cast<float>( in CropAndResizeBackpropBoxesKernel() 310 x_lerp * (bottom_right - top_right); in CropAndResizeBackpropBoxesKernel() 311 float image_grad_x = (1 - y_lerp) * (top_right - top_left) + in CropAndResizeBackpropBoxesKernel()
|
D | resize_bilinear_op.cc | 102 inline float compute_lerp(const float top_left, const float top_right, in compute_lerp() argument 105 const float top = top_left + (top_right - top_left) * x_lerp; in compute_lerp() 191 const float top_right(ys_input_lower_ptr[xs_upper + c]); in resize_image() local 195 compute_lerp(top_left, top_right, bottom_left, bottom_right, in resize_image()
|
D | quantized_resize_bilinear_op.cc | 106 const float top_right = QuantizedToFloat<T>(in_top_right, min, max); in ComputeLerpReference() local 109 const float top = top_left + (top_right - top_left) * x_lerp; in ComputeLerpReference() 122 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left, in ComputeLerp() argument 127 MulOffset<T, T_SCALE, T_CALC>(top_right, top_left, x_lerp); in ComputeLerp() 257 const T top_right = ys_input_lower_ptr[xs_upper + c]; in OutputLerpForChannels() local 261 top_left, top_right, bottom_left, bottom_right, xs_ilerp, ys_ilerp); in OutputLerpForChannels() 500 const T top_right = ys_input_lower_ptr[xs_upper + c]; in ResizeImageReference() local 504 top_left, top_right, bottom_left, bottom_right, xs_lerp, ys_lerp, in ResizeImageReference()
|
D | quantized_resize_bilinear_op_test.cc | 86 const float top_right = QuantizedToFloat<T>(in_top_right, min, max); in ComputeLerpReference() local 89 const float top = top_left + (top_right - top_left) * x_lerp; in ComputeLerpReference() 134 const float top_right = image_data[y_lower_index + xs_upper + c]; in CalcReferenceResizedVal() local 138 ComputeLerpReference<T>(top_left, top_right, bottom_left, bottom_right, in CalcReferenceResizedVal()
|
D | crop_and_resize_op.cc | 273 const float top_right(static_cast<float>( in operator ()() 279 const float top = top_left + (top_right - top_left) * x_lerp; in operator ()() 669 const float top_right( in operator ()() 677 x_lerp * (bottom_right - top_right); in operator ()() 678 float image_grad_x = (1 - y_lerp) * (top_right - top_left) + in operator ()()
|
D | resize_bilinear_op_test.cc | 107 const float top_right = images(b, top_y_index, right_x_index, c); in ResizeBilinearBaseline() local 112 const float top = top_left + (top_right - top_left) * x_lerp; in ResizeBilinearBaseline()
|
D | conv_ops_fused_image_transform.cc | 147 top_right(in_top_right), in SampleRect() 154 top_left[channel] + (top_right[channel] - top_left[channel]) * x_lerp; in BilinearSample() 161 const T1* top_right; member
|
D | quantization_utils.h | 471 const int32x2_t top_right, in ComputeLerp32x2() argument 484 const int32x2_t top_right_sub_top_left = vsub_s32(top_right, top_left); in ComputeLerp32x2()
|
/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 388 top_right = 0; in ihevcd_get_intra_nbr_flag() 456 top_right = (*pu1_nbr_intra_flag >> intra_pos); in ihevcd_get_intra_nbr_flag() 457 top_right &= num_8_blks_in_bits; in ihevcd_get_intra_nbr_flag() 482 top_right = 0xF; in ihevcd_get_intra_nbr_flag() 510 top_right &= ctb_size_top_bits; in ihevcd_get_intra_nbr_flag() 522 …nbr_flags = (top_left << 16) | (top_right << 12) | (top << 8) | (gau4_ihevcd_4_bit_reverse[left] <… in ihevcd_get_intra_nbr_flag()
|
/external/gemmlowp/internal/ |
D | output_sse.h | 377 RegBlockInt32<4, 4> top_right; 378 top_right.buf.reg[0] = src.buf.reg[8]; 379 top_right.buf.reg[1] = src.buf.reg[10]; 380 top_right.buf.reg[2] = src.buf.reg[12]; 381 top_right.buf.reg[3] = src.buf.reg[14]; 382 const auto transpose_top_right = Transpose(top_right);
|
D | output_msa.h | 443 RegBlockInt32<4, 4> top_right; 444 top_right.buf.reg[0] = src.buf.reg[8]; 445 top_right.buf.reg[1] = src.buf.reg[10]; 446 top_right.buf.reg[2] = src.buf.reg[12]; 447 top_right.buf.reg[3] = src.buf.reg[14]; 448 const auto transpose_top_right = Transpose(top_right);
|
D | output_neon.h | 404 RegBlockInt32<4, 4> top_right; 405 top_right.buf.reg[0] = src.buf.reg[8]; 406 top_right.buf.reg[1] = src.buf.reg[10]; 407 top_right.buf.reg[2] = src.buf.reg[12]; 408 top_right.buf.reg[3] = src.buf.reg[14]; 409 const auto transpose_top_right = Transpose(top_right);
|
/external/tensorflow/tensorflow/contrib/image/python/ops/ |
D | dense_image_warp.py | 152 top_right = gather(floors[0], ceils[1], 'top_right') 158 interp_top = alphas[1] * (top_right - top_left) + top_left
|
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/ |
D | dense_image_warp_test.py | 138 top_right = image[batch_index, floor_y, ceil_x, :] 142 interp_top = alpha_x * (top_right - top_left) + top_left
|
/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 197 const float top = top_left + (top_right - top_left) * x_lerp; in ReadTensorFromImageFile()
|
/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 386 const float top = top_left + (top_right - top_left) * x_lerp; in TensorFromFrame()
|
/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/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 894 const __m128i top_right = in smooth_predictor_wxh() local 922 const __m128i swxtr = _mm_mullo_epi16(scale_m_weights_x, top_right); in smooth_predictor_wxh() 1589 const __m128i top_right = _mm_cvtsi32_si128((uint32_t)above[bw - 1]); in smooth_h_predictor_wxh() local 1596 _mm_shuffle_epi32(_mm_unpacklo_epi16(top_right, left_y), 0); in smooth_h_predictor_wxh()
|
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/ |
D | touch_firmware_report-link-fw_1.0.AA-robot-20130806_221321 | 2690 …(saved: /var/tmp/touch_firmware_test/20130806_221321-fw_1.0.AA-robot/one_finger_tap.top_right-link… 2725 …(saved: /var/tmp/touch_firmware_test/20130806_221321-fw_1.0.AA-robot/one_finger_tap.top_right-link… 2760 …(saved: /var/tmp/touch_firmware_test/20130806_221321-fw_1.0.AA-robot/one_finger_tap.top_right-link…
|
D | touch_firmware_report-link-fw_1.0.AA-complete-20140116_103340.log | 22700 S'top_right'
|