| /external/libgav1/src/dsp/arm/ | 
| D | intrapred_smooth_neon.cc | 56   const uint8_t top_right = top[width - 1];  in Smooth4xN_NEON()  local 111   const uint8_t top_right = top[width - 1];  in Smooth8xN_NEON()  local 137     const uint8x16_t top, const uint8x8_t left, const uint8x8_t top_right,  in CalculateWeightsAndPred() 170   const uint8_t top_right = top[width - 1];  in Smooth16PlusxN_NEON()  local 348   const uint8_t top_right = top[width - 1];  in SmoothHorizontal4Or8xN_NEON()  local 373     const uint8x8_t left, const uint8x8_t top_right, const uint8x16_t weights_x,  in CalculateHorizontalWeightsAndPred() 397   const uint8_t top_right = top[width - 1];  in SmoothHorizontal16PlusxN_NEON()  local 629   const uint16_t top_right = top[3];  in Smooth4xH_NEON()  local 690   const uint16_t top_right = top[7];  in Smooth8xH_NEON()  local 726   const uint16_t top_right = top[width - 1];  in SmoothWxH_NEON()  local [all …] 
 | 
| /external/libgav1/src/dsp/x86/ | 
| D | intrapred_smooth_sse4.cc | 218   const __m128i top_right = _mm_shuffle_epi32(top, 0xFF);  in Smooth4x4_SSE4_1()  local 491   const __m128i top_right = _mm_set1_epi16(top_ptr[width - 1]);  in SmoothWxH()  local 546   const __m128i top_right = _mm_set1_epi32(top_ptr[3]);  in SmoothHorizontal4x4_SSE4_1()  local 569   const __m128i top_right = _mm_set1_epi32(top[3]);  in SmoothHorizontal4x8_SSE4_1()  local 602   const __m128i top_right = _mm_set1_epi32(top[3]);  in SmoothHorizontal4x16_SSE4_1()  local 655   const __m128i top_right = _mm_set1_epi16(top[7]);  in SmoothHorizontal8x4_SSE4_1()  local 685   const __m128i top_right = _mm_set1_epi16(top[7]);  in SmoothHorizontal8x8_SSE4_1()  local 706   const __m128i top_right = _mm_set1_epi16(top[7]);  in SmoothHorizontal8x16_SSE4_1()  local 735   const __m128i top_right = _mm_set1_epi16(top[7]);  in SmoothHorizontal8x32_SSE4_1()  local 778   const __m128i top_right = _mm_set1_epi16(top[15]);  in SmoothHorizontal16x4_SSE4_1()  local [all …] 
 | 
| /external/tensorflow/tensorflow/core/kernels/image/ | 
| D | resize_bilinear_op.cc | 112 inline float compute_lerp(const float top_left, const float top_right,  in compute_lerp() 122 inline __m128 compute_lerp_v(const __m128 top_left, const __m128 top_right,  in compute_lerp_v() 147       const float top_right(ys_input_lower_ptr[xs_upper + c]);  in ResizeLineChannels()  local
  | 
| D | resize_bilinear_op_gpu.cu.cc | 146     const float top_right(  in ResizeBilinearKernel()  local 314     const float top_right(  in LegacyResizeBilinearKernel()  local
  | 
| D | resize_bilinear_op_test.cc | 121             const float top_right = images(b, top_y_index, right_x_index, c);  in ResizeBilinearBaseline()  local
  | 
| /external/libgav1/src/dsp/ | 
| D | intrapred_smooth.cc | 56   const Pixel top_right = top[block_width - 1];  in Smooth()  local 119   const Pixel top_right = top[block_width - 1];  in SmoothHorizontal()  local
  | 
| /external/libaom/aom_dsp/arm/ | 
| D | highbd_intrapred_neon.c | 391   const uint16_t top_right = top_row[3];  in highbd_smooth_4xh_neon()  local 449   const uint16_t top_right = top_row[7];  in highbd_smooth_8xh_neon()  local 708   const uint16_t top_right = top_row[3];  in highbd_smooth_h_4xh_neon()  local 726   const uint16_t top_right = top_row[7];  in highbd_smooth_h_8xh_neon()  local
  | 
| D | intrapred_neon.c | 2662   const uint8_t top_right = top_row[3];  in smooth_4xh_neon()  local 2717   const uint8_t top_right = top_row[7];  in smooth_8xh_neon()  local 2761     const uint8x16_t top, const uint8x8_t left, const uint8x8_t top_right,  in calculate_weights_and_predq() 3104     const uint8x8_t left, const uint8x8_t top_right, const uint8x16_t weights_x,  in calculate_horizontal_weights_and_pred()
  | 
| /external/libaom/aom_dsp/x86/ | 
| D | intrapred_ssse3.c | 952   const __m128i top_right = _mm_set1_epi16(top_row[width - 1]);  in smooth_predictor_wxh()  local 2111   const __m128i top_right = _mm_set1_epi32(top_row[3]);  in aom_smooth_h_predictor_4x4_ssse3()  local 2139   const __m128i top_right = _mm_set1_epi32(top_row[3]);  in aom_smooth_h_predictor_4x8_ssse3()  local 2185   const __m128i top_right = _mm_set1_epi32(top_row[3]);  in aom_smooth_h_predictor_4x16_ssse3()  local 2270   const __m128i top_right = _mm_set1_epi16(top_row[7]);  in aom_smooth_h_predictor_8x4_ssse3()  local 2302   const __m128i top_right = _mm_set1_epi16(top_row[7]);  in aom_smooth_h_predictor_8x8_ssse3()  local 2322   const __m128i top_right = _mm_set1_epi16(top_row[7]);  in aom_smooth_h_predictor_8x16_ssse3()  local 2350   const __m128i top_right = _mm_set1_epi16(top_row[7]);  in aom_smooth_h_predictor_8x32_ssse3()  local 2394   const __m128i top_right = _mm_set1_epi16(top_row[15]);  in aom_smooth_h_predictor_16x4_ssse3()  local 2432   const __m128i top_right = _mm_set1_epi16(top_row[15]);  in aom_smooth_h_predictor_16x8_ssse3()  local [all …] 
 | 
| /external/tensorflow/tensorflow/lite/kernels/perception/ | 
| D | dense_image_warp.cc | 71           float top_right =  in DenseImageWarp()  local
  | 
| /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/core/kernels/ | 
| D | quantized_resize_bilinear_op.cc | 108   const float top_right = QuantizedToFloat<T>(in_top_right, min, max);  in ComputeLerpReference()  local 124 inline T ComputeLerp(const T top_left, const T top_right, const T bottom_left,  in ComputeLerp() 259     const T top_right = ys_input_lower_ptr[xs_upper + c];  in OutputLerpForChannels()  local 502           const T top_right = ys_input_lower_ptr[xs_upper + c];  in ResizeImageReference()  local
  | 
| D | quantized_resize_bilinear_op_test.cc | 89   const float top_right = QuantizedToFloat<T>(in_top_right, min, max);  in ComputeLerpReference()  local 137   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 | conv_ops_fused_image_transform.cc | 162   const T1* top_right;  member
  | 
| D | quantization_utils.h | 480                                  const int32x2_t top_right,  in ComputeLerp32x2()
  | 
| /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/freetype/include/freetype/ | 
| D | ftcolor.h | 1399     FT_Vector  top_right;  member
  | 
| /external/pdfium/fpdfsdk/ | 
| D | fpdf_editpage.cpp | 810   const CFX_PointF top_right = matrix.Transform({bbox.right, bbox.top});  in FPDFPageObj_GetRotatedBounds()  local
  | 
| /external/libgav1/src/ | 
| D | motion_vector.cc | 869   bool top_right = true;  in FindWarpSamples()  local
  |