/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_smooth_neon.cc | 57 const void* LIBGAV1_RESTRICT const top_row, in Smooth4xN_NEON() 110 const void* LIBGAV1_RESTRICT const top_row, in Smooth8xN_NEON() 169 const void* LIBGAV1_RESTRICT const top_row, in Smooth16PlusxN_NEON() 251 const void* LIBGAV1_RESTRICT const top_row, in SmoothVertical4Or8xN_NEON() 302 const void* LIBGAV1_RESTRICT const top_row, in SmoothVertical16PlusxN_NEON() 354 const void* LIBGAV1_RESTRICT const top_row, in SmoothHorizontal4Or8xN_NEON() 407 const void* LIBGAV1_RESTRICT const top_row, in SmoothHorizontal16PlusxN_NEON() 638 const void* LIBGAV1_RESTRICT const top_row, in Smooth4xH_NEON() 701 const void* LIBGAV1_RESTRICT const top_row, in Smooth8xH_NEON() 739 const void* LIBGAV1_RESTRICT const top_row, in SmoothWxH_NEON() [all …]
|
D | intrapred_neon.cc | 62 const void* LIBGAV1_RESTRICT const top_row, in DcTop() 85 const void* LIBGAV1_RESTRICT const top_row, in Dc() 353 const void* LIBGAV1_RESTRICT const top_row, in Paeth4Or8xN_NEON() 461 const void* LIBGAV1_RESTRICT const top_row, in Paeth16PlusxN_NEON() 1112 const void* LIBGAV1_RESTRICT const top_row, in Vertical4xH_NEON() 1126 const void* LIBGAV1_RESTRICT const top_row, in Vertical8xH_NEON() 1140 const void* LIBGAV1_RESTRICT const top_row, in Vertical16xH_NEON() 1160 const void* LIBGAV1_RESTRICT const top_row, in Vertical32xH_NEON() 1186 const void* LIBGAV1_RESTRICT const top_row, in Vertical64xH_NEON() 1227 const auto* const top_row = static_cast<const uint16_t*>(top_ptr); in Paeth4xH_NEON() local [all …]
|
D | intrapred_filter_neon.cc | 90 const void* LIBGAV1_RESTRICT const top_row, in FilterIntraPredictor_NEON() 209 const void* LIBGAV1_RESTRICT const top_row, in FilterIntraPredictor_NEON()
|
D | intrapred_directional_neon.cc | 211 const void* LIBGAV1_RESTRICT const top_row, const int width, in DirectionalIntraPredictorZone1_NEON() 471 const uint8_t* LIBGAV1_RESTRICT const top_row, int zone_bounds, int top_x, in DirectionalZone1Blend_WxH() 524 const uint8_t* LIBGAV1_RESTRICT const top_row, in DirectionalZone2_4xH() 640 const uint8_t* LIBGAV1_RESTRICT const top_row, in DirectionalZone2_8() 772 const void* LIBGAV1_RESTRICT const top_row, in DirectionalIntraPredictorZone2_NEON() 1169 const void* LIBGAV1_RESTRICT const top_row, const int width, in DirectionalIntraPredictorZone1_NEON() 1673 const uint16_t* LIBGAV1_RESTRICT const top_row, int zone_bounds, int top_x, in DirectionalZone1Blend_4xH() 1709 const uint16_t* LIBGAV1_RESTRICT const top_row, int zone_bounds, int top_x, in DirectionalZone1Blend_8xH() 1762 const uint16_t* LIBGAV1_RESTRICT const top_row, in DirectionalZone2_4xH() 1845 const uint16_t* LIBGAV1_RESTRICT const top_row, in DirectionalZone2_Wx4() [all …]
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_smooth_sse4.cc | 211 const void* LIBGAV1_RESTRICT top_row, in Smooth4x4_SSE4_1() 244 const void* LIBGAV1_RESTRICT top_row, in Smooth4x8_SSE4_1() 259 const void* LIBGAV1_RESTRICT top_row, in Smooth4x16_SSE4_1() 286 __m128i top_row = _mm_cvtepu8_epi16(LoadLo8(above)); in LoadSmoothPixels8() local 408 const void* LIBGAV1_RESTRICT top_row, in Smooth8x4_SSE4_1() 423 const void* LIBGAV1_RESTRICT top_row, in Smooth8x8_SSE4_1() 440 const void* LIBGAV1_RESTRICT top_row, in Smooth8x16_SSE4_1() 458 const void* LIBGAV1_RESTRICT top_row, in Smooth8x32_SSE4_1() 482 const void* LIBGAV1_RESTRICT const top_row, in SmoothWxH() 543 const void* LIBGAV1_RESTRICT top_row, in SmoothHorizontal4x4_SSE4_1() [all …]
|
D | intrapred_sse4.cc | 96 const void* LIBGAV1_RESTRICT const top_row, in DcTop() 122 const void* LIBGAV1_RESTRICT const top_row, in Dc() 722 const void* LIBGAV1_RESTRICT const top_row, in Paeth4x4_SSE4_1() 753 const void* LIBGAV1_RESTRICT const top_row, in Paeth4x8_SSE4_1() 799 const void* LIBGAV1_RESTRICT const top_row, in Paeth4x16_SSE4_1() 874 const void* LIBGAV1_RESTRICT const top_row, in Paeth8x4_SSE4_1() 904 const void* LIBGAV1_RESTRICT const top_row, in Paeth8x8_SSE4_1() 946 const void* LIBGAV1_RESTRICT const top_row, in Paeth8x16_SSE4_1() 1015 const void* LIBGAV1_RESTRICT const top_row, in Paeth8x32_SSE4_1() 1024 const void* LIBGAV1_RESTRICT const top_row, in Paeth16x4_SSE4_1() [all …]
|
D | intrapred_directional_sse4.cc | 149 const uint8_t* const top_row, in DirectionalZone1_Large() 248 const uint8_t* const top_row, in DirectionalZone1_SSE4_1() 370 const void* const top_row, in DirectionalIntraPredictorZone1_SSE4_1() 677 uint8_t* dest, const uint8_t* const top_row, ptrdiff_t stride, in DirectionalZone1Blend_4x4() 713 uint8_t* dest, const uint8_t* const top_row, ptrdiff_t stride, in DirectionalZone1Blend_8xH() 740 const uint8_t* const top_row, in DirectionalZone2_SSE4_1() 898 const uint8_t* const top_row, in DirectionalZone2_4_SSE4_1() 1009 const void* const top_row, in DirectionalIntraPredictorZone2_SSE4_1() 1236 const uint16_t* const top_row, in DirectionalZone1_Large() 1331 const auto* const top_row = static_cast<const uint16_t*>(top_ptr); in DirectionalIntraPredictorZone1_SSE4_1() local
|
D | intrapred_filter_sse4.cc | 276 const void* LIBGAV1_RESTRICT const top_row, in FilterIntraPredictor_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/ |
D | intrapred_smooth.cc | 52 const void* LIBGAV1_RESTRICT const top_row, in Smooth() 87 const void* LIBGAV1_RESTRICT const top_row, in SmoothVertical() 115 const void* LIBGAV1_RESTRICT const top_row, in SmoothHorizontal()
|
D | intrapred.cc | 67 const void* LIBGAV1_RESTRICT const top_row, const void* /*left_column*/) { in DcTop() 136 const void* LIBGAV1_RESTRICT const top_row, in Dc() 163 const void* LIBGAV1_RESTRICT const top_row, const void* /*left_column*/) { in Vertical() 189 const void* LIBGAV1_RESTRICT const top_row, in Paeth()
|
D | intrapred_directional.cc | 38 const void* LIBGAV1_RESTRICT const top_row, const int width, in DirectionalIntraPredictorZone1_C() 100 const void* LIBGAV1_RESTRICT const top_row, in DirectionalIntraPredictorZone2_C()
|
D | intrapred_filter.cc | 44 const void* LIBGAV1_RESTRICT const top_row, in FilterIntraPredictor_C()
|
/external/libaom/libaom/av1/common/x86/ |
D | filterintra_sse4.c | 213 const void *const top_row, in filter_intra_predictor_sse4_1()
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NELKTrackerKernel.cpp | 74 inline int32x4_t compute_bilinear_interpolation(int16x8_t top_row, int16x8_t bottom_row, int16x4_t … in compute_bilinear_interpolation()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 248 Pixel* const top_row = top_row_data + 16; in IntraPrediction() local 411 TransformSize tx_size, Pixel* const top_row, in DirectionalPrediction()
|
/external/webp/src/dsp/ |
D | enc_sse2.c | 663 const __m128i top_row = _mm_load_si128((const __m128i*)top); in DC16_SSE2() local 671 const __m128i top_row = _mm_load_si128((const __m128i*)top); in DC16NoLeft_SSE2() local
|
/external/webp/src/dec/ |
D | vp8l_dec.c | 865 const int top_row = in ExtractPalettedAlphaRows() local
|