| /external/libgav1/src/dsp/arm/ | 
| D | intrapred_smooth_neon.cc | 57   const uint8_t bottom_left = left[height - 1];  in Smooth4xN_NEON()  local 95     const uint8x8_t bottom_left, const uint8x8_t weights_x,  in CalculateWeightsAndPred() 112   const uint8_t bottom_left = left[height - 1];  in Smooth8xN_NEON()  local 171   const uint8_t bottom_left = left[height - 1];  in Smooth16PlusxN_NEON()  local 245   const uint8_t bottom_left = left[height - 1];  in SmoothVertical4Or8xN_NEON()  local 296   const uint8_t bottom_left = left[height - 1];  in SmoothVertical16PlusxN_NEON()  local 630   const uint16_t bottom_left = left[height - 1];  in Smooth4xH_NEON()  local 691   const uint16_t bottom_left = left[height - 1];  in Smooth8xH_NEON()  local 727   const uint16_t bottom_left = left[height - 1];  in SmoothWxH_NEON()  local 772   const uint16_t bottom_left = left[height - 1];  in SmoothVertical4xH_NEON()  local [all …] 
 | 
| /external/libgav1/src/dsp/x86/ | 
| D | intrapred_smooth_sse4.cc | 138   const __m128i bottom_left = _mm_set1_epi16(left[height - 1]);  in LoadSmoothPixels4()  local 220   const __m128i bottom_left = _mm_shuffle_epi32(left, 0xFF);  in Smooth4x4_SSE4_1()  local 285   const __m128i bottom_left = _mm_set1_epi16(left[height - 1]);  in LoadSmoothPixels8()  local 490   const __m128i bottom_left = _mm_cvtsi32_si128(left_ptr[height - 1]);  in SmoothWxH()  local 1411   const __m128i bottom_left = _mm_set1_epi16(left[height - 1]);  in LoadSmoothVerticalPixels4()  local 1525   const __m128i bottom_left = _mm_set1_epi16(left_ptr[3]);  in SmoothVertical8x4_SSE4_1()  local 1561   const __m128i bottom_left = _mm_set1_epi16(left_ptr[7]);  in SmoothVertical8x8_SSE4_1()  local 1586   const __m128i bottom_left = _mm_set1_epi16(left_ptr[15]);  in SmoothVertical8x16_SSE4_1()  local 1627   const __m128i bottom_left = _mm_set1_epi16(left_ptr[31]);  in SmoothVertical8x32_SSE4_1()  local 1694   const __m128i bottom_left = _mm_set1_epi16(left_ptr[3]);  in SmoothVertical16x4_SSE4_1()  local [all …] 
 | 
| /external/tensorflow/tensorflow/core/kernels/image/ | 
| D | resize_bilinear_op.cc | 113                           const float bottom_left, const float bottom_right,  in compute_lerp() 123                              const __m128 bottom_left,  in compute_lerp_v() 148       const float bottom_left(ys_input_upper_ptr[xs_lower + c]);  in ResizeLineChannels()  local
  | 
| D | resize_bilinear_op_gpu.cu.cc | 150     const float bottom_left(  in ResizeBilinearKernel()  local 318     const float bottom_left(  in LegacyResizeBilinearKernel()  local
  | 
| D | resize_bilinear_op_test.cc | 122             const float bottom_left =  in ResizeBilinearBaseline()  local
  | 
| /external/libgav1/src/dsp/ | 
| D | intrapred_smooth.cc | 57   const Pixel bottom_left = left[block_height - 1];  in Smooth()  local 91   const Pixel bottom_left = left[block_height - 1];  in SmoothVertical()  local
  | 
| /external/libaom/aom_dsp/arm/ | 
| D | highbd_intrapred_neon.c | 392   const uint16_t bottom_left = left_column[height - 1];  in highbd_smooth_4xh_neon()  local 450   const uint16_t bottom_left = left_column[height - 1];  in highbd_smooth_8xh_neon()  local 576   const uint16_t bottom_left = left_column[height - 1];  in highbd_smooth_v_4xh_neon()  local 597   const uint16_t bottom_left = left_column[height - 1];  in highbd_smooth_v_8xh_neon()  local
  | 
| D | intrapred_neon.c | 2663   const uint8_t bottom_left = left_column[height - 1];  in smooth_4xh_neon()  local 2704     const uint8x8_t bottom_left, const uint8x8_t weights_x,  in calculate_weights_and_pred() 2718   const uint8_t bottom_left = left_column[height - 1];  in smooth_8xh_neon()  local
  | 
| /external/tensorflow/tensorflow/lite/kernels/perception/ | 
| D | dense_image_warp.cc | 73           float bottom_left =  in DenseImageWarp()  local
  | 
| /external/libaom/aom_dsp/x86/ | 
| D | intrapred_ssse3.c | 951   const __m128i bottom_left = _mm_cvtsi32_si128(left_column[height - 1]);  in smooth_predictor_wxh()  local 1117   const __m128i bottom_left = _mm_set1_epi16(left[height - 1]);  in load_smooth_vertical_pixels4()  local 1220   const __m128i bottom_left = _mm_set1_epi16(left_column[3]);  in aom_smooth_v_predictor_8x4_ssse3()  local 1257   const __m128i bottom_left = _mm_set1_epi16(left_column[7]);  in aom_smooth_v_predictor_8x8_ssse3()  local 1280   const __m128i bottom_left = _mm_set1_epi16(left_column[15]);  in aom_smooth_v_predictor_8x16_ssse3()  local 1319   const __m128i bottom_left = _mm_set1_epi16(left_column[31]);  in aom_smooth_v_predictor_8x32_ssse3()  local 1383   const __m128i bottom_left = _mm_set1_epi16(left_column[3]);  in aom_smooth_v_predictor_16x4_ssse3()  local 1427   const __m128i bottom_left = _mm_set1_epi16(left_column[7]);  in aom_smooth_v_predictor_16x8_ssse3()  local 1453   const __m128i bottom_left = _mm_set1_epi16(left_column[15]);  in aom_smooth_v_predictor_16x16_ssse3()  local 1496   const __m128i bottom_left = _mm_set1_epi16(left_column[31]);  in aom_smooth_v_predictor_16x32_ssse3()  local [all …] 
 | 
| /external/libchrome/ui/gfx/geometry/ | 
| D | rect_f.h | 70   constexpr PointF bottom_left() const { return PointF(x(), bottom()); }  in bottom_left()  function
  | 
| D | rect.h | 103   constexpr Point bottom_left() const { return Point(x(), bottom()); }  in bottom_left()  function
  | 
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | quantized_resize_bilinear_op.cc | 109   const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max);  in ComputeLerpReference()  local 124 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left,  in ComputeLerp() 260     const T bottom_left = ys_input_upper_ptr[xs_lower + c];  in OutputLerpForChannels()  local 503           const T bottom_left = ys_input_upper_ptr[xs_lower + c];  in ResizeImageReference()  local
  | 
| D | quantized_resize_bilinear_op_test.cc | 90   const float bottom_left = QuantizedToFloat<T>(in_bottom_left, min, max);  in ComputeLerpReference()  local 138   const float bottom_left = image_data[y_upper_index + xs_lower + 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 | conv_ops_fused_image_transform.cc | 163   const T1* bottom_left;  member
  | 
| D | quantization_utils.h | 481                                  const int32x2_t bottom_left,  in ComputeLerp32x2()
  | 
| /external/freetype/include/freetype/ | 
| D | ftcolor.h | 1397     FT_Vector  bottom_left;  member
  | 
| /external/pdfium/fpdfsdk/ | 
| D | fpdf_editpage.cpp | 808   const CFX_PointF bottom_left = matrix.Transform({bbox.left, bbox.bottom});  in FPDFPageObj_GetRotatedBounds()  local
  |