/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 | crop_and_resize_op_gpu.cu.cc | 96 const float top_right(static_cast<float>( in CropAndResizeKernel() 111 const float top = top_left + (top_right - top_left) * x_lerp; in CropAndResizeKernel() 266 const float top_right(static_cast<float>( in CropAndResizeBackpropBoxesKernel() 284 x_lerp * (bottom_right - top_right); in CropAndResizeBackpropBoxesKernel() 285 float image_grad_x = (1 - y_lerp) * (top_right - top_left) + in CropAndResizeBackpropBoxesKernel()
|
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.cc | 94 inline float compute_lerp(const float top_left, const float top_right, in compute_lerp() argument 97 const float top = top_left + (top_right - top_left) * x_lerp; in compute_lerp() 183 const float top_right(ys_input_lower_ptr[xs_upper + c]); in resize_image() local 187 compute_lerp(top_left, top_right, bottom_left, bottom_right, in resize_image()
|
D | quantized_resize_bilinear_op.cc | 100 const float top_right = QuantizedToFloat<T>(in_top_right, min, max); in ComputeLerpReference() local 103 const float top = top_left + (top_right - top_left) * x_lerp; in ComputeLerpReference() 116 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left, in ComputeLerp() argument 121 MulOffset<T, T_SCALE, T_CALC>(top_right, top_left, x_lerp); in ComputeLerp() 251 const T top_right = ys_input_lower_ptr[xs_upper + c]; in OutputLerpForChannels() local 255 top_left, top_right, bottom_left, bottom_right, xs_ilerp, ys_ilerp); in OutputLerpForChannels() 493 const T top_right = ys_input_lower_ptr[xs_upper + c]; in ResizeImageReference() local 497 top_left, top_right, bottom_left, bottom_right, xs_lerp, ys_lerp, in ResizeImageReference()
|
D | quantized_resize_bilinear_op_test.cc | 85 const float top_right = QuantizedToFloat<T>(in_top_right, min, max); in ComputeLerpReference() local 88 const float top = top_left + (top_right - top_left) * x_lerp; in ComputeLerpReference() 133 const float top_right = image_data[y_lower_index + xs_upper + c]; in CalcReferenceResizedVal() local 137 ComputeLerpReference<T>(top_left, top_right, bottom_left, bottom_right, in CalcReferenceResizedVal()
|
D | crop_and_resize_op.cc | 272 const float top_right(static_cast<float>( in operator ()() 278 const float top = top_left + (top_right - top_left) * x_lerp; in operator ()() 631 const float top_right( in operator ()() 639 x_lerp * (bottom_right - top_right); in operator ()() 640 float image_grad_x = (1 - y_lerp) * (top_right - top_left) + in operator ()()
|
D | resize_bilinear_op_gpu.cu.cc | 67 const float top_right( in ResizeBilinearKernel() local 80 const float top = top_left + (top_right - top_left) * x_lerp; in ResizeBilinearKernel()
|
D | resize_bilinear_op_test.cc | 96 const float top_right = images(b, top_y_index, right_x_index, c); in ResizeBilinearBaseline() local 101 const float top = top_left + (top_right - top_left) * x_lerp; in ResizeBilinearBaseline()
|
D | conv_ops_fused.cc | 146 top_right(in_top_right), in SampleRect() 153 top_left[channel] + (top_right[channel] - top_left[channel]) * x_lerp; in BilinearSample() 160 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/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/libmojo/ui/gfx/geometry/ |
D | rect_f.h | 69 constexpr PointF top_right() const { return PointF(right(), y()); } in top_right() function
|
D | rect.h | 100 constexpr Point top_right() const { return Point(right(), y()); } in top_right() function
|
/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'
|