/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_smooth_sse4.cc | 219 const void* top_row, const void* left_column) { in Smooth4x4_SSE4_1() 251 const void* top_row, const void* left_column) { in Smooth4x8_SSE4_1() 264 const void* top_row, const void* left_column) { in Smooth4x16_SSE4_1() 289 __m128i top_row = _mm_cvtepu8_epi16(LoadLo8(above)); in LoadSmoothPixels8() local 409 const void* top_row, const void* left_column) { in Smooth8x4_SSE4_1() 423 const void* top_row, const void* left_column) { in Smooth8x8_SSE4_1() 438 const void* top_row, const void* left_column) { in Smooth8x16_SSE4_1() 454 const void* top_row, const void* left_column) { in Smooth8x32_SSE4_1() 477 const void* const top_row, const void* const left_column) { in SmoothWxH() 536 const void* top_row, const void* left_column) { in SmoothHorizontal4x4_SSE4_1() [all …]
|
D | intrapred_sse4.cc | 96 const void* const top_row, in DcTop() 121 const void* const top_row, in Dc() 716 const void* const top_row, const void* const left_column) { in Paeth4x4_SSE4_1() 746 const void* const top_row, const void* const left_column) { in Paeth4x8_SSE4_1() 791 const void* const top_row, in Paeth4x16_SSE4_1() 866 const void* const top_row, const void* const left_column) { in Paeth8x4_SSE4_1() 895 const void* const top_row, const void* const left_column) { in Paeth8x8_SSE4_1() 936 const void* const top_row, in Paeth8x16_SSE4_1() 1005 const void* const top_row, in Paeth8x32_SSE4_1() 1014 const void* 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 | 275 const void* const top_row, in FilterIntraPredictor_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_smooth_neon.cc | 71 const void* const top_row, in Smooth4Or8xN_NEON() 152 const void* const top_row, in Smooth16PlusxN_NEON() 233 const void* const top_row, in SmoothVertical4Or8xN_NEON() 283 const void* const top_row, in SmoothVertical16PlusxN_NEON() 334 const void* const top_row, in SmoothHorizontal4Or8xN_NEON() 386 const void* const top_row, in SmoothHorizontal16PlusxN_NEON()
|
D | intrapred_neon.cc | 61 const void* const top_row, in DcTop() 83 void* const dest, ptrdiff_t stride, const void* const top_row, in Dc() 322 const void* const top_row, in Paeth4Or8xN_NEON() 429 const void* const top_row, in Paeth16PlusxN_NEON() 1052 const void* const top_row, in Vertical4xH_NEON() argument 1066 const void* const top_row, in Vertical8xH_NEON() argument 1080 const void* const top_row, in Vertical16xH_NEON() argument 1100 const void* const top_row, in Vertical32xH_NEON() argument 1126 const void* const top_row, in Vertical64xH_NEON() argument
|
D | intrapred_filter_neon.cc | 89 const void* const top_row, in FilterIntraPredictor_NEON()
|
D | intrapred_directional_neon.cc | 208 const void* const top_row, in DirectionalIntraPredictorZone1_NEON() 473 const uint8_t* const top_row, in DirectionalZone1Blend_WxH() 527 const uint8_t* const top_row, in DirectionalZone2_4xH() 643 const uint8_t* const top_row, in DirectionalZone2_8() 773 void* const dest, const ptrdiff_t stride, const void* const top_row, in DirectionalIntraPredictorZone2_NEON() 1160 const void* const top_row, in DirectionalIntraPredictorZone1_NEON()
|
/external/libgav1/libgav1/src/dsp/ |
D | intrapred_smooth.cc | 63 void* const dest, ptrdiff_t stride, const void* const top_row, in Smooth() 97 void* const dest, ptrdiff_t stride, const void* const top_row, in SmoothVertical() 124 void* const dest, ptrdiff_t stride, const void* const top_row, in SmoothHorizontal()
|
D | intrapred.cc | 66 void* const dest, ptrdiff_t stride, const void* const top_row, in DcTop() 135 void* const dest, ptrdiff_t stride, const void* const top_row, in Dc() 161 void* const dest, ptrdiff_t stride, const void* const top_row, in Vertical() 187 void* const dest, ptrdiff_t stride, const void* const top_row, in Paeth()
|
D | intrapred_directional.cc | 37 const void* const top_row, in DirectionalIntraPredictorZone1_C() 100 const void* const top_row, in DirectionalIntraPredictorZone2_C()
|
D | intrapred_filter.cc | 44 const void* const top_row, in FilterIntraPredictor_C()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 248 Pixel* const top_row = top_row_data + 16; in IntraPrediction() local 426 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 | 860 const int top_row = in ExtractPalettedAlphaRows() local
|